@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
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -188,10 +185,7 @@ import {
188
185
  GetSipMediaApplicationLoggingConfigurationCommandInput,
189
186
  GetSipMediaApplicationLoggingConfigurationCommandOutput,
190
187
  } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
191
- import {
192
- GetSipRuleCommandInput,
193
- GetSipRuleCommandOutput,
194
- } from "./commands/GetSipRuleCommand";
188
+ import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
195
189
  import {
196
190
  GetSpeakerSearchTaskCommandInput,
197
191
  GetSpeakerSearchTaskCommandOutput,
@@ -364,10 +358,7 @@ import {
364
358
  StopVoiceToneAnalysisTaskCommandInput,
365
359
  StopVoiceToneAnalysisTaskCommandOutput,
366
360
  } from "./commands/StopVoiceToneAnalysisTaskCommand";
367
- import {
368
- TagResourceCommandInput,
369
- TagResourceCommandOutput,
370
- } from "./commands/TagResourceCommand";
361
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
371
362
  import {
372
363
  UntagResourceCommandInput,
373
364
  UntagResourceCommandOutput,
@@ -621,8 +612,7 @@ export type ServiceOutputTypes =
621
612
  | UpdateVoiceProfileCommandOutput
622
613
  | UpdateVoiceProfileDomainCommandOutput
623
614
  | ValidateE911AddressCommandOutput;
624
- export interface ClientDefaults
625
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
615
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
626
616
  requestHandler?: __HttpHandlerUserInput;
627
617
  sha256?: __ChecksumConstructor | __HashConstructor;
628
618
  urlParser?: __UrlParser;
@@ -647,9 +637,7 @@ export interface ClientDefaults
647
637
  extensions?: RuntimeExtension[];
648
638
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
649
639
  }
650
- export type ChimeSDKVoiceClientConfigType = Partial<
651
- __SmithyConfiguration<__HttpHandlerOptions>
652
- > &
640
+ export type ChimeSDKVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
653
641
  ClientDefaults &
654
642
  UserAgentInputConfig &
655
643
  RetryInputConfig &
@@ -658,8 +646,7 @@ export type ChimeSDKVoiceClientConfigType = Partial<
658
646
  EndpointInputConfig<EndpointParameters> &
659
647
  HttpAuthSchemeInputConfig &
660
648
  ClientInputEndpointParameters;
661
- export interface ChimeSDKVoiceClientConfig
662
- extends ChimeSDKVoiceClientConfigType {}
649
+ export interface ChimeSDKVoiceClientConfig extends ChimeSDKVoiceClientConfigType {}
663
650
  export type ChimeSDKVoiceClientResolvedConfigType =
664
651
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
665
652
  Required<ClientDefaults> &
@@ -671,8 +658,7 @@ export type ChimeSDKVoiceClientResolvedConfigType =
671
658
  EndpointResolvedConfig<EndpointParameters> &
672
659
  HttpAuthSchemeResolvedConfig &
673
660
  ClientResolvedEndpointParameters;
674
- export interface ChimeSDKVoiceClientResolvedConfig
675
- extends ChimeSDKVoiceClientResolvedConfigType {}
661
+ export interface ChimeSDKVoiceClientResolvedConfig extends ChimeSDKVoiceClientResolvedConfigType {}
676
662
  export declare class ChimeSDKVoiceClient extends __Client<
677
663
  __HttpHandlerOptions,
678
664
  ServiceInputTypes,
@@ -680,8 +666,6 @@ export declare class ChimeSDKVoiceClient extends __Client<
680
666
  ChimeSDKVoiceClientResolvedConfig
681
667
  > {
682
668
  readonly config: ChimeSDKVoiceClientResolvedConfig;
683
- constructor(
684
- ...[configuration]: __CheckOptionalClientConfig<ChimeSDKVoiceClientConfig>
685
- );
669
+ constructor(...[configuration]: __CheckOptionalClientConfig<ChimeSDKVoiceClientConfig>);
686
670
  destroy(): void;
687
671
  }
@@ -7,17 +7,10 @@ import { ChimeSDKVoiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ChimeSDKVoiceHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ChimeSDKVoiceHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ChimeSDKVoiceHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ChimeSDKVoiceClientResolvedConfig } from "../ChimeSDKVoiceClient";
15
- export interface ChimeSDKVoiceHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ChimeSDKVoiceHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ChimeSDKVoiceHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ChimeSDKVoiceClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ChimeSDKVoiceHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ChimeSDKVoiceHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ChimeSDKVoiceClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ChimeSDKVoiceHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultChimeSDKVoiceHttpAuthSchemeParametersProvider: (
27
25
  config: ChimeSDKVoiceClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ChimeSDKVoiceHttpAuthSchemeParameters>;
31
- export interface ChimeSDKVoiceHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ChimeSDKVoiceHttpAuthSchemeParameters> {}
29
+ export interface ChimeSDKVoiceHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ChimeSDKVoiceHttpAuthSchemeParameters> {}
33
30
  export declare const defaultChimeSDKVoiceHttpAuthSchemeProvider: ChimeSDKVoiceHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ChimeSDKVoiceHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ChimeSDKVoiceHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ChimeSDKVoiceClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ChimeSDKVoiceClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -4,14 +4,12 @@ import {
4
4
  AssociatePhoneNumbersWithVoiceConnectorResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput
8
- extends AssociatePhoneNumbersWithVoiceConnectorRequest {}
7
+ export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput extends AssociatePhoneNumbersWithVoiceConnectorRequest {}
9
8
  export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput
10
- extends AssociatePhoneNumbersWithVoiceConnectorResponse,
11
- __MetadataBearer {}
9
+ extends AssociatePhoneNumbersWithVoiceConnectorResponse, __MetadataBearer {}
12
10
  declare const AssociatePhoneNumbersWithVoiceConnectorCommand_base: {
13
11
  new (
14
- input: AssociatePhoneNumbersWithVoiceConnectorCommandInput
12
+ input: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AssociatePhoneNumbersWithVoiceConnectorCommandInput,
17
15
  AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
@@ -20,7 +18,7 @@ declare const AssociatePhoneNumbersWithVoiceConnectorCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AssociatePhoneNumbersWithVoiceConnectorCommandInput
21
+ input: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AssociatePhoneNumbersWithVoiceConnectorCommandInput,
26
24
  AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
8
- extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {}
7
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {}
9
8
  export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
10
- extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
11
- __MetadataBearer {}
9
+ extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse, __MetadataBearer {}
12
10
  declare const AssociatePhoneNumbersWithVoiceConnectorGroupCommand_base: {
13
11
  new (
14
- input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
12
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
17
15
  AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const AssociatePhoneNumbersWithVoiceConnectorGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
21
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
26
24
  AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeletePhoneNumberRequest,
4
- BatchDeletePhoneNumberResponse,
5
- } from "../models/models_0";
2
+ import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDeletePhoneNumberCommandInput
8
- extends BatchDeletePhoneNumberRequest {}
4
+ export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {}
9
5
  export interface BatchDeletePhoneNumberCommandOutput
10
- extends BatchDeletePhoneNumberResponse,
11
- __MetadataBearer {}
6
+ extends BatchDeletePhoneNumberResponse, __MetadataBearer {}
12
7
  declare const BatchDeletePhoneNumberCommand_base: {
13
8
  new (
14
- input: BatchDeletePhoneNumberCommandInput
9
+ input: BatchDeletePhoneNumberCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDeletePhoneNumberCommandInput,
17
12
  BatchDeletePhoneNumberCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDeletePhoneNumberCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDeletePhoneNumberCommandInput
18
+ input: BatchDeletePhoneNumberCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDeletePhoneNumberCommandInput,
26
21
  BatchDeletePhoneNumberCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchUpdatePhoneNumberRequest,
4
- BatchUpdatePhoneNumberResponse,
5
- } from "../models/models_0";
2
+ import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchUpdatePhoneNumberCommandInput
8
- extends BatchUpdatePhoneNumberRequest {}
4
+ export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {}
9
5
  export interface BatchUpdatePhoneNumberCommandOutput
10
- extends BatchUpdatePhoneNumberResponse,
11
- __MetadataBearer {}
6
+ extends BatchUpdatePhoneNumberResponse, __MetadataBearer {}
12
7
  declare const BatchUpdatePhoneNumberCommand_base: {
13
8
  new (
14
- input: BatchUpdatePhoneNumberCommandInput
9
+ input: BatchUpdatePhoneNumberCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchUpdatePhoneNumberCommandInput,
17
12
  BatchUpdatePhoneNumberCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchUpdatePhoneNumberCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchUpdatePhoneNumberCommandInput
18
+ input: BatchUpdatePhoneNumberCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchUpdatePhoneNumberCommandInput,
26
21
  BatchUpdatePhoneNumberCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePhoneNumberOrderRequest,
4
- CreatePhoneNumberOrderResponse,
5
- } from "../models/models_0";
2
+ import { CreatePhoneNumberOrderRequest, CreatePhoneNumberOrderResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreatePhoneNumberOrderCommandInput
8
- extends CreatePhoneNumberOrderRequest {}
4
+ export interface CreatePhoneNumberOrderCommandInput extends CreatePhoneNumberOrderRequest {}
9
5
  export interface CreatePhoneNumberOrderCommandOutput
10
- extends CreatePhoneNumberOrderResponse,
11
- __MetadataBearer {}
6
+ extends CreatePhoneNumberOrderResponse, __MetadataBearer {}
12
7
  declare const CreatePhoneNumberOrderCommand_base: {
13
8
  new (
14
- input: CreatePhoneNumberOrderCommandInput
9
+ input: CreatePhoneNumberOrderCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreatePhoneNumberOrderCommandInput,
17
12
  CreatePhoneNumberOrderCommandOutput,
@@ -20,7 +15,7 @@ declare const CreatePhoneNumberOrderCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreatePhoneNumberOrderCommandInput
18
+ input: CreatePhoneNumberOrderCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreatePhoneNumberOrderCommandInput,
26
21
  CreatePhoneNumberOrderCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateProxySessionRequest,
4
- CreateProxySessionResponse,
5
- } from "../models/models_0";
2
+ import { CreateProxySessionRequest, CreateProxySessionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateProxySessionCommandInput
8
- extends CreateProxySessionRequest {}
4
+ export interface CreateProxySessionCommandInput extends CreateProxySessionRequest {}
9
5
  export interface CreateProxySessionCommandOutput
10
- extends CreateProxySessionResponse,
11
- __MetadataBearer {}
6
+ extends CreateProxySessionResponse, __MetadataBearer {}
12
7
  declare const CreateProxySessionCommand_base: {
13
8
  new (
14
- input: CreateProxySessionCommandInput
9
+ input: CreateProxySessionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateProxySessionCommandInput,
17
12
  CreateProxySessionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateProxySessionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateProxySessionCommandInput
18
+ input: CreateProxySessionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateProxySessionCommandInput,
26
21
  CreateProxySessionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSipMediaApplicationCallResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSipMediaApplicationCallCommandInput
8
- extends CreateSipMediaApplicationCallRequest {}
7
+ export interface CreateSipMediaApplicationCallCommandInput extends CreateSipMediaApplicationCallRequest {}
9
8
  export interface CreateSipMediaApplicationCallCommandOutput
10
- extends CreateSipMediaApplicationCallResponse,
11
- __MetadataBearer {}
9
+ extends CreateSipMediaApplicationCallResponse, __MetadataBearer {}
12
10
  declare const CreateSipMediaApplicationCallCommand_base: {
13
11
  new (
14
- input: CreateSipMediaApplicationCallCommandInput
12
+ input: CreateSipMediaApplicationCallCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSipMediaApplicationCallCommandInput,
17
15
  CreateSipMediaApplicationCallCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSipMediaApplicationCallCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSipMediaApplicationCallCommandInput
21
+ input: CreateSipMediaApplicationCallCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSipMediaApplicationCallCommandInput,
26
24
  CreateSipMediaApplicationCallCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSipMediaApplicationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSipMediaApplicationCommandInput
8
- extends CreateSipMediaApplicationRequest {}
7
+ export interface CreateSipMediaApplicationCommandInput extends CreateSipMediaApplicationRequest {}
9
8
  export interface CreateSipMediaApplicationCommandOutput
10
- extends CreateSipMediaApplicationResponse,
11
- __MetadataBearer {}
9
+ extends CreateSipMediaApplicationResponse, __MetadataBearer {}
12
10
  declare const CreateSipMediaApplicationCommand_base: {
13
11
  new (
14
- input: CreateSipMediaApplicationCommandInput
12
+ input: CreateSipMediaApplicationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSipMediaApplicationCommandInput,
17
15
  CreateSipMediaApplicationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSipMediaApplicationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSipMediaApplicationCommandInput
21
+ input: CreateSipMediaApplicationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSipMediaApplicationCommandInput,
26
24
  CreateSipMediaApplicationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateSipRuleRequest,
4
- CreateSipRuleResponse,
5
- } from "../models/models_0";
2
+ import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateSipRuleCommandInput extends CreateSipRuleRequest {}
8
- export interface CreateSipRuleCommandOutput
9
- extends CreateSipRuleResponse,
10
- __MetadataBearer {}
5
+ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __MetadataBearer {}
11
6
  declare const CreateSipRuleCommand_base: {
12
7
  new (
13
- input: CreateSipRuleCommandInput
8
+ input: CreateSipRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateSipRuleCommandInput,
16
11
  CreateSipRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateSipRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateSipRuleCommandInput
17
+ input: CreateSipRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateSipRuleCommandInput,
25
20
  CreateSipRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateVoiceConnectorRequest,
4
- CreateVoiceConnectorResponse,
5
- } from "../models/models_0";
2
+ import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateVoiceConnectorCommandInput
8
- extends CreateVoiceConnectorRequest {}
4
+ export interface CreateVoiceConnectorCommandInput extends CreateVoiceConnectorRequest {}
9
5
  export interface CreateVoiceConnectorCommandOutput
10
- extends CreateVoiceConnectorResponse,
11
- __MetadataBearer {}
6
+ extends CreateVoiceConnectorResponse, __MetadataBearer {}
12
7
  declare const CreateVoiceConnectorCommand_base: {
13
8
  new (
14
- input: CreateVoiceConnectorCommandInput
9
+ input: CreateVoiceConnectorCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateVoiceConnectorCommandInput,
17
12
  CreateVoiceConnectorCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateVoiceConnectorCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateVoiceConnectorCommandInput
18
+ input: CreateVoiceConnectorCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateVoiceConnectorCommandInput,
26
21
  CreateVoiceConnectorCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateVoiceConnectorGroupResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateVoiceConnectorGroupCommandInput
8
- extends CreateVoiceConnectorGroupRequest {}
7
+ export interface CreateVoiceConnectorGroupCommandInput extends CreateVoiceConnectorGroupRequest {}
9
8
  export interface CreateVoiceConnectorGroupCommandOutput
10
- extends CreateVoiceConnectorGroupResponse,
11
- __MetadataBearer {}
9
+ extends CreateVoiceConnectorGroupResponse, __MetadataBearer {}
12
10
  declare const CreateVoiceConnectorGroupCommand_base: {
13
11
  new (
14
- input: CreateVoiceConnectorGroupCommandInput
12
+ input: CreateVoiceConnectorGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateVoiceConnectorGroupCommandInput,
17
15
  CreateVoiceConnectorGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateVoiceConnectorGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateVoiceConnectorGroupCommandInput
21
+ input: CreateVoiceConnectorGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateVoiceConnectorGroupCommandInput,
26
24
  CreateVoiceConnectorGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateVoiceProfileRequest,
4
- CreateVoiceProfileResponse,
5
- } from "../models/models_0";
2
+ import { CreateVoiceProfileRequest, CreateVoiceProfileResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateVoiceProfileCommandInput
8
- extends CreateVoiceProfileRequest {}
4
+ export interface CreateVoiceProfileCommandInput extends CreateVoiceProfileRequest {}
9
5
  export interface CreateVoiceProfileCommandOutput
10
- extends CreateVoiceProfileResponse,
11
- __MetadataBearer {}
6
+ extends CreateVoiceProfileResponse, __MetadataBearer {}
12
7
  declare const CreateVoiceProfileCommand_base: {
13
8
  new (
14
- input: CreateVoiceProfileCommandInput
9
+ input: CreateVoiceProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateVoiceProfileCommandInput,
17
12
  CreateVoiceProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateVoiceProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateVoiceProfileCommandInput
18
+ input: CreateVoiceProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateVoiceProfileCommandInput,
26
21
  CreateVoiceProfileCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateVoiceProfileDomainResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateVoiceProfileDomainCommandInput
8
- extends CreateVoiceProfileDomainRequest {}
7
+ export interface CreateVoiceProfileDomainCommandInput extends CreateVoiceProfileDomainRequest {}
9
8
  export interface CreateVoiceProfileDomainCommandOutput
10
- extends CreateVoiceProfileDomainResponse,
11
- __MetadataBearer {}
9
+ extends CreateVoiceProfileDomainResponse, __MetadataBearer {}
12
10
  declare const CreateVoiceProfileDomainCommand_base: {
13
11
  new (
14
- input: CreateVoiceProfileDomainCommandInput
12
+ input: CreateVoiceProfileDomainCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateVoiceProfileDomainCommandInput,
17
15
  CreateVoiceProfileDomainCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateVoiceProfileDomainCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateVoiceProfileDomainCommandInput
21
+ input: CreateVoiceProfileDomainCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateVoiceProfileDomainCommandInput,
26
24
  CreateVoiceProfileDomainCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePhoneNumberRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeletePhoneNumberCommandInput
5
- extends DeletePhoneNumberRequest {}
4
+ export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest {}
6
5
  export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {}
7
6
  declare const DeletePhoneNumberCommand_base: {
8
7
  new (
9
- input: DeletePhoneNumberCommandInput
8
+ input: DeletePhoneNumberCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeletePhoneNumberCommandInput,
12
11
  DeletePhoneNumberCommandOutput,
@@ -15,7 +14,7 @@ declare const DeletePhoneNumberCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeletePhoneNumberCommandInput
17
+ input: DeletePhoneNumberCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeletePhoneNumberCommandInput,
21
20
  DeletePhoneNumberCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteProxySessionRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteProxySessionCommandInput
5
- extends DeleteProxySessionRequest {}
4
+ export interface DeleteProxySessionCommandInput extends DeleteProxySessionRequest {}
6
5
  export interface DeleteProxySessionCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteProxySessionCommand_base: {
8
7
  new (
9
- input: DeleteProxySessionCommandInput
8
+ input: DeleteProxySessionCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteProxySessionCommandInput,
12
11
  DeleteProxySessionCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteProxySessionCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteProxySessionCommandInput
17
+ input: DeleteProxySessionCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteProxySessionCommandInput,
21
20
  DeleteProxySessionCommandOutput,