@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,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateProxySessionRequest,
4
- UpdateProxySessionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateProxySessionRequest, UpdateProxySessionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateProxySessionCommandInput
8
- extends UpdateProxySessionRequest {}
4
+ export interface UpdateProxySessionCommandInput extends UpdateProxySessionRequest {}
9
5
  export interface UpdateProxySessionCommandOutput
10
- extends UpdateProxySessionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateProxySessionResponse, __MetadataBearer {}
12
7
  declare const UpdateProxySessionCommand_base: {
13
8
  new (
14
- input: UpdateProxySessionCommandInput
9
+ input: UpdateProxySessionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateProxySessionCommandInput,
17
12
  UpdateProxySessionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateProxySessionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateProxySessionCommandInput
18
+ input: UpdateProxySessionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateProxySessionCommandInput,
26
21
  UpdateProxySessionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSipMediaApplicationCallResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSipMediaApplicationCallCommandInput
8
- extends UpdateSipMediaApplicationCallRequest {}
7
+ export interface UpdateSipMediaApplicationCallCommandInput extends UpdateSipMediaApplicationCallRequest {}
9
8
  export interface UpdateSipMediaApplicationCallCommandOutput
10
- extends UpdateSipMediaApplicationCallResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSipMediaApplicationCallResponse, __MetadataBearer {}
12
10
  declare const UpdateSipMediaApplicationCallCommand_base: {
13
11
  new (
14
- input: UpdateSipMediaApplicationCallCommandInput
12
+ input: UpdateSipMediaApplicationCallCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSipMediaApplicationCallCommandInput,
17
15
  UpdateSipMediaApplicationCallCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateSipMediaApplicationCallCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateSipMediaApplicationCallCommandInput
21
+ input: UpdateSipMediaApplicationCallCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateSipMediaApplicationCallCommandInput,
26
24
  UpdateSipMediaApplicationCallCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSipMediaApplicationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSipMediaApplicationCommandInput
8
- extends UpdateSipMediaApplicationRequest {}
7
+ export interface UpdateSipMediaApplicationCommandInput extends UpdateSipMediaApplicationRequest {}
9
8
  export interface UpdateSipMediaApplicationCommandOutput
10
- extends UpdateSipMediaApplicationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSipMediaApplicationResponse, __MetadataBearer {}
12
10
  declare const UpdateSipMediaApplicationCommand_base: {
13
11
  new (
14
- input: UpdateSipMediaApplicationCommandInput
12
+ input: UpdateSipMediaApplicationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSipMediaApplicationCommandInput,
17
15
  UpdateSipMediaApplicationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateSipMediaApplicationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateSipMediaApplicationCommandInput
21
+ input: UpdateSipMediaApplicationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateSipMediaApplicationCommandInput,
26
24
  UpdateSipMediaApplicationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSipRuleRequest,
4
- UpdateSipRuleResponse,
5
- } from "../models/models_0";
2
+ import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateSipRuleCommandInput extends UpdateSipRuleRequest {}
8
- export interface UpdateSipRuleCommandOutput
9
- extends UpdateSipRuleResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __MetadataBearer {}
11
6
  declare const UpdateSipRuleCommand_base: {
12
7
  new (
13
- input: UpdateSipRuleCommandInput
8
+ input: UpdateSipRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateSipRuleCommandInput,
16
11
  UpdateSipRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateSipRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateSipRuleCommandInput
17
+ input: UpdateSipRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateSipRuleCommandInput,
25
20
  UpdateSipRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateVoiceConnectorRequest,
4
- UpdateVoiceConnectorResponse,
5
- } from "../models/models_0";
2
+ import { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateVoiceConnectorCommandInput
8
- extends UpdateVoiceConnectorRequest {}
4
+ export interface UpdateVoiceConnectorCommandInput extends UpdateVoiceConnectorRequest {}
9
5
  export interface UpdateVoiceConnectorCommandOutput
10
- extends UpdateVoiceConnectorResponse,
11
- __MetadataBearer {}
6
+ extends UpdateVoiceConnectorResponse, __MetadataBearer {}
12
7
  declare const UpdateVoiceConnectorCommand_base: {
13
8
  new (
14
- input: UpdateVoiceConnectorCommandInput
9
+ input: UpdateVoiceConnectorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateVoiceConnectorCommandInput,
17
12
  UpdateVoiceConnectorCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateVoiceConnectorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateVoiceConnectorCommandInput
18
+ input: UpdateVoiceConnectorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateVoiceConnectorCommandInput,
26
21
  UpdateVoiceConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateVoiceConnectorGroupResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateVoiceConnectorGroupCommandInput
8
- extends UpdateVoiceConnectorGroupRequest {}
7
+ export interface UpdateVoiceConnectorGroupCommandInput extends UpdateVoiceConnectorGroupRequest {}
9
8
  export interface UpdateVoiceConnectorGroupCommandOutput
10
- extends UpdateVoiceConnectorGroupResponse,
11
- __MetadataBearer {}
9
+ extends UpdateVoiceConnectorGroupResponse, __MetadataBearer {}
12
10
  declare const UpdateVoiceConnectorGroupCommand_base: {
13
11
  new (
14
- input: UpdateVoiceConnectorGroupCommandInput
12
+ input: UpdateVoiceConnectorGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateVoiceConnectorGroupCommandInput,
17
15
  UpdateVoiceConnectorGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateVoiceConnectorGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateVoiceConnectorGroupCommandInput
21
+ input: UpdateVoiceConnectorGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateVoiceConnectorGroupCommandInput,
26
24
  UpdateVoiceConnectorGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateVoiceProfileRequest,
4
- UpdateVoiceProfileResponse,
5
- } from "../models/models_0";
2
+ import { UpdateVoiceProfileRequest, UpdateVoiceProfileResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateVoiceProfileCommandInput
8
- extends UpdateVoiceProfileRequest {}
4
+ export interface UpdateVoiceProfileCommandInput extends UpdateVoiceProfileRequest {}
9
5
  export interface UpdateVoiceProfileCommandOutput
10
- extends UpdateVoiceProfileResponse,
11
- __MetadataBearer {}
6
+ extends UpdateVoiceProfileResponse, __MetadataBearer {}
12
7
  declare const UpdateVoiceProfileCommand_base: {
13
8
  new (
14
- input: UpdateVoiceProfileCommandInput
9
+ input: UpdateVoiceProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateVoiceProfileCommandInput,
17
12
  UpdateVoiceProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateVoiceProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateVoiceProfileCommandInput
18
+ input: UpdateVoiceProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateVoiceProfileCommandInput,
26
21
  UpdateVoiceProfileCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateVoiceProfileDomainResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateVoiceProfileDomainCommandInput
8
- extends UpdateVoiceProfileDomainRequest {}
7
+ export interface UpdateVoiceProfileDomainCommandInput extends UpdateVoiceProfileDomainRequest {}
9
8
  export interface UpdateVoiceProfileDomainCommandOutput
10
- extends UpdateVoiceProfileDomainResponse,
11
- __MetadataBearer {}
9
+ extends UpdateVoiceProfileDomainResponse, __MetadataBearer {}
12
10
  declare const UpdateVoiceProfileDomainCommand_base: {
13
11
  new (
14
- input: UpdateVoiceProfileDomainCommandInput
12
+ input: UpdateVoiceProfileDomainCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateVoiceProfileDomainCommandInput,
17
15
  UpdateVoiceProfileDomainCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateVoiceProfileDomainCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateVoiceProfileDomainCommandInput
21
+ input: UpdateVoiceProfileDomainCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateVoiceProfileDomainCommandInput,
26
24
  UpdateVoiceProfileDomainCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ValidateE911AddressRequest,
4
- ValidateE911AddressResponse,
5
- } from "../models/models_0";
2
+ import { ValidateE911AddressRequest, ValidateE911AddressResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ValidateE911AddressCommandInput
8
- extends ValidateE911AddressRequest {}
4
+ export interface ValidateE911AddressCommandInput extends ValidateE911AddressRequest {}
9
5
  export interface ValidateE911AddressCommandOutput
10
- extends ValidateE911AddressResponse,
11
- __MetadataBearer {}
6
+ extends ValidateE911AddressResponse, __MetadataBearer {}
12
7
  declare const ValidateE911AddressCommand_base: {
13
8
  new (
14
- input: ValidateE911AddressCommandInput
9
+ input: ValidateE911AddressCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ValidateE911AddressCommandInput,
17
12
  ValidateE911AddressCommandOutput,
@@ -20,7 +15,7 @@ declare const ValidateE911AddressCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ValidateE911AddressCommandInput
18
+ input: ValidateE911AddressCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ValidateE911AddressCommandInput,
26
21
  ValidateE911AddressCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ChimeSDKVoiceExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -14,6 +14,7 @@ export declare const ErrorCode: {
14
14
  readonly Throttling: "Throttling";
15
15
  readonly Unauthorized: "Unauthorized";
16
16
  readonly Unprocessable: "Unprocessable";
17
+ readonly Validation: "Validation";
17
18
  readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
18
19
  };
19
20
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
@@ -21,22 +22,25 @@ export declare const AlexaSkillStatus: {
21
22
  readonly ACTIVE: "ACTIVE";
22
23
  readonly INACTIVE: "INACTIVE";
23
24
  };
24
- export type AlexaSkillStatus =
25
- (typeof AlexaSkillStatus)[keyof typeof AlexaSkillStatus];
25
+ export type AlexaSkillStatus = (typeof AlexaSkillStatus)[keyof typeof AlexaSkillStatus];
26
26
  export declare const PhoneNumberProductType: {
27
27
  readonly SipMediaApplicationDialIn: "SipMediaApplicationDialIn";
28
28
  readonly VoiceConnector: "VoiceConnector";
29
29
  };
30
30
  export type PhoneNumberProductType =
31
31
  (typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType];
32
+ export declare const CallDistributionType: {
33
+ readonly LoadBalancedDistribution: "LoadBalancedDistribution";
34
+ readonly PriorityWeightedDistribution: "PriorityWeightedDistribution";
35
+ };
36
+ export type CallDistributionType = (typeof CallDistributionType)[keyof typeof CallDistributionType];
32
37
  export declare const CallingNameStatus: {
33
38
  readonly Unassigned: "Unassigned";
34
39
  readonly UpdateFailed: "UpdateFailed";
35
40
  readonly UpdateInProgress: "UpdateInProgress";
36
41
  readonly UpdateSucceeded: "UpdateSucceeded";
37
42
  };
38
- export type CallingNameStatus =
39
- (typeof CallingNameStatus)[keyof typeof CallingNameStatus];
43
+ export type CallingNameStatus = (typeof CallingNameStatus)[keyof typeof CallingNameStatus];
40
44
  export declare const CallLegType: {
41
45
  readonly CALLEE: "Callee";
42
46
  readonly CALLER: "Caller";
@@ -58,8 +62,7 @@ export declare const PhoneNumberOrderType: {
58
62
  readonly New: "New";
59
63
  readonly Porting: "Porting";
60
64
  };
61
- export type PhoneNumberOrderType =
62
- (typeof PhoneNumberOrderType)[keyof typeof PhoneNumberOrderType];
65
+ export type PhoneNumberOrderType = (typeof PhoneNumberOrderType)[keyof typeof PhoneNumberOrderType];
63
66
  export declare const PhoneNumberOrderStatus: {
64
67
  readonly CancelRequested: "CancelRequested";
65
68
  readonly Cancelled: "Cancelled";
@@ -91,14 +94,12 @@ export declare const ProxySessionStatus: {
91
94
  readonly InProgress: "InProgress";
92
95
  readonly Open: "Open";
93
96
  };
94
- export type ProxySessionStatus =
95
- (typeof ProxySessionStatus)[keyof typeof ProxySessionStatus];
97
+ export type ProxySessionStatus = (typeof ProxySessionStatus)[keyof typeof ProxySessionStatus];
96
98
  export declare const SipRuleTriggerType: {
97
99
  readonly RequestUriHostname: "RequestUriHostname";
98
100
  readonly ToPhoneNumber: "ToPhoneNumber";
99
101
  };
100
- export type SipRuleTriggerType =
101
- (typeof SipRuleTriggerType)[keyof typeof SipRuleTriggerType];
102
+ export type SipRuleTriggerType = (typeof SipRuleTriggerType)[keyof typeof SipRuleTriggerType];
102
103
  export declare const VoiceConnectorAwsRegion: {
103
104
  readonly AP_NORTHEAST_1: "ap-northeast-1";
104
105
  readonly AP_NORTHEAST_2: "ap-northeast-2";
@@ -144,14 +145,12 @@ export declare const PhoneNumberStatus: {
144
145
  readonly ReleaseInProgress: "ReleaseInProgress";
145
146
  readonly Unassigned: "Unassigned";
146
147
  };
147
- export type PhoneNumberStatus =
148
- (typeof PhoneNumberStatus)[keyof typeof PhoneNumberStatus];
148
+ export type PhoneNumberStatus = (typeof PhoneNumberStatus)[keyof typeof PhoneNumberStatus];
149
149
  export declare const PhoneNumberType: {
150
150
  readonly Local: "Local";
151
151
  readonly TollFree: "TollFree";
152
152
  };
153
- export type PhoneNumberType =
154
- (typeof PhoneNumberType)[keyof typeof PhoneNumberType];
153
+ export type PhoneNumberType = (typeof PhoneNumberType)[keyof typeof PhoneNumberType];
155
154
  export declare const ContactCenterSystemType: {
156
155
  readonly AVAYA_AURA_CALL_CENTER_ELITE: "AVAYA_AURA_CALL_CENTER_ELITE";
157
156
  readonly AVAYA_AURA_CONTACT_CENTER: "AVAYA_AURA_CONTACT_CENTER";
@@ -180,8 +179,7 @@ export declare const NotificationTarget: {
180
179
  readonly SNS: "SNS";
181
180
  readonly SQS: "SQS";
182
181
  };
183
- export type NotificationTarget =
184
- (typeof NotificationTarget)[keyof typeof NotificationTarget];
182
+ export type NotificationTarget = (typeof NotificationTarget)[keyof typeof NotificationTarget];
185
183
  export declare const LanguageCode: {
186
184
  readonly EN_US: "en-US";
187
185
  };
@@ -6,18 +6,14 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly $fault: "client";
7
7
  Code?: ErrorCode | undefined;
8
8
  Message?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class BadRequestException extends __BaseException {
14
12
  readonly name: "BadRequestException";
15
13
  readonly $fault: "client";
16
14
  Code?: ErrorCode | undefined;
17
15
  Message?: string | undefined;
18
- constructor(
19
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
20
- );
16
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
21
17
  }
22
18
  export declare class ForbiddenException extends __BaseException {
23
19
  readonly name: "ForbiddenException";
@@ -38,45 +34,35 @@ export declare class ServiceFailureException extends __BaseException {
38
34
  readonly $fault: "server";
39
35
  Code?: ErrorCode | undefined;
40
36
  Message?: string | undefined;
41
- constructor(
42
- opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
43
- );
37
+ constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
44
38
  }
45
39
  export declare class ServiceUnavailableException extends __BaseException {
46
40
  readonly name: "ServiceUnavailableException";
47
41
  readonly $fault: "server";
48
42
  Code?: ErrorCode | undefined;
49
43
  Message?: string | undefined;
50
- constructor(
51
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
52
- );
44
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
53
45
  }
54
46
  export declare class ThrottledClientException extends __BaseException {
55
47
  readonly name: "ThrottledClientException";
56
48
  readonly $fault: "client";
57
49
  Code?: ErrorCode | undefined;
58
50
  Message?: string | undefined;
59
- constructor(
60
- opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
61
- );
51
+ constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
62
52
  }
63
53
  export declare class UnauthorizedClientException extends __BaseException {
64
54
  readonly name: "UnauthorizedClientException";
65
55
  readonly $fault: "client";
66
56
  Code?: ErrorCode | undefined;
67
57
  Message?: string | undefined;
68
- constructor(
69
- opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
70
- );
58
+ constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
71
59
  }
72
60
  export declare class ResourceLimitExceededException extends __BaseException {
73
61
  readonly name: "ResourceLimitExceededException";
74
62
  readonly $fault: "client";
75
63
  Code?: ErrorCode | undefined;
76
64
  Message?: string | undefined;
77
- constructor(
78
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
79
- );
65
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
80
66
  }
81
67
  export declare class ConflictException extends __BaseException {
82
68
  readonly name: "ConflictException";
@@ -97,7 +83,5 @@ export declare class UnprocessableEntityException extends __BaseException {
97
83
  readonly $fault: "client";
98
84
  Code?: ErrorCode | undefined;
99
85
  Message?: string | undefined;
100
- constructor(
101
- opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
102
- );
86
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
103
87
  }
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  AlexaSkillStatus,
3
+ CallDistributionType,
3
4
  CallingNameStatus,
4
5
  CallLegType,
5
6
  Capability,
@@ -106,7 +107,7 @@ export interface PhoneNumberOrder {
106
107
  OrderedPhoneNumbers?: OrderedPhoneNumber[] | undefined;
107
108
  CreatedTimestamp?: Date | undefined;
108
109
  UpdatedTimestamp?: Date | undefined;
109
- FocDate?: Date | undefined;
110
+ FocDate?: string | undefined;
110
111
  }
111
112
  export interface CreatePhoneNumberOrderResponse {
112
113
  PhoneNumberOrder?: PhoneNumberOrder | undefined;
@@ -195,7 +196,7 @@ export interface CreateSipRuleRequest {
195
196
  TriggerType: SipRuleTriggerType | undefined;
196
197
  TriggerValue: string | undefined;
197
198
  Disabled?: boolean | undefined;
198
- TargetApplications?: SipRuleTargetApplication[] | undefined;
199
+ TargetApplications: SipRuleTargetApplication[] | undefined;
199
200
  }
200
201
  export interface SipRule {
201
202
  SipRuleId?: string | undefined;
@@ -235,11 +236,12 @@ export interface CreateVoiceConnectorResponse {
235
236
  }
236
237
  export interface VoiceConnectorItem {
237
238
  VoiceConnectorId: string | undefined;
238
- Priority: number | undefined;
239
+ Priority?: number | undefined;
239
240
  }
240
241
  export interface CreateVoiceConnectorGroupRequest {
241
242
  Name: string | undefined;
242
243
  VoiceConnectorItems?: VoiceConnectorItem[] | undefined;
244
+ CallDistributionType?: CallDistributionType | undefined;
243
245
  }
244
246
  export interface VoiceConnectorGroup {
245
247
  VoiceConnectorGroupId?: string | undefined;
@@ -248,6 +250,7 @@ export interface VoiceConnectorGroup {
248
250
  CreatedTimestamp?: Date | undefined;
249
251
  UpdatedTimestamp?: Date | undefined;
250
252
  VoiceConnectorGroupArn?: string | undefined;
253
+ CallDistributionType?: CallDistributionType | undefined;
251
254
  }
252
255
  export interface CreateVoiceConnectorGroupResponse {
253
256
  VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
@@ -272,9 +275,7 @@ export interface ServerSideEncryptionConfiguration {
272
275
  export interface CreateVoiceProfileDomainRequest {
273
276
  Name: string | undefined;
274
277
  Description?: string | undefined;
275
- ServerSideEncryptionConfiguration:
276
- | ServerSideEncryptionConfiguration
277
- | undefined;
278
+ ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration | undefined;
278
279
  ClientRequestToken?: string | undefined;
279
280
  Tags?: Tag[] | undefined;
280
281
  }
@@ -283,9 +284,7 @@ export interface VoiceProfileDomain {
283
284
  VoiceProfileDomainArn?: string | undefined;
284
285
  Name?: string | undefined;
285
286
  Description?: string | undefined;
286
- ServerSideEncryptionConfiguration?:
287
- | ServerSideEncryptionConfiguration
288
- | undefined;
287
+ ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | undefined;
289
288
  CreatedTimestamp?: Date | undefined;
290
289
  UpdatedTimestamp?: Date | undefined;
291
290
  }
@@ -378,6 +377,7 @@ export interface PhoneNumberCapabilities {
378
377
  export interface PhoneNumber {
379
378
  PhoneNumberId?: string | undefined;
380
379
  E164PhoneNumber?: string | undefined;
380
+ PhoneNumberArn?: string | undefined;
381
381
  Country?: string | undefined;
382
382
  Type?: PhoneNumberType | undefined;
383
383
  ProductType?: PhoneNumberProductType | undefined;
@@ -437,9 +437,7 @@ export interface SipMediaApplicationLoggingConfiguration {
437
437
  EnableSipMediaApplicationMessageLogs?: boolean | undefined;
438
438
  }
439
439
  export interface GetSipMediaApplicationLoggingConfigurationResponse {
440
- SipMediaApplicationLoggingConfiguration?:
441
- | SipMediaApplicationLoggingConfiguration
442
- | undefined;
440
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
443
441
  }
444
442
  export interface GetSipRuleRequest {
445
443
  SipRuleId: string | undefined;
@@ -752,14 +750,10 @@ export interface PutSipMediaApplicationAlexaSkillConfigurationResponse {
752
750
  }
753
751
  export interface PutSipMediaApplicationLoggingConfigurationRequest {
754
752
  SipMediaApplicationId: string | undefined;
755
- SipMediaApplicationLoggingConfiguration?:
756
- | SipMediaApplicationLoggingConfiguration
757
- | undefined;
753
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
758
754
  }
759
755
  export interface PutSipMediaApplicationLoggingConfigurationResponse {
760
- SipMediaApplicationLoggingConfiguration?:
761
- | SipMediaApplicationLoggingConfiguration
762
- | undefined;
756
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
763
757
  }
764
758
  export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
765
759
  VoiceConnectorId: string | undefined;
@@ -878,7 +872,7 @@ export interface UntagResourceRequest {
878
872
  TagKeys: string[] | undefined;
879
873
  }
880
874
  export interface UpdateGlobalSettingsRequest {
881
- VoiceConnector?: VoiceConnectorSettings | undefined;
875
+ VoiceConnector: VoiceConnectorSettings | undefined;
882
876
  }
883
877
  export interface UpdatePhoneNumberRequest {
884
878
  PhoneNumberId: string | undefined;
@@ -938,6 +932,7 @@ export interface UpdateVoiceConnectorGroupRequest {
938
932
  VoiceConnectorGroupId: string | undefined;
939
933
  Name: string | undefined;
940
934
  VoiceConnectorItems: VoiceConnectorItem[] | undefined;
935
+ CallDistributionType?: CallDistributionType | undefined;
941
936
  }
942
937
  export interface UpdateVoiceConnectorGroupResponse {
943
938
  VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient";
3
- export interface ChimeSDKVoicePaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface ChimeSDKVoicePaginationConfiguration extends PaginationConfiguration {
5
4
  client: ChimeSDKVoiceClient;
6
5
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: ChimeSDKVoiceClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: ChimeSDKVoiceClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKVoiceClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: ChimeSDKVoiceClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };