@aws-sdk/client-chime-sdk-voice 3.278.0 → 3.281.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 (76) hide show
  1. package/README.md +595 -0
  2. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +6 -0
  6. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateProxySessionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateSipRuleCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +6 -0
  13. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteProxySessionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteSipRuleCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +6 -0
  25. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +6 -0
  26. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +6 -0
  27. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +6 -0
  28. package/dist-types/commands/GetPhoneNumberCommand.d.ts +6 -0
  29. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +6 -0
  30. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +6 -0
  31. package/dist-types/commands/GetProxySessionCommand.d.ts +6 -0
  32. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +6 -0
  33. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +6 -0
  34. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +6 -0
  35. package/dist-types/commands/GetSipRuleCommand.d.ts +6 -0
  36. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +6 -0
  37. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +6 -0
  38. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +6 -0
  39. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +6 -0
  40. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +6 -0
  41. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +6 -0
  42. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +6 -0
  43. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +6 -0
  44. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +6 -0
  45. package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +6 -0
  47. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +6 -0
  48. package/dist-types/commands/ListProxySessionsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListSipRulesCommand.d.ts +6 -0
  51. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +6 -0
  55. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +6 -0
  56. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +6 -0
  57. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +6 -0
  58. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +6 -0
  59. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +6 -0
  60. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +6 -0
  61. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +6 -0
  62. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +6 -0
  63. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +6 -0
  64. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +6 -0
  65. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateProxySessionCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateSipRuleCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +6 -0
  75. package/dist-types/commands/ValidateE911AddressCommand.d.ts +6 -0
  76. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { AssociatePhoneNumbersWithVoiceConnectorGroupRequest, AssociatePhoneNumbersWithVoiceConnectorGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommand}.
8
+ */
6
9
  export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommand}.
13
+ */
8
14
  export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDeletePhoneNumberCommand}.
8
+ */
6
9
  export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeletePhoneNumberCommand}.
13
+ */
8
14
  export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNumberResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchUpdatePhoneNumberCommand}.
8
+ */
6
9
  export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchUpdatePhoneNumberCommand}.
13
+ */
8
14
  export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreatePhoneNumberOrderRequest, CreatePhoneNumberOrderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePhoneNumberOrderCommand}.
8
+ */
6
9
  export interface CreatePhoneNumberOrderCommandInput extends CreatePhoneNumberOrderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePhoneNumberOrderCommand}.
13
+ */
8
14
  export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOrderResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateProxySessionRequest, CreateProxySessionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateProxySessionCommand}.
8
+ */
6
9
  export interface CreateProxySessionCommandInput extends CreateProxySessionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProxySessionCommand}.
13
+ */
8
14
  export interface CreateProxySessionCommandOutput extends CreateProxySessionResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipMediaApplicationCallRequest, CreateSipMediaApplicationCallResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSipMediaApplicationCallCommand}.
8
+ */
6
9
  export interface CreateSipMediaApplicationCallCommandInput extends CreateSipMediaApplicationCallRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSipMediaApplicationCallCommand}.
13
+ */
8
14
  export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMediaApplicationCallResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipMediaApplicationRequest, CreateSipMediaApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSipMediaApplicationCommand}.
8
+ */
6
9
  export interface CreateSipMediaApplicationCommandInput extends CreateSipMediaApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSipMediaApplicationCommand}.
13
+ */
8
14
  export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSipRuleCommand}.
8
+ */
6
9
  export interface CreateSipRuleCommandInput extends CreateSipRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSipRuleCommand}.
13
+ */
8
14
  export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVoiceConnectorCommand}.
8
+ */
6
9
  export interface CreateVoiceConnectorCommandInput extends CreateVoiceConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVoiceConnectorCommand}.
13
+ */
8
14
  export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVoiceConnectorGroupCommand}.
8
+ */
6
9
  export interface CreateVoiceConnectorGroupCommandInput extends CreateVoiceConnectorGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVoiceConnectorGroupCommand}.
13
+ */
8
14
  export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConnectorGroupResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeletePhoneNumberRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePhoneNumberCommand}.
8
+ */
6
9
  export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePhoneNumberCommand}.
13
+ */
8
14
  export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteProxySessionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteProxySessionCommand}.
8
+ */
6
9
  export interface DeleteProxySessionCommandInput extends DeleteProxySessionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteProxySessionCommand}.
13
+ */
8
14
  export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteSipMediaApplicationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSipMediaApplicationCommand}.
8
+ */
6
9
  export interface DeleteSipMediaApplicationCommandInput extends DeleteSipMediaApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSipMediaApplicationCommand}.
13
+ */
8
14
  export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteSipRuleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSipRuleCommand}.
8
+ */
6
9
  export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSipRuleCommand}.
13
+ */
8
14
  export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorCommandInput extends DeleteVoiceConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput extends DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorGroupCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorGroupCommandInput extends DeleteVoiceConnectorGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorGroupCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorOriginationCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorOriginationCommandInput extends DeleteVoiceConnectorOriginationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorOriginationCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorOriginationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorProxyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorProxyCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorProxyCommandInput extends DeleteVoiceConnectorProxyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorProxyCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorStreamingConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorStreamingConfigurationCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorStreamingConfigurationCommandInput extends DeleteVoiceConnectorStreamingConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorStreamingConfigurationCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorTerminationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorTerminationCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorTerminationCommandInput extends DeleteVoiceConnectorTerminationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorTerminationCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorTerminationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorTerminationCredentialsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVoiceConnectorTerminationCredentialsCommand}.
8
+ */
6
9
  export interface DeleteVoiceConnectorTerminationCredentialsCommandInput extends DeleteVoiceConnectorTerminationCredentialsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVoiceConnectorTerminationCredentialsCommand}.
13
+ */
8
14
  export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DisassociatePhoneNumbersFromVoiceConnectorRequest, DisassociatePhoneNumbersFromVoiceConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociatePhoneNumbersFromVoiceConnectorCommand}.
8
+ */
6
9
  export interface DisassociatePhoneNumbersFromVoiceConnectorCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociatePhoneNumbersFromVoiceConnectorCommand}.
13
+ */
8
14
  export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DisassociatePhoneNumbersFromVoiceConnectorGroupRequest, DisassociatePhoneNumbersFromVoiceConnectorGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommand}.
8
+ */
6
9
  export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput extends DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommand}.
13
+ */
8
14
  export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput extends DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetGlobalSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGlobalSettingsCommand}.
8
+ */
6
9
  export interface GetGlobalSettingsCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGlobalSettingsCommand}.
13
+ */
8
14
  export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetPhoneNumberRequest, GetPhoneNumberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPhoneNumberCommand}.
8
+ */
6
9
  export interface GetPhoneNumberCommandInput extends GetPhoneNumberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPhoneNumberCommand}.
13
+ */
8
14
  export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetPhoneNumberOrderRequest, GetPhoneNumberOrderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPhoneNumberOrderCommand}.
8
+ */
6
9
  export interface GetPhoneNumberOrderCommandInput extends GetPhoneNumberOrderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPhoneNumberOrderCommand}.
13
+ */
8
14
  export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetPhoneNumberSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPhoneNumberSettingsCommand}.
8
+ */
6
9
  export interface GetPhoneNumberSettingsCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPhoneNumberSettingsCommand}.
13
+ */
8
14
  export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetProxySessionRequest, GetProxySessionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetProxySessionCommand}.
8
+ */
6
9
  export interface GetProxySessionCommandInput extends GetProxySessionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetProxySessionCommand}.
13
+ */
8
14
  export interface GetProxySessionCommandOutput extends GetProxySessionResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetSipMediaApplicationAlexaSkillConfigurationRequest, GetSipMediaApplicationAlexaSkillConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSipMediaApplicationAlexaSkillConfigurationCommand}.
8
+ */
6
9
  export interface GetSipMediaApplicationAlexaSkillConfigurationCommandInput extends GetSipMediaApplicationAlexaSkillConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSipMediaApplicationAlexaSkillConfigurationCommand}.
13
+ */
8
14
  export interface GetSipMediaApplicationAlexaSkillConfigurationCommandOutput extends GetSipMediaApplicationAlexaSkillConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Command<GetSipMediaApplicationAlexaSkillConfigurationCommandInput, GetSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetSipMediaApplicationRequest, GetSipMediaApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSipMediaApplicationCommand}.
8
+ */
6
9
  export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSipMediaApplicationCommand}.
13
+ */
8
14
  export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetSipMediaApplicationCommand extends $Command<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetSipMediaApplicationLoggingConfigurationRequest, GetSipMediaApplicationLoggingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSipMediaApplicationLoggingConfigurationCommand}.
8
+ */
6
9
  export interface GetSipMediaApplicationLoggingConfigurationCommandInput extends GetSipMediaApplicationLoggingConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSipMediaApplicationLoggingConfigurationCommand}.
13
+ */
8
14
  export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends GetSipMediaApplicationLoggingConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetSipMediaApplicationLoggingConfigurationCommand extends $Command<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSipRuleCommand}.
8
+ */
6
9
  export interface GetSipRuleCommandInput extends GetSipRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSipRuleCommand}.
13
+ */
8
14
  export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetSipRuleCommand extends $Command<GetSipRuleCommandInput, GetSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVoiceConnectorCommand}.
8
+ */
6
9
  export interface GetVoiceConnectorCommandInput extends GetVoiceConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVoiceConnectorCommand}.
13
+ */
8
14
  export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetVoiceConnectorCommand extends $Command<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetVoiceConnectorEmergencyCallingConfigurationRequest, GetVoiceConnectorEmergencyCallingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVoiceConnectorEmergencyCallingConfigurationCommand}.
8
+ */
6
9
  export interface GetVoiceConnectorEmergencyCallingConfigurationCommandInput extends GetVoiceConnectorEmergencyCallingConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVoiceConnectorEmergencyCallingConfigurationCommand}.
13
+ */
8
14
  export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput extends GetVoiceConnectorEmergencyCallingConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVoiceConnectorGroupCommand}.
8
+ */
6
9
  export interface GetVoiceConnectorGroupCommandInput extends GetVoiceConnectorGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVoiceConnectorGroupCommand}.
13
+ */
8
14
  export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGroupResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetVoiceConnectorLoggingConfigurationRequest, GetVoiceConnectorLoggingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVoiceConnectorLoggingConfigurationCommand}.
8
+ */
6
9
  export interface GetVoiceConnectorLoggingConfigurationCommandInput extends GetVoiceConnectorLoggingConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVoiceConnectorLoggingConfigurationCommand}.
13
+ */
8
14
  export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetVoiceConnectorLoggingConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { GetVoiceConnectorOriginationRequest, GetVoiceConnectorOriginationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVoiceConnectorOriginationCommand}.
8
+ */
6
9
  export interface GetVoiceConnectorOriginationCommandInput extends GetVoiceConnectorOriginationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVoiceConnectorOriginationCommand}.
13
+ */
8
14
  export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConnectorOriginationResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {