@aws-sdk/client-chime-sdk-voice 3.1087.0 → 3.1089.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 (152) hide show
  1. package/dist-cjs/index.js +24 -16
  2. package/dist-es/models/enums.js +5 -0
  3. package/dist-es/schemas/schemas_0.js +17 -15
  4. package/dist-types/ChimeSDKVoice.d.ts +0 -1
  5. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  9. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProxySessionCommand.d.ts +5 -0
  11. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +7 -2
  13. package/dist-types/commands/DeleteProxySessionCommand.d.ts +5 -0
  14. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +5 -0
  15. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
  16. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -0
  18. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
  19. package/dist-types/commands/GetProxySessionCommand.d.ts +5 -0
  20. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
  21. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +5 -0
  23. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  24. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -0
  25. package/dist-types/commands/ListProxySessionsCommand.d.ts +5 -0
  26. package/dist-types/commands/ListSipRulesCommand.d.ts +3 -0
  27. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
  29. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +3 -0
  30. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +5 -0
  31. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -0
  34. package/dist-types/commands/UpdateProxySessionCommand.d.ts +5 -0
  35. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -2
  36. package/dist-types/models/enums.d.ts +13 -0
  37. package/dist-types/models/models_0.d.ts +15 -7
  38. package/dist-types/ts3.4/ChimeSDKVoice.d.ts +301 -460
  39. package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +8 -24
  40. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  41. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  42. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  43. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/CreateVoiceProfileCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/CreateVoiceProfileDomainCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
  57. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +3 -4
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -2
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +3 -4
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DeleteVoiceProfileCommand.d.ts +3 -4
  70. package/dist-types/ts3.4/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
  74. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
  77. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  91. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +4 -6
  92. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/GetVoiceProfileCommand.d.ts +4 -9
  94. package/dist-types/ts3.4/commands/GetVoiceProfileDomainCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +2 -3
  97. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
  99. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +3 -5
  101. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +3 -5
  105. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/ListVoiceProfileDomainsCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/ListVoiceProfilesCommand.d.ts +5 -10
  109. package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
  110. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  112. package/dist-types/ts3.4/commands/PutVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  113. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
  114. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +4 -6
  115. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
  120. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +3 -4
  124. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +3 -4
  128. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +4 -6
  132. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +4 -6
  133. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +4 -9
  134. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -6
  136. package/dist-types/ts3.4/commands/UpdateVoiceProfileCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/UpdateVoiceProfileDomainCommand.d.ts +4 -6
  138. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +5 -10
  139. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  140. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  141. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +14 -16
  143. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  144. package/dist-types/ts3.4/models/models_0.d.ts +14 -19
  145. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  149. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  150. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  151. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  152. package/package.json +38 -38
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteSipMediaApplicationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteSipMediaApplicationCommandInput
5
- extends DeleteSipMediaApplicationRequest {}
6
- export interface DeleteSipMediaApplicationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteSipMediaApplicationCommandInput extends DeleteSipMediaApplicationRequest {}
5
+ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteSipMediaApplicationCommand_base: {
9
7
  new (
10
- input: DeleteSipMediaApplicationCommandInput
8
+ input: DeleteSipMediaApplicationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteSipMediaApplicationCommandInput,
13
11
  DeleteSipMediaApplicationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteSipMediaApplicationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteSipMediaApplicationCommandInput
17
+ input: DeleteSipMediaApplicationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteSipMediaApplicationCommandInput,
22
20
  DeleteSipMediaApplicationCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {}
5
5
  export interface DeleteSipRuleCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteSipRuleCommand_base: {
7
7
  new (
8
- input: DeleteSipRuleCommandInput
8
+ input: DeleteSipRuleCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteSipRuleCommandInput,
11
11
  DeleteSipRuleCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteSipRuleCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteSipRuleCommandInput
17
+ input: DeleteSipRuleCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteSipRuleCommandInput,
20
20
  DeleteSipRuleCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorCommandInput
5
- extends DeleteVoiceConnectorRequest {}
4
+ export interface DeleteVoiceConnectorCommandInput extends DeleteVoiceConnectorRequest {}
6
5
  export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteVoiceConnectorCommand_base: {
8
7
  new (
9
- input: DeleteVoiceConnectorCommandInput
8
+ input: DeleteVoiceConnectorCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteVoiceConnectorCommandInput,
12
11
  DeleteVoiceConnectorCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteVoiceConnectorCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteVoiceConnectorCommandInput
17
+ input: DeleteVoiceConnectorCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteVoiceConnectorCommandInput,
21
20
  DeleteVoiceConnectorCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput
5
- extends DeleteVoiceConnectorEmergencyCallingConfigurationRequest {}
6
- export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput extends DeleteVoiceConnectorEmergencyCallingConfigurationRequest {}
5
+ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorEmergencyCallingConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput
8
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
13
11
  DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorEmergencyCallingConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput
17
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
22
20
  DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorExternalSystemsConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorExternalSystemsConfigurationCommandInput
5
- extends DeleteVoiceConnectorExternalSystemsConfigurationRequest {}
6
- export interface DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorExternalSystemsConfigurationCommandInput extends DeleteVoiceConnectorExternalSystemsConfigurationRequest {}
5
+ export interface DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorExternalSystemsConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput
8
+ input: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
13
11
  DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorExternalSystemsConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput
17
+ input: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
22
20
  DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorGroupRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorGroupCommandInput
5
- extends DeleteVoiceConnectorGroupRequest {}
6
- export interface DeleteVoiceConnectorGroupCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorGroupCommandInput extends DeleteVoiceConnectorGroupRequest {}
5
+ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorGroupCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorGroupCommandInput
8
+ input: DeleteVoiceConnectorGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorGroupCommandInput,
13
11
  DeleteVoiceConnectorGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorGroupCommandInput
17
+ input: DeleteVoiceConnectorGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorGroupCommandInput,
22
20
  DeleteVoiceConnectorGroupCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorOriginationCommandInput
5
- extends DeleteVoiceConnectorOriginationRequest {}
6
- export interface DeleteVoiceConnectorOriginationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorOriginationCommandInput extends DeleteVoiceConnectorOriginationRequest {}
5
+ export interface DeleteVoiceConnectorOriginationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorOriginationCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorOriginationCommandInput
8
+ input: DeleteVoiceConnectorOriginationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorOriginationCommandInput,
13
11
  DeleteVoiceConnectorOriginationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorOriginationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorOriginationCommandInput
17
+ input: DeleteVoiceConnectorOriginationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorOriginationCommandInput,
22
20
  DeleteVoiceConnectorOriginationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorProxyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorProxyCommandInput
5
- extends DeleteVoiceConnectorProxyRequest {}
6
- export interface DeleteVoiceConnectorProxyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorProxyCommandInput extends DeleteVoiceConnectorProxyRequest {}
5
+ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorProxyCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorProxyCommandInput
8
+ input: DeleteVoiceConnectorProxyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorProxyCommandInput,
13
11
  DeleteVoiceConnectorProxyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorProxyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorProxyCommandInput
17
+ input: DeleteVoiceConnectorProxyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorProxyCommandInput,
22
20
  DeleteVoiceConnectorProxyCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorStreamingConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorStreamingConfigurationCommandInput
5
- extends DeleteVoiceConnectorStreamingConfigurationRequest {}
6
- export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorStreamingConfigurationCommandInput extends DeleteVoiceConnectorStreamingConfigurationRequest {}
5
+ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorStreamingConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorStreamingConfigurationCommandInput
8
+ input: DeleteVoiceConnectorStreamingConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorStreamingConfigurationCommandInput,
13
11
  DeleteVoiceConnectorStreamingConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorStreamingConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorStreamingConfigurationCommandInput
17
+ input: DeleteVoiceConnectorStreamingConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorStreamingConfigurationCommandInput,
22
20
  DeleteVoiceConnectorStreamingConfigurationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorTerminationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorTerminationCommandInput
5
- extends DeleteVoiceConnectorTerminationRequest {}
6
- export interface DeleteVoiceConnectorTerminationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorTerminationCommandInput extends DeleteVoiceConnectorTerminationRequest {}
5
+ export interface DeleteVoiceConnectorTerminationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorTerminationCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorTerminationCommandInput
8
+ input: DeleteVoiceConnectorTerminationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorTerminationCommandInput,
13
11
  DeleteVoiceConnectorTerminationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorTerminationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorTerminationCommandInput
17
+ input: DeleteVoiceConnectorTerminationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorTerminationCommandInput,
22
20
  DeleteVoiceConnectorTerminationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceConnectorTerminationCredentialsRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceConnectorTerminationCredentialsCommandInput
5
- extends DeleteVoiceConnectorTerminationCredentialsRequest {}
6
- export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceConnectorTerminationCredentialsCommandInput extends DeleteVoiceConnectorTerminationCredentialsRequest {}
5
+ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceConnectorTerminationCredentialsCommand_base: {
9
7
  new (
10
- input: DeleteVoiceConnectorTerminationCredentialsCommandInput
8
+ input: DeleteVoiceConnectorTerminationCredentialsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceConnectorTerminationCredentialsCommandInput,
13
11
  DeleteVoiceConnectorTerminationCredentialsCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceConnectorTerminationCredentialsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceConnectorTerminationCredentialsCommandInput
17
+ input: DeleteVoiceConnectorTerminationCredentialsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceConnectorTerminationCredentialsCommandInput,
22
20
  DeleteVoiceConnectorTerminationCredentialsCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceProfileRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceProfileCommandInput
5
- extends DeleteVoiceProfileRequest {}
4
+ export interface DeleteVoiceProfileCommandInput extends DeleteVoiceProfileRequest {}
6
5
  export interface DeleteVoiceProfileCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteVoiceProfileCommand_base: {
8
7
  new (
9
- input: DeleteVoiceProfileCommandInput
8
+ input: DeleteVoiceProfileCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteVoiceProfileCommandInput,
12
11
  DeleteVoiceProfileCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteVoiceProfileCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteVoiceProfileCommandInput
17
+ input: DeleteVoiceProfileCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteVoiceProfileCommandInput,
21
20
  DeleteVoiceProfileCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVoiceProfileDomainRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVoiceProfileDomainCommandInput
5
- extends DeleteVoiceProfileDomainRequest {}
6
- export interface DeleteVoiceProfileDomainCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVoiceProfileDomainCommandInput extends DeleteVoiceProfileDomainRequest {}
5
+ export interface DeleteVoiceProfileDomainCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVoiceProfileDomainCommand_base: {
9
7
  new (
10
- input: DeleteVoiceProfileDomainCommandInput
8
+ input: DeleteVoiceProfileDomainCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVoiceProfileDomainCommandInput,
13
11
  DeleteVoiceProfileDomainCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVoiceProfileDomainCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVoiceProfileDomainCommandInput
17
+ input: DeleteVoiceProfileDomainCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVoiceProfileDomainCommandInput,
22
20
  DeleteVoiceProfileDomainCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DisassociatePhoneNumbersFromVoiceConnectorResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DisassociatePhoneNumbersFromVoiceConnectorCommandInput
8
- extends DisassociatePhoneNumbersFromVoiceConnectorRequest {}
7
+ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorRequest {}
9
8
  export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
10
- extends DisassociatePhoneNumbersFromVoiceConnectorResponse,
11
- __MetadataBearer {}
9
+ extends DisassociatePhoneNumbersFromVoiceConnectorResponse, __MetadataBearer {}
12
10
  declare const DisassociatePhoneNumbersFromVoiceConnectorCommand_base: {
13
11
  new (
14
- input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput
12
+ input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
17
15
  DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociatePhoneNumbersFromVoiceConnectorCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput
21
+ input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
26
24
  DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DisassociatePhoneNumbersFromVoiceConnectorGroupResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput
8
- extends DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {}
7
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {}
9
8
  export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
10
- extends DisassociatePhoneNumbersFromVoiceConnectorGroupResponse,
11
- __MetadataBearer {}
9
+ extends DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, __MetadataBearer {}
12
10
  declare const DisassociatePhoneNumbersFromVoiceConnectorGroupCommand_base: {
13
11
  new (
14
- input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput
12
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
17
15
  DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociatePhoneNumbersFromVoiceConnectorGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput
21
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
26
24
  DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
@@ -3,11 +3,10 @@ import { GetGlobalSettingsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetGlobalSettingsCommandInput {}
5
5
  export interface GetGlobalSettingsCommandOutput
6
- extends GetGlobalSettingsResponse,
7
- __MetadataBearer {}
6
+ extends GetGlobalSettingsResponse, __MetadataBearer {}
8
7
  declare const GetGlobalSettingsCommand_base: {
9
8
  new (
10
- input: GetGlobalSettingsCommandInput
9
+ input: GetGlobalSettingsCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  GetGlobalSettingsCommandInput,
13
12
  GetGlobalSettingsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPhoneNumberRequest,
4
- GetPhoneNumberResponse,
5
- } from "../models/models_0";
2
+ import { GetPhoneNumberRequest, GetPhoneNumberResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetPhoneNumberCommandInput extends GetPhoneNumberRequest {}
8
- export interface GetPhoneNumberCommandOutput
9
- extends GetPhoneNumberResponse,
10
- __MetadataBearer {}
5
+ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __MetadataBearer {}
11
6
  declare const GetPhoneNumberCommand_base: {
12
7
  new (
13
- input: GetPhoneNumberCommandInput
8
+ input: GetPhoneNumberCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetPhoneNumberCommandInput,
16
11
  GetPhoneNumberCommandOutput,
@@ -19,7 +14,7 @@ declare const GetPhoneNumberCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetPhoneNumberCommandInput
17
+ input: GetPhoneNumberCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetPhoneNumberCommandInput,
25
20
  GetPhoneNumberCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPhoneNumberOrderRequest,
4
- GetPhoneNumberOrderResponse,
5
- } from "../models/models_0";
2
+ import { GetPhoneNumberOrderRequest, GetPhoneNumberOrderResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetPhoneNumberOrderCommandInput
8
- extends GetPhoneNumberOrderRequest {}
4
+ export interface GetPhoneNumberOrderCommandInput extends GetPhoneNumberOrderRequest {}
9
5
  export interface GetPhoneNumberOrderCommandOutput
10
- extends GetPhoneNumberOrderResponse,
11
- __MetadataBearer {}
6
+ extends GetPhoneNumberOrderResponse, __MetadataBearer {}
12
7
  declare const GetPhoneNumberOrderCommand_base: {
13
8
  new (
14
- input: GetPhoneNumberOrderCommandInput
9
+ input: GetPhoneNumberOrderCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPhoneNumberOrderCommandInput,
17
12
  GetPhoneNumberOrderCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPhoneNumberOrderCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPhoneNumberOrderCommandInput
18
+ input: GetPhoneNumberOrderCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPhoneNumberOrderCommandInput,
26
21
  GetPhoneNumberOrderCommandOutput,
@@ -3,11 +3,10 @@ import { GetPhoneNumberSettingsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPhoneNumberSettingsCommandInput {}
5
5
  export interface GetPhoneNumberSettingsCommandOutput
6
- extends GetPhoneNumberSettingsResponse,
7
- __MetadataBearer {}
6
+ extends GetPhoneNumberSettingsResponse, __MetadataBearer {}
8
7
  declare const GetPhoneNumberSettingsCommand_base: {
9
8
  new (
10
- input: GetPhoneNumberSettingsCommandInput
9
+ input: GetPhoneNumberSettingsCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  GetPhoneNumberSettingsCommandInput,
13
12
  GetPhoneNumberSettingsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetProxySessionRequest,
4
- GetProxySessionResponse,
5
- } from "../models/models_0";
2
+ import { GetProxySessionRequest, GetProxySessionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetProxySessionCommandInput extends GetProxySessionRequest {}
8
- export interface GetProxySessionCommandOutput
9
- extends GetProxySessionResponse,
10
- __MetadataBearer {}
5
+ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, __MetadataBearer {}
11
6
  declare const GetProxySessionCommand_base: {
12
7
  new (
13
- input: GetProxySessionCommandInput
8
+ input: GetProxySessionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetProxySessionCommandInput,
16
11
  GetProxySessionCommandOutput,
@@ -19,7 +14,7 @@ declare const GetProxySessionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetProxySessionCommandInput
17
+ input: GetProxySessionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetProxySessionCommandInput,
25
20
  GetProxySessionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetSipMediaApplicationAlexaSkillConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetSipMediaApplicationAlexaSkillConfigurationCommandInput
8
- extends GetSipMediaApplicationAlexaSkillConfigurationRequest {}
7
+ export interface GetSipMediaApplicationAlexaSkillConfigurationCommandInput extends GetSipMediaApplicationAlexaSkillConfigurationRequest {}
9
8
  export interface GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
10
- extends GetSipMediaApplicationAlexaSkillConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetSipMediaApplicationAlexaSkillConfigurationCommand_base: {
13
11
  new (
14
- input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput
12
+ input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
17
15
  GetSipMediaApplicationAlexaSkillConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetSipMediaApplicationAlexaSkillConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput
21
+ input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
26
24
  GetSipMediaApplicationAlexaSkillConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSipMediaApplicationRequest,
4
- GetSipMediaApplicationResponse,
5
- } from "../models/models_0";
2
+ import { GetSipMediaApplicationRequest, GetSipMediaApplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSipMediaApplicationCommandInput
8
- extends GetSipMediaApplicationRequest {}
4
+ export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicationRequest {}
9
5
  export interface GetSipMediaApplicationCommandOutput
10
- extends GetSipMediaApplicationResponse,
11
- __MetadataBearer {}
6
+ extends GetSipMediaApplicationResponse, __MetadataBearer {}
12
7
  declare const GetSipMediaApplicationCommand_base: {
13
8
  new (
14
- input: GetSipMediaApplicationCommandInput
9
+ input: GetSipMediaApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSipMediaApplicationCommandInput,
17
12
  GetSipMediaApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSipMediaApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSipMediaApplicationCommandInput
18
+ input: GetSipMediaApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSipMediaApplicationCommandInput,
26
21
  GetSipMediaApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetSipMediaApplicationLoggingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetSipMediaApplicationLoggingConfigurationCommandInput
8
- extends GetSipMediaApplicationLoggingConfigurationRequest {}
7
+ export interface GetSipMediaApplicationLoggingConfigurationCommandInput extends GetSipMediaApplicationLoggingConfigurationRequest {}
9
8
  export interface GetSipMediaApplicationLoggingConfigurationCommandOutput
10
- extends GetSipMediaApplicationLoggingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetSipMediaApplicationLoggingConfigurationCommand_base: {
13
11
  new (
14
- input: GetSipMediaApplicationLoggingConfigurationCommandInput
12
+ input: GetSipMediaApplicationLoggingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetSipMediaApplicationLoggingConfigurationCommandInput,
17
15
  GetSipMediaApplicationLoggingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetSipMediaApplicationLoggingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetSipMediaApplicationLoggingConfigurationCommandInput
21
+ input: GetSipMediaApplicationLoggingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetSipMediaApplicationLoggingConfigurationCommandInput,
26
24
  GetSipMediaApplicationLoggingConfigurationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSipRuleCommandInput extends GetSipRuleRequest {}
5
- export interface GetSipRuleCommandOutput
6
- extends GetSipRuleResponse,
7
- __MetadataBearer {}
5
+ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataBearer {}
8
6
  declare const GetSipRuleCommand_base: {
9
7
  new (
10
- input: GetSipRuleCommandInput
8
+ input: GetSipRuleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetSipRuleCommandInput,
13
11
  GetSipRuleCommandOutput,
@@ -16,7 +14,7 @@ declare const GetSipRuleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetSipRuleCommandInput
17
+ input: GetSipRuleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetSipRuleCommandInput,
22
20
  GetSipRuleCommandOutput,