@aws-sdk/client-chime-sdk-voice 3.295.0 → 3.297.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 (88) hide show
  1. package/dist-types/ChimeSDKVoice.d.ts +225 -0
  2. package/dist-types/ChimeSDKVoiceClient.d.ts +26 -4
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +13 -0
  4. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +13 -0
  5. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +13 -0
  6. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +13 -0
  7. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +13 -0
  8. package/dist-types/commands/CreateProxySessionCommand.d.ts +13 -0
  9. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +13 -0
  10. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateSipRuleCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +13 -0
  13. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +13 -0
  14. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +13 -0
  15. package/dist-types/commands/DeleteProxySessionCommand.d.ts +13 -0
  16. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +13 -0
  17. package/dist-types/commands/DeleteSipRuleCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +13 -0
  19. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
  20. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +13 -0
  21. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +13 -0
  22. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +13 -0
  23. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
  24. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +13 -0
  25. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
  26. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +13 -0
  27. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +13 -0
  28. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +13 -0
  29. package/dist-types/commands/GetPhoneNumberCommand.d.ts +13 -0
  30. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +13 -0
  31. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +13 -0
  32. package/dist-types/commands/GetProxySessionCommand.d.ts +13 -0
  33. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
  34. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +13 -0
  35. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
  36. package/dist-types/commands/GetSipRuleCommand.d.ts +13 -0
  37. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +13 -0
  38. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
  39. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +13 -0
  40. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
  41. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +13 -0
  42. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
  43. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
  44. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +13 -0
  45. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +13 -0
  46. package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +13 -0
  47. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +13 -0
  48. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +13 -0
  49. package/dist-types/commands/ListProxySessionsCommand.d.ts +13 -0
  50. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +13 -0
  51. package/dist-types/commands/ListSipRulesCommand.d.ts +13 -0
  52. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
  53. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +13 -0
  54. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
  55. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +13 -0
  56. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +13 -0
  57. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +13 -0
  58. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +13 -0
  59. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +13 -0
  60. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +13 -0
  61. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
  62. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +13 -0
  63. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +13 -0
  64. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +13 -0
  65. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +13 -0
  66. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
  67. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +13 -0
  68. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +13 -0
  69. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +13 -0
  70. package/dist-types/commands/UpdateProxySessionCommand.d.ts +13 -0
  71. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +13 -0
  72. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +13 -0
  73. package/dist-types/commands/UpdateSipRuleCommand.d.ts +13 -0
  74. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +13 -0
  75. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +13 -0
  76. package/dist-types/commands/ValidateE911AddressCommand.d.ts +13 -0
  77. package/dist-types/models/ChimeSDKVoiceServiceException.d.ts +2 -0
  78. package/dist-types/models/models_0.d.ts +579 -0
  79. package/dist-types/pagination/Interfaces.d.ts +3 -0
  80. package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSipRulesPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
  88. package/package.json +29 -29
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDeletePhoneNumberCommand}.
8
10
  */
9
11
  export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDeletePhoneNumberCommand}.
13
17
  */
14
18
  export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNumberResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
16
20
  export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: BatchDeletePhoneNumberCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: BatchDeletePhoneNumberCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchUpdatePhoneNumberCommand}.
8
10
  */
9
11
  export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchUpdatePhoneNumberCommand}.
13
17
  */
14
18
  export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
16
20
  export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: BatchUpdatePhoneNumberCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: BatchUpdatePhoneNumberCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreatePhoneNumberOrderRequest, CreatePhoneNumberOrderResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePhoneNumberOrderCommand}.
8
10
  */
9
11
  export interface CreatePhoneNumberOrderCommandInput extends CreatePhoneNumberOrderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePhoneNumberOrderCommand}.
13
17
  */
14
18
  export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOrderResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
16
20
  export declare class CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreatePhoneNumberOrderCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreatePhoneNumberOrderCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateProxySessionRequest, CreateProxySessionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateProxySessionCommand}.
8
10
  */
9
11
  export interface CreateProxySessionCommandInput extends CreateProxySessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateProxySessionCommand}.
13
17
  */
14
18
  export interface CreateProxySessionCommandOutput extends CreateProxySessionResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
16
20
  export declare class CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateProxySessionCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateProxySessionCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProxySessionCommandInput, CreateProxySessionCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipMediaApplicationCallRequest, CreateSipMediaApplicationCallResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSipMediaApplicationCallCommand}.
8
10
  */
9
11
  export interface CreateSipMediaApplicationCallCommandInput extends CreateSipMediaApplicationCallRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSipMediaApplicationCallCommand}.
13
17
  */
14
18
  export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMediaApplicationCallResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMed
16
20
  export declare class CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateSipMediaApplicationCallCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateSipMediaApplicationCallCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipMediaApplicationRequest, CreateSipMediaApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSipMediaApplicationCommand}.
8
10
  */
9
11
  export interface CreateSipMediaApplicationCommandInput extends CreateSipMediaApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSipMediaApplicationCommand}.
13
17
  */
14
18
  export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaApplicationResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp
16
20
  export declare class CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateSipMediaApplicationCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateSipMediaApplicationCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSipRuleCommand}.
8
10
  */
9
11
  export interface CreateSipRuleCommandInput extends CreateSipRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSipRuleCommand}.
13
17
  */
14
18
  export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
16
20
  export declare class CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateSipRuleCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateSipRuleCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSipRuleCommandInput, CreateSipRuleCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVoiceConnectorCommand}.
8
10
  */
9
11
  export interface CreateVoiceConnectorCommandInput extends CreateVoiceConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVoiceConnectorCommand}.
13
17
  */
14
18
  export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR
16
20
  export declare class CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateVoiceConnectorCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateVoiceConnectorCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVoiceConnectorGroupCommand}.
8
10
  */
9
11
  export interface CreateVoiceConnectorGroupCommandInput extends CreateVoiceConnectorGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVoiceConnectorGroupCommand}.
13
17
  */
14
18
  export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConnectorGroupResponse, __MetadataBearer {
@@ -16,11 +20,20 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
16
20
  export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: CreateVoiceConnectorGroupCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: CreateVoiceConnectorGroupCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeletePhoneNumberRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePhoneNumberCommand}.
8
10
  */
9
11
  export interface DeletePhoneNumberCommandInput extends DeletePhoneNumberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePhoneNumberCommand}.
13
17
  */
14
18
  export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
16
20
  export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeletePhoneNumberCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeletePhoneNumberCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteProxySessionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteProxySessionCommand}.
8
10
  */
9
11
  export interface DeleteProxySessionCommandInput extends DeleteProxySessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteProxySessionCommand}.
13
17
  */
14
18
  export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
16
20
  export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteProxySessionCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteProxySessionCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteSipMediaApplicationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSipMediaApplicationCommand}.
8
10
  */
9
11
  export interface DeleteSipMediaApplicationCommandInput extends DeleteSipMediaApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSipMediaApplicationCommand}.
13
17
  */
14
18
  export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
16
20
  export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteSipMediaApplicationCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteSipMediaApplicationCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteSipRuleRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSipRuleCommand}.
8
10
  */
9
11
  export interface DeleteSipRuleCommandInput extends DeleteSipRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSipRuleCommand}.
13
17
  */
14
18
  export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
16
20
  export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteSipRuleCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteSipRuleCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVoiceConnectorCommand}.
8
10
  */
9
11
  export interface DeleteVoiceConnectorCommandInput extends DeleteVoiceConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVoiceConnectorCommand}.
13
17
  */
14
18
  export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
16
20
  export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteVoiceConnectorCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteVoiceConnectorCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput extends DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
16
20
  export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVoiceConnectorGroupCommand}.
8
10
  */
9
11
  export interface DeleteVoiceConnectorGroupCommandInput extends DeleteVoiceConnectorGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVoiceConnectorGroupCommand}.
13
17
  */
14
18
  export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
16
20
  export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteVoiceConnectorGroupCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteVoiceConnectorGroupCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }
@@ -4,11 +4,15 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient";
5
5
  import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVoiceConnectorOriginationCommand}.
8
10
  */
9
11
  export interface DeleteVoiceConnectorOriginationCommandInput extends DeleteVoiceConnectorOriginationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVoiceConnectorOriginationCommand}.
13
17
  */
14
18
  export interface DeleteVoiceConnectorOriginationCommandOutput extends __MetadataBearer {
@@ -16,11 +20,20 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
16
20
  export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
17
21
  readonly input: DeleteVoiceConnectorOriginationCommandInput;
18
22
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
+ /**
24
+ * @public
25
+ */
19
26
  constructor(input: DeleteVoiceConnectorOriginationCommandInput);
20
27
  /**
21
28
  * @internal
22
29
  */
23
30
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKVoiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput>;
31
+ /**
32
+ * @internal
33
+ */
24
34
  private serialize;
35
+ /**
36
+ * @internal
37
+ */
25
38
  private deserialize;
26
39
  }