@aws-sdk/client-chime-sdk-voice 3.414.0 → 3.421.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 (188) hide show
  1. package/README.md +7 -10
  2. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +5 -0
  3. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +5 -0
  4. package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +5 -0
  5. package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +5 -0
  6. package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +5 -0
  7. package/dist-cjs/commands/CreateProxySessionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +5 -0
  9. package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +5 -0
  10. package/dist-cjs/commands/CreateSipRuleCommand.js +5 -0
  11. package/dist-cjs/commands/CreateVoiceConnectorCommand.js +5 -0
  12. package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +5 -0
  13. package/dist-cjs/commands/CreateVoiceProfileCommand.js +5 -0
  14. package/dist-cjs/commands/CreateVoiceProfileDomainCommand.js +5 -0
  15. package/dist-cjs/commands/DeletePhoneNumberCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteProxySessionCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteSipRuleCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteVoiceProfileCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteVoiceProfileDomainCommand.js +5 -0
  29. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +5 -0
  30. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +5 -0
  31. package/dist-cjs/commands/GetGlobalSettingsCommand.js +5 -0
  32. package/dist-cjs/commands/GetPhoneNumberCommand.js +5 -0
  33. package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +5 -0
  34. package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +5 -0
  35. package/dist-cjs/commands/GetProxySessionCommand.js +5 -0
  36. package/dist-cjs/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +5 -0
  37. package/dist-cjs/commands/GetSipMediaApplicationCommand.js +5 -0
  38. package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +5 -0
  39. package/dist-cjs/commands/GetSipRuleCommand.js +5 -0
  40. package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +5 -0
  41. package/dist-cjs/commands/GetVoiceConnectorCommand.js +5 -0
  42. package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  43. package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +5 -0
  44. package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +5 -0
  45. package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +5 -0
  46. package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +5 -0
  47. package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +5 -0
  48. package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +5 -0
  49. package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +5 -0
  50. package/dist-cjs/commands/GetVoiceProfileCommand.js +5 -0
  51. package/dist-cjs/commands/GetVoiceProfileDomainCommand.js +5 -0
  52. package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
  53. package/dist-cjs/commands/ListAvailableVoiceConnectorRegionsCommand.js +5 -0
  54. package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +5 -0
  55. package/dist-cjs/commands/ListPhoneNumbersCommand.js +5 -0
  56. package/dist-cjs/commands/ListProxySessionsCommand.js +5 -0
  57. package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +5 -0
  58. package/dist-cjs/commands/ListSipRulesCommand.js +5 -0
  59. package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +5 -0
  60. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  61. package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +5 -0
  62. package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +5 -0
  63. package/dist-cjs/commands/ListVoiceConnectorsCommand.js +5 -0
  64. package/dist-cjs/commands/ListVoiceProfileDomainsCommand.js +5 -0
  65. package/dist-cjs/commands/ListVoiceProfilesCommand.js +5 -0
  66. package/dist-cjs/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +5 -0
  67. package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +5 -0
  68. package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  69. package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +5 -0
  70. package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +5 -0
  71. package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +5 -0
  72. package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +5 -0
  73. package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +5 -0
  74. package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +5 -0
  75. package/dist-cjs/commands/RestorePhoneNumberCommand.js +5 -0
  76. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +5 -0
  77. package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +5 -0
  78. package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
  79. package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +5 -0
  80. package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
  81. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  82. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  83. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +5 -0
  84. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +5 -0
  85. package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +5 -0
  86. package/dist-cjs/commands/UpdateProxySessionCommand.js +5 -0
  87. package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +5 -0
  88. package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +5 -0
  89. package/dist-cjs/commands/UpdateSipRuleCommand.js +5 -0
  90. package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +5 -0
  91. package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +5 -0
  92. package/dist-cjs/commands/UpdateVoiceProfileCommand.js +5 -0
  93. package/dist-cjs/commands/UpdateVoiceProfileDomainCommand.js +5 -0
  94. package/dist-cjs/commands/ValidateE911AddressCommand.js +5 -0
  95. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +5 -0
  96. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +5 -0
  97. package/dist-es/commands/BatchDeletePhoneNumberCommand.js +5 -0
  98. package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +5 -0
  99. package/dist-es/commands/CreatePhoneNumberOrderCommand.js +5 -0
  100. package/dist-es/commands/CreateProxySessionCommand.js +5 -0
  101. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +5 -0
  102. package/dist-es/commands/CreateSipMediaApplicationCommand.js +5 -0
  103. package/dist-es/commands/CreateSipRuleCommand.js +5 -0
  104. package/dist-es/commands/CreateVoiceConnectorCommand.js +5 -0
  105. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +5 -0
  106. package/dist-es/commands/CreateVoiceProfileCommand.js +5 -0
  107. package/dist-es/commands/CreateVoiceProfileDomainCommand.js +5 -0
  108. package/dist-es/commands/DeletePhoneNumberCommand.js +5 -0
  109. package/dist-es/commands/DeleteProxySessionCommand.js +5 -0
  110. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +5 -0
  111. package/dist-es/commands/DeleteSipRuleCommand.js +5 -0
  112. package/dist-es/commands/DeleteVoiceConnectorCommand.js +5 -0
  113. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  114. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +5 -0
  115. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +5 -0
  116. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +5 -0
  117. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +5 -0
  118. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +5 -0
  119. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +5 -0
  120. package/dist-es/commands/DeleteVoiceProfileCommand.js +5 -0
  121. package/dist-es/commands/DeleteVoiceProfileDomainCommand.js +5 -0
  122. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +5 -0
  123. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +5 -0
  124. package/dist-es/commands/GetGlobalSettingsCommand.js +5 -0
  125. package/dist-es/commands/GetPhoneNumberCommand.js +5 -0
  126. package/dist-es/commands/GetPhoneNumberOrderCommand.js +5 -0
  127. package/dist-es/commands/GetPhoneNumberSettingsCommand.js +5 -0
  128. package/dist-es/commands/GetProxySessionCommand.js +5 -0
  129. package/dist-es/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.js +5 -0
  130. package/dist-es/commands/GetSipMediaApplicationCommand.js +5 -0
  131. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +5 -0
  132. package/dist-es/commands/GetSipRuleCommand.js +5 -0
  133. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +5 -0
  134. package/dist-es/commands/GetVoiceConnectorCommand.js +5 -0
  135. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  136. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +5 -0
  137. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +5 -0
  138. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +5 -0
  139. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +5 -0
  140. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +5 -0
  141. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +5 -0
  142. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +5 -0
  143. package/dist-es/commands/GetVoiceProfileCommand.js +5 -0
  144. package/dist-es/commands/GetVoiceProfileDomainCommand.js +5 -0
  145. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
  146. package/dist-es/commands/ListAvailableVoiceConnectorRegionsCommand.js +5 -0
  147. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +5 -0
  148. package/dist-es/commands/ListPhoneNumbersCommand.js +5 -0
  149. package/dist-es/commands/ListProxySessionsCommand.js +5 -0
  150. package/dist-es/commands/ListSipMediaApplicationsCommand.js +5 -0
  151. package/dist-es/commands/ListSipRulesCommand.js +5 -0
  152. package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +5 -0
  153. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  154. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +5 -0
  155. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +5 -0
  156. package/dist-es/commands/ListVoiceConnectorsCommand.js +5 -0
  157. package/dist-es/commands/ListVoiceProfileDomainsCommand.js +5 -0
  158. package/dist-es/commands/ListVoiceProfilesCommand.js +5 -0
  159. package/dist-es/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.js +5 -0
  160. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +5 -0
  161. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +5 -0
  162. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +5 -0
  163. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +5 -0
  164. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +5 -0
  165. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +5 -0
  166. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +5 -0
  167. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +5 -0
  168. package/dist-es/commands/RestorePhoneNumberCommand.js +5 -0
  169. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +5 -0
  170. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +5 -0
  171. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
  172. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +5 -0
  173. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
  174. package/dist-es/commands/TagResourceCommand.js +5 -0
  175. package/dist-es/commands/UntagResourceCommand.js +5 -0
  176. package/dist-es/commands/UpdateGlobalSettingsCommand.js +5 -0
  177. package/dist-es/commands/UpdatePhoneNumberCommand.js +5 -0
  178. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +5 -0
  179. package/dist-es/commands/UpdateProxySessionCommand.js +5 -0
  180. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +5 -0
  181. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +5 -0
  182. package/dist-es/commands/UpdateSipRuleCommand.js +5 -0
  183. package/dist-es/commands/UpdateVoiceConnectorCommand.js +5 -0
  184. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +5 -0
  185. package/dist-es/commands/UpdateVoiceProfileCommand.js +5 -0
  186. package/dist-es/commands/UpdateVoiceProfileDomainCommand.js +5 -0
  187. package/dist-es/commands/ValidateE911AddressCommand.js +5 -0
  188. package/package.json +31 -31
package/README.md CHANGED
@@ -24,19 +24,16 @@ using your favorite package manager:
24
24
 
25
25
  The AWS SDK is modulized by clients and commands.
26
26
  To send a request, you only need to import the `ChimeSDKVoiceClient` and
27
- the commands you need, for example `AssociatePhoneNumbersWithVoiceConnectorCommand`:
27
+ the commands you need, for example `ListPhoneNumbersCommand`:
28
28
 
29
29
  ```js
30
30
  // ES5 example
31
- const {
32
- ChimeSDKVoiceClient,
33
- AssociatePhoneNumbersWithVoiceConnectorCommand,
34
- } = require("@aws-sdk/client-chime-sdk-voice");
31
+ const { ChimeSDKVoiceClient, ListPhoneNumbersCommand } = require("@aws-sdk/client-chime-sdk-voice");
35
32
  ```
36
33
 
37
34
  ```ts
38
35
  // ES6+ example
39
- import { ChimeSDKVoiceClient, AssociatePhoneNumbersWithVoiceConnectorCommand } from "@aws-sdk/client-chime-sdk-voice";
36
+ import { ChimeSDKVoiceClient, ListPhoneNumbersCommand } from "@aws-sdk/client-chime-sdk-voice";
40
37
  ```
41
38
 
42
39
  ### Usage
@@ -55,7 +52,7 @@ const client = new ChimeSDKVoiceClient({ region: "REGION" });
55
52
  const params = {
56
53
  /** input parameters */
57
54
  };
58
- const command = new AssociatePhoneNumbersWithVoiceConnectorCommand(params);
55
+ const command = new ListPhoneNumbersCommand(params);
59
56
  ```
60
57
 
61
58
  #### Async/await
@@ -134,7 +131,7 @@ const client = new AWS.ChimeSDKVoice({ region: "REGION" });
134
131
 
135
132
  // async/await.
136
133
  try {
137
- const data = await client.associatePhoneNumbersWithVoiceConnector(params);
134
+ const data = await client.listPhoneNumbers(params);
138
135
  // process data.
139
136
  } catch (error) {
140
137
  // error handling.
@@ -142,7 +139,7 @@ try {
142
139
 
143
140
  // Promises.
144
141
  client
145
- .associatePhoneNumbersWithVoiceConnector(params)
142
+ .listPhoneNumbers(params)
146
143
  .then((data) => {
147
144
  // process data.
148
145
  })
@@ -151,7 +148,7 @@ client
151
148
  });
152
149
 
153
150
  // callbacks.
154
- client.associatePhoneNumbersWithVoiceConnector(params, (err, data) => {
151
+ client.listPhoneNumbers(params, (err, data) => {
155
152
  // process err and data.
156
153
  });
157
154
  ```
@@ -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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class AssociatePhoneNumbersWithVoiceConnectorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AssociatePhoneNumbersWithVoiceConnectorCommand extends smithy_client_1.Com
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "AssociatePhoneNumbersWithVoiceConnector",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends smithy_client_
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "AssociatePhoneNumbersWithVoiceConnectorGroup",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchDeletePhoneNumberCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchDeletePhoneNumberCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.BatchDeletePhoneNumberResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "BatchDeletePhoneNumber",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchUpdatePhoneNumberCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchUpdatePhoneNumberCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.BatchUpdatePhoneNumberRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.BatchUpdatePhoneNumberResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "BatchUpdatePhoneNumber",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreatePhoneNumberOrderCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreatePhoneNumberOrderCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreatePhoneNumberOrderRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreatePhoneNumberOrderResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreatePhoneNumberOrder",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateProxySessionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateProxySessionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateProxySessionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateProxySessionResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateProxySession",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateSipMediaApplicationCallCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateSipMediaApplicationCallCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateSipMediaApplicationCallRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateSipMediaApplicationCall",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateSipMediaApplicationCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateSipMediaApplicationCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateSipMediaApplicationRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateSipMediaApplicationResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateSipMediaApplication",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateSipRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSipRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "CreateSipRule",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateVoiceConnectorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateVoiceConnectorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateVoiceConnectorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateVoiceConnector",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateVoiceConnectorGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateVoiceConnectorGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "CreateVoiceConnectorGroup",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateVoiceProfileCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateVoiceProfileCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateVoiceProfileResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateVoiceProfile",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateVoiceProfileDomainCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateVoiceProfileDomainCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateVoiceProfileDomainRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateVoiceProfileDomainResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "CreateVoiceProfileDomain",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeletePhoneNumberCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeletePhoneNumberCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeletePhoneNumberRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "DeletePhoneNumber",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProxySessionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProxySessionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteProxySession",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSipMediaApplicationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSipMediaApplicationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteSipMediaApplication",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteSipRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSipRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteSipRule",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnector",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends smithy_cl
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorEmergencyCallingConfiguration",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorGroup",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorOriginationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorOriginationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorOrigination",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorProxyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorProxyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorProxy",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorStreamingConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorStreamingConfigurationCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorStreamingConfiguration",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceConnectorTerminationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceConnectorTerminationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceConnectorTermination",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DeleteVoiceConnectorTerminationCredentialsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DeleteVoiceConnectorTerminationCredentialsCommand extends smithy_client_1.
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "DeleteVoiceConnectorTerminationCredentials",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceProfile",
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_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVoiceProfileDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVoiceProfileDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeSDKTelephonyService",
38
+ operation: "DeleteVoiceProfileDomain",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DisassociatePhoneNumbersFromVoiceConnectorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DisassociatePhoneNumbersFromVoiceConnectorCommand extends smithy_client_1.
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "DisassociatePhoneNumbersFromVoiceConnector",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends smithy_clie
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeSDKTelephonyService",
39
+ operation: "DisassociatePhoneNumbersFromVoiceConnectorGroup",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);