@aws-sdk/client-connect 3.223.0 → 3.225.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.
- package/dist-cjs/Connect.js +75 -0
- package/dist-cjs/commands/CreateRuleCommand.js +46 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +46 -0
- package/dist-cjs/commands/DescribeRuleCommand.js +46 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +2 -1
- package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +3 -3
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +3 -3
- package/dist-cjs/commands/ListRulesCommand.js +46 -0
- package/dist-cjs/commands/UpdateRuleCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +104 -134
- package/dist-cjs/models/models_1.js +139 -8
- package/dist-cjs/pagination/ListRulesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +606 -7
- package/dist-es/Connect.js +75 -0
- package/dist-es/commands/CreateRuleCommand.js +42 -0
- package/dist-es/commands/DeleteRuleCommand.js +42 -0
- package/dist-es/commands/DescribeRuleCommand.js +42 -0
- package/dist-es/commands/ListContactReferencesCommand.js +2 -1
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +1 -1
- package/dist-es/commands/ListHoursOfOperationsCommand.js +1 -1
- package/dist-es/commands/ListInstanceAttributesCommand.js +1 -1
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +1 -1
- package/dist-es/commands/ListInstancesCommand.js +1 -1
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +1 -1
- package/dist-es/commands/ListRulesCommand.js +42 -0
- package/dist-es/commands/UpdateRuleCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +83 -107
- package/dist-es/models/models_1.js +111 -3
- package/dist-es/pagination/ListRulesPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +589 -0
- package/dist-types/Connect.d.ts +44 -4
- package/dist-types/ConnectClient.d.ts +7 -2
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +5 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +37 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +37 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +2 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +37 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +3 -2
- package/dist-types/commands/UpdateRuleCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +373 -516
- package/dist-types/models/models_1.d.ts +628 -29
- package/dist-types/pagination/ListRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/Connect.d.ts +85 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +147 -249
- package/dist-types/ts3.4/models/models_1.d.ts +294 -6
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +28 -28
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRules(config: ConnectPaginationConfiguration, input: ListRulesCommandInput, ...additionalArguments: any): Paginator<ListRulesCommandOutput>;
|
|
@@ -24,6 +24,7 @@ export * from "./ListQueuesPaginator";
|
|
|
24
24
|
export * from "./ListQuickConnectsPaginator";
|
|
25
25
|
export * from "./ListRoutingProfileQueuesPaginator";
|
|
26
26
|
export * from "./ListRoutingProfilesPaginator";
|
|
27
|
+
export * from "./ListRulesPaginator";
|
|
27
28
|
export * from "./ListSecurityKeysPaginator";
|
|
28
29
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
29
30
|
export * from "./ListSecurityProfilesPaginator";
|
|
@@ -20,6 +20,7 @@ import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationC
|
|
|
20
20
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
21
21
|
import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
|
|
22
22
|
import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "../commands/CreateRoutingProfileCommand";
|
|
23
|
+
import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
|
|
23
24
|
import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput } from "../commands/CreateSecurityProfileCommand";
|
|
24
25
|
import { CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput } from "../commands/CreateTaskTemplateCommand";
|
|
25
26
|
import { CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGroupCommandOutput } from "../commands/CreateTrafficDistributionGroupCommand";
|
|
@@ -33,6 +34,7 @@ import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput
|
|
|
33
34
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
34
35
|
import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
|
|
35
36
|
import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
|
|
37
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
|
|
36
38
|
import { DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput } from "../commands/DeleteSecurityProfileCommand";
|
|
37
39
|
import { DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput } from "../commands/DeleteTaskTemplateCommand";
|
|
38
40
|
import { DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput } from "../commands/DeleteTrafficDistributionGroupCommand";
|
|
@@ -52,6 +54,7 @@ import { DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput } fro
|
|
|
52
54
|
import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
|
|
53
55
|
import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
|
|
54
56
|
import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "../commands/DescribeRoutingProfileCommand";
|
|
57
|
+
import { DescribeRuleCommandInput, DescribeRuleCommandOutput } from "../commands/DescribeRuleCommand";
|
|
55
58
|
import { DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput } from "../commands/DescribeSecurityProfileCommand";
|
|
56
59
|
import { DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput } from "../commands/DescribeTrafficDistributionGroupCommand";
|
|
57
60
|
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
@@ -97,6 +100,7 @@ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/Lis
|
|
|
97
100
|
import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
|
|
98
101
|
import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
|
|
99
102
|
import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
|
|
103
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
|
|
100
104
|
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
|
|
101
105
|
import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "../commands/ListSecurityProfilePermissionsCommand";
|
|
102
106
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
@@ -153,6 +157,7 @@ import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcur
|
|
|
153
157
|
import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "../commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
154
158
|
import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "../commands/UpdateRoutingProfileNameCommand";
|
|
155
159
|
import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "../commands/UpdateRoutingProfileQueuesCommand";
|
|
160
|
+
import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "../commands/UpdateRuleCommand";
|
|
156
161
|
import { UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput } from "../commands/UpdateSecurityProfileCommand";
|
|
157
162
|
import { UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput } from "../commands/UpdateTaskTemplateCommand";
|
|
158
163
|
import { UpdateTrafficDistributionCommandInput, UpdateTrafficDistributionCommandOutput } from "../commands/UpdateTrafficDistributionCommand";
|
|
@@ -183,6 +188,7 @@ export declare const serializeAws_restJson1CreateIntegrationAssociationCommand:
|
|
|
183
188
|
export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
189
|
export declare const serializeAws_restJson1CreateQuickConnectCommand: (input: CreateQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
190
|
export declare const serializeAws_restJson1CreateRoutingProfileCommand: (input: CreateRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
export declare const serializeAws_restJson1CreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
192
|
export declare const serializeAws_restJson1CreateSecurityProfileCommand: (input: CreateSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
193
|
export declare const serializeAws_restJson1CreateTaskTemplateCommand: (input: CreateTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
194
|
export declare const serializeAws_restJson1CreateTrafficDistributionGroupCommand: (input: CreateTrafficDistributionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -196,6 +202,7 @@ export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input
|
|
|
196
202
|
export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
203
|
export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
204
|
export declare const serializeAws_restJson1DeleteQuickConnectCommand: (input: DeleteQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
export declare const serializeAws_restJson1DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
206
|
export declare const serializeAws_restJson1DeleteSecurityProfileCommand: (input: DeleteSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
207
|
export declare const serializeAws_restJson1DeleteTaskTemplateCommand: (input: DeleteTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
208
|
export declare const serializeAws_restJson1DeleteTrafficDistributionGroupCommand: (input: DeleteTrafficDistributionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -215,6 +222,7 @@ export declare const serializeAws_restJson1DescribePhoneNumberCommand: (input: D
|
|
|
215
222
|
export declare const serializeAws_restJson1DescribeQueueCommand: (input: DescribeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
223
|
export declare const serializeAws_restJson1DescribeQuickConnectCommand: (input: DescribeQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
224
|
export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (input: DescribeRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
+
export declare const serializeAws_restJson1DescribeRuleCommand: (input: DescribeRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
226
|
export declare const serializeAws_restJson1DescribeSecurityProfileCommand: (input: DescribeSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
227
|
export declare const serializeAws_restJson1DescribeTrafficDistributionGroupCommand: (input: DescribeTrafficDistributionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
228
|
export declare const serializeAws_restJson1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -260,6 +268,7 @@ export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueues
|
|
|
260
268
|
export declare const serializeAws_restJson1ListQuickConnectsCommand: (input: ListQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
269
|
export declare const serializeAws_restJson1ListRoutingProfileQueuesCommand: (input: ListRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
270
|
export declare const serializeAws_restJson1ListRoutingProfilesCommand: (input: ListRoutingProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
+
export declare const serializeAws_restJson1ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
272
|
export declare const serializeAws_restJson1ListSecurityKeysCommand: (input: ListSecurityKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
273
|
export declare const serializeAws_restJson1ListSecurityProfilePermissionsCommand: (input: ListSecurityProfilePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
274
|
export declare const serializeAws_restJson1ListSecurityProfilesCommand: (input: ListSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -316,6 +325,7 @@ export declare const serializeAws_restJson1UpdateRoutingProfileConcurrencyComman
|
|
|
316
325
|
export declare const serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (input: UpdateRoutingProfileDefaultOutboundQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
326
|
export declare const serializeAws_restJson1UpdateRoutingProfileNameCommand: (input: UpdateRoutingProfileNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
327
|
export declare const serializeAws_restJson1UpdateRoutingProfileQueuesCommand: (input: UpdateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
+
export declare const serializeAws_restJson1UpdateRuleCommand: (input: UpdateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
319
329
|
export declare const serializeAws_restJson1UpdateSecurityProfileCommand: (input: UpdateSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
330
|
export declare const serializeAws_restJson1UpdateTaskTemplateCommand: (input: UpdateTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
331
|
export declare const serializeAws_restJson1UpdateTrafficDistributionCommand: (input: UpdateTrafficDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -346,6 +356,7 @@ export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand
|
|
|
346
356
|
export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
347
357
|
export declare const deserializeAws_restJson1CreateQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuickConnectCommandOutput>;
|
|
348
358
|
export declare const deserializeAws_restJson1CreateRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoutingProfileCommandOutput>;
|
|
359
|
+
export declare const deserializeAws_restJson1CreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
|
|
349
360
|
export declare const deserializeAws_restJson1CreateSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityProfileCommandOutput>;
|
|
350
361
|
export declare const deserializeAws_restJson1CreateTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskTemplateCommandOutput>;
|
|
351
362
|
export declare const deserializeAws_restJson1CreateTrafficDistributionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficDistributionGroupCommandOutput>;
|
|
@@ -359,6 +370,7 @@ export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (out
|
|
|
359
370
|
export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
|
|
360
371
|
export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
361
372
|
export declare const deserializeAws_restJson1DeleteQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuickConnectCommandOutput>;
|
|
373
|
+
export declare const deserializeAws_restJson1DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
|
|
362
374
|
export declare const deserializeAws_restJson1DeleteSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityProfileCommandOutput>;
|
|
363
375
|
export declare const deserializeAws_restJson1DeleteTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskTemplateCommandOutput>;
|
|
364
376
|
export declare const deserializeAws_restJson1DeleteTrafficDistributionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficDistributionGroupCommandOutput>;
|
|
@@ -378,6 +390,7 @@ export declare const deserializeAws_restJson1DescribePhoneNumberCommand: (output
|
|
|
378
390
|
export declare const deserializeAws_restJson1DescribeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueueCommandOutput>;
|
|
379
391
|
export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickConnectCommandOutput>;
|
|
380
392
|
export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoutingProfileCommandOutput>;
|
|
393
|
+
export declare const deserializeAws_restJson1DescribeRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleCommandOutput>;
|
|
381
394
|
export declare const deserializeAws_restJson1DescribeSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityProfileCommandOutput>;
|
|
382
395
|
export declare const deserializeAws_restJson1DescribeTrafficDistributionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficDistributionGroupCommandOutput>;
|
|
383
396
|
export declare const deserializeAws_restJson1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
@@ -423,6 +436,7 @@ export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpR
|
|
|
423
436
|
export declare const deserializeAws_restJson1ListQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickConnectsCommandOutput>;
|
|
424
437
|
export declare const deserializeAws_restJson1ListRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
425
438
|
export declare const deserializeAws_restJson1ListRoutingProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfilesCommandOutput>;
|
|
439
|
+
export declare const deserializeAws_restJson1ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
|
|
426
440
|
export declare const deserializeAws_restJson1ListSecurityKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityKeysCommandOutput>;
|
|
427
441
|
export declare const deserializeAws_restJson1ListSecurityProfilePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilePermissionsCommandOutput>;
|
|
428
442
|
export declare const deserializeAws_restJson1ListSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilesCommandOutput>;
|
|
@@ -479,6 +493,7 @@ export declare const deserializeAws_restJson1UpdateRoutingProfileConcurrencyComm
|
|
|
479
493
|
export declare const deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
480
494
|
export declare const deserializeAws_restJson1UpdateRoutingProfileNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
481
495
|
export declare const deserializeAws_restJson1UpdateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
496
|
+
export declare const deserializeAws_restJson1UpdateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleCommandOutput>;
|
|
482
497
|
export declare const deserializeAws_restJson1UpdateSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityProfileCommandOutput>;
|
|
483
498
|
export declare const deserializeAws_restJson1UpdateTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskTemplateCommandOutput>;
|
|
484
499
|
export declare const deserializeAws_restJson1UpdateTrafficDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficDistributionCommandOutput>;
|
|
@@ -79,6 +79,10 @@ import {
|
|
|
79
79
|
CreateRoutingProfileCommandInput,
|
|
80
80
|
CreateRoutingProfileCommandOutput,
|
|
81
81
|
} from "./commands/CreateRoutingProfileCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateRuleCommandInput,
|
|
84
|
+
CreateRuleCommandOutput,
|
|
85
|
+
} from "./commands/CreateRuleCommand";
|
|
82
86
|
import {
|
|
83
87
|
CreateSecurityProfileCommandInput,
|
|
84
88
|
CreateSecurityProfileCommandOutput,
|
|
@@ -131,6 +135,10 @@ import {
|
|
|
131
135
|
DeleteQuickConnectCommandInput,
|
|
132
136
|
DeleteQuickConnectCommandOutput,
|
|
133
137
|
} from "./commands/DeleteQuickConnectCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteRuleCommandInput,
|
|
140
|
+
DeleteRuleCommandOutput,
|
|
141
|
+
} from "./commands/DeleteRuleCommand";
|
|
134
142
|
import {
|
|
135
143
|
DeleteSecurityProfileCommandInput,
|
|
136
144
|
DeleteSecurityProfileCommandOutput,
|
|
@@ -207,6 +215,10 @@ import {
|
|
|
207
215
|
DescribeRoutingProfileCommandInput,
|
|
208
216
|
DescribeRoutingProfileCommandOutput,
|
|
209
217
|
} from "./commands/DescribeRoutingProfileCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeRuleCommandInput,
|
|
220
|
+
DescribeRuleCommandOutput,
|
|
221
|
+
} from "./commands/DescribeRuleCommand";
|
|
210
222
|
import {
|
|
211
223
|
DescribeSecurityProfileCommandInput,
|
|
212
224
|
DescribeSecurityProfileCommandOutput,
|
|
@@ -387,6 +399,10 @@ import {
|
|
|
387
399
|
ListRoutingProfilesCommandInput,
|
|
388
400
|
ListRoutingProfilesCommandOutput,
|
|
389
401
|
} from "./commands/ListRoutingProfilesCommand";
|
|
402
|
+
import {
|
|
403
|
+
ListRulesCommandInput,
|
|
404
|
+
ListRulesCommandOutput,
|
|
405
|
+
} from "./commands/ListRulesCommand";
|
|
390
406
|
import {
|
|
391
407
|
ListSecurityKeysCommandInput,
|
|
392
408
|
ListSecurityKeysCommandOutput,
|
|
@@ -611,6 +627,10 @@ import {
|
|
|
611
627
|
UpdateRoutingProfileQueuesCommandInput,
|
|
612
628
|
UpdateRoutingProfileQueuesCommandOutput,
|
|
613
629
|
} from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
630
|
+
import {
|
|
631
|
+
UpdateRuleCommandInput,
|
|
632
|
+
UpdateRuleCommandOutput,
|
|
633
|
+
} from "./commands/UpdateRuleCommand";
|
|
614
634
|
import {
|
|
615
635
|
UpdateSecurityProfileCommandInput,
|
|
616
636
|
UpdateSecurityProfileCommandOutput,
|
|
@@ -913,6 +933,19 @@ export declare class Connect extends ConnectClient {
|
|
|
913
933
|
options: __HttpHandlerOptions,
|
|
914
934
|
cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
915
935
|
): void;
|
|
936
|
+
createRule(
|
|
937
|
+
args: CreateRuleCommandInput,
|
|
938
|
+
options?: __HttpHandlerOptions
|
|
939
|
+
): Promise<CreateRuleCommandOutput>;
|
|
940
|
+
createRule(
|
|
941
|
+
args: CreateRuleCommandInput,
|
|
942
|
+
cb: (err: any, data?: CreateRuleCommandOutput) => void
|
|
943
|
+
): void;
|
|
944
|
+
createRule(
|
|
945
|
+
args: CreateRuleCommandInput,
|
|
946
|
+
options: __HttpHandlerOptions,
|
|
947
|
+
cb: (err: any, data?: CreateRuleCommandOutput) => void
|
|
948
|
+
): void;
|
|
916
949
|
createSecurityProfile(
|
|
917
950
|
args: CreateSecurityProfileCommandInput,
|
|
918
951
|
options?: __HttpHandlerOptions
|
|
@@ -1082,6 +1115,19 @@ export declare class Connect extends ConnectClient {
|
|
|
1082
1115
|
options: __HttpHandlerOptions,
|
|
1083
1116
|
cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1084
1117
|
): void;
|
|
1118
|
+
deleteRule(
|
|
1119
|
+
args: DeleteRuleCommandInput,
|
|
1120
|
+
options?: __HttpHandlerOptions
|
|
1121
|
+
): Promise<DeleteRuleCommandOutput>;
|
|
1122
|
+
deleteRule(
|
|
1123
|
+
args: DeleteRuleCommandInput,
|
|
1124
|
+
cb: (err: any, data?: DeleteRuleCommandOutput) => void
|
|
1125
|
+
): void;
|
|
1126
|
+
deleteRule(
|
|
1127
|
+
args: DeleteRuleCommandInput,
|
|
1128
|
+
options: __HttpHandlerOptions,
|
|
1129
|
+
cb: (err: any, data?: DeleteRuleCommandOutput) => void
|
|
1130
|
+
): void;
|
|
1085
1131
|
deleteSecurityProfile(
|
|
1086
1132
|
args: DeleteSecurityProfileCommandInput,
|
|
1087
1133
|
options?: __HttpHandlerOptions
|
|
@@ -1329,6 +1375,19 @@ export declare class Connect extends ConnectClient {
|
|
|
1329
1375
|
options: __HttpHandlerOptions,
|
|
1330
1376
|
cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1331
1377
|
): void;
|
|
1378
|
+
describeRule(
|
|
1379
|
+
args: DescribeRuleCommandInput,
|
|
1380
|
+
options?: __HttpHandlerOptions
|
|
1381
|
+
): Promise<DescribeRuleCommandOutput>;
|
|
1382
|
+
describeRule(
|
|
1383
|
+
args: DescribeRuleCommandInput,
|
|
1384
|
+
cb: (err: any, data?: DescribeRuleCommandOutput) => void
|
|
1385
|
+
): void;
|
|
1386
|
+
describeRule(
|
|
1387
|
+
args: DescribeRuleCommandInput,
|
|
1388
|
+
options: __HttpHandlerOptions,
|
|
1389
|
+
cb: (err: any, data?: DescribeRuleCommandOutput) => void
|
|
1390
|
+
): void;
|
|
1332
1391
|
describeSecurityProfile(
|
|
1333
1392
|
args: DescribeSecurityProfileCommandInput,
|
|
1334
1393
|
options?: __HttpHandlerOptions
|
|
@@ -1926,6 +1985,19 @@ export declare class Connect extends ConnectClient {
|
|
|
1926
1985
|
options: __HttpHandlerOptions,
|
|
1927
1986
|
cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
1928
1987
|
): void;
|
|
1988
|
+
listRules(
|
|
1989
|
+
args: ListRulesCommandInput,
|
|
1990
|
+
options?: __HttpHandlerOptions
|
|
1991
|
+
): Promise<ListRulesCommandOutput>;
|
|
1992
|
+
listRules(
|
|
1993
|
+
args: ListRulesCommandInput,
|
|
1994
|
+
cb: (err: any, data?: ListRulesCommandOutput) => void
|
|
1995
|
+
): void;
|
|
1996
|
+
listRules(
|
|
1997
|
+
args: ListRulesCommandInput,
|
|
1998
|
+
options: __HttpHandlerOptions,
|
|
1999
|
+
cb: (err: any, data?: ListRulesCommandOutput) => void
|
|
2000
|
+
): void;
|
|
1929
2001
|
listSecurityKeys(
|
|
1930
2002
|
args: ListSecurityKeysCommandInput,
|
|
1931
2003
|
options?: __HttpHandlerOptions
|
|
@@ -2660,6 +2732,19 @@ export declare class Connect extends ConnectClient {
|
|
|
2660
2732
|
options: __HttpHandlerOptions,
|
|
2661
2733
|
cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
2662
2734
|
): void;
|
|
2735
|
+
updateRule(
|
|
2736
|
+
args: UpdateRuleCommandInput,
|
|
2737
|
+
options?: __HttpHandlerOptions
|
|
2738
|
+
): Promise<UpdateRuleCommandOutput>;
|
|
2739
|
+
updateRule(
|
|
2740
|
+
args: UpdateRuleCommandInput,
|
|
2741
|
+
cb: (err: any, data?: UpdateRuleCommandOutput) => void
|
|
2742
|
+
): void;
|
|
2743
|
+
updateRule(
|
|
2744
|
+
args: UpdateRuleCommandInput,
|
|
2745
|
+
options: __HttpHandlerOptions,
|
|
2746
|
+
cb: (err: any, data?: UpdateRuleCommandOutput) => void
|
|
2747
|
+
): void;
|
|
2663
2748
|
updateSecurityProfile(
|
|
2664
2749
|
args: UpdateSecurityProfileCommandInput,
|
|
2665
2750
|
options?: __HttpHandlerOptions
|
|
@@ -123,6 +123,10 @@ import {
|
|
|
123
123
|
CreateRoutingProfileCommandInput,
|
|
124
124
|
CreateRoutingProfileCommandOutput,
|
|
125
125
|
} from "./commands/CreateRoutingProfileCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreateRuleCommandInput,
|
|
128
|
+
CreateRuleCommandOutput,
|
|
129
|
+
} from "./commands/CreateRuleCommand";
|
|
126
130
|
import {
|
|
127
131
|
CreateSecurityProfileCommandInput,
|
|
128
132
|
CreateSecurityProfileCommandOutput,
|
|
@@ -175,6 +179,10 @@ import {
|
|
|
175
179
|
DeleteQuickConnectCommandInput,
|
|
176
180
|
DeleteQuickConnectCommandOutput,
|
|
177
181
|
} from "./commands/DeleteQuickConnectCommand";
|
|
182
|
+
import {
|
|
183
|
+
DeleteRuleCommandInput,
|
|
184
|
+
DeleteRuleCommandOutput,
|
|
185
|
+
} from "./commands/DeleteRuleCommand";
|
|
178
186
|
import {
|
|
179
187
|
DeleteSecurityProfileCommandInput,
|
|
180
188
|
DeleteSecurityProfileCommandOutput,
|
|
@@ -251,6 +259,10 @@ import {
|
|
|
251
259
|
DescribeRoutingProfileCommandInput,
|
|
252
260
|
DescribeRoutingProfileCommandOutput,
|
|
253
261
|
} from "./commands/DescribeRoutingProfileCommand";
|
|
262
|
+
import {
|
|
263
|
+
DescribeRuleCommandInput,
|
|
264
|
+
DescribeRuleCommandOutput,
|
|
265
|
+
} from "./commands/DescribeRuleCommand";
|
|
254
266
|
import {
|
|
255
267
|
DescribeSecurityProfileCommandInput,
|
|
256
268
|
DescribeSecurityProfileCommandOutput,
|
|
@@ -431,6 +443,10 @@ import {
|
|
|
431
443
|
ListRoutingProfilesCommandInput,
|
|
432
444
|
ListRoutingProfilesCommandOutput,
|
|
433
445
|
} from "./commands/ListRoutingProfilesCommand";
|
|
446
|
+
import {
|
|
447
|
+
ListRulesCommandInput,
|
|
448
|
+
ListRulesCommandOutput,
|
|
449
|
+
} from "./commands/ListRulesCommand";
|
|
434
450
|
import {
|
|
435
451
|
ListSecurityKeysCommandInput,
|
|
436
452
|
ListSecurityKeysCommandOutput,
|
|
@@ -655,6 +671,10 @@ import {
|
|
|
655
671
|
UpdateRoutingProfileQueuesCommandInput,
|
|
656
672
|
UpdateRoutingProfileQueuesCommandOutput,
|
|
657
673
|
} from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
674
|
+
import {
|
|
675
|
+
UpdateRuleCommandInput,
|
|
676
|
+
UpdateRuleCommandOutput,
|
|
677
|
+
} from "./commands/UpdateRuleCommand";
|
|
658
678
|
import {
|
|
659
679
|
UpdateSecurityProfileCommandInput,
|
|
660
680
|
UpdateSecurityProfileCommandOutput,
|
|
@@ -721,6 +741,7 @@ export declare type ServiceInputTypes =
|
|
|
721
741
|
| CreateQueueCommandInput
|
|
722
742
|
| CreateQuickConnectCommandInput
|
|
723
743
|
| CreateRoutingProfileCommandInput
|
|
744
|
+
| CreateRuleCommandInput
|
|
724
745
|
| CreateSecurityProfileCommandInput
|
|
725
746
|
| CreateTaskTemplateCommandInput
|
|
726
747
|
| CreateTrafficDistributionGroupCommandInput
|
|
@@ -734,6 +755,7 @@ export declare type ServiceInputTypes =
|
|
|
734
755
|
| DeleteInstanceCommandInput
|
|
735
756
|
| DeleteIntegrationAssociationCommandInput
|
|
736
757
|
| DeleteQuickConnectCommandInput
|
|
758
|
+
| DeleteRuleCommandInput
|
|
737
759
|
| DeleteSecurityProfileCommandInput
|
|
738
760
|
| DeleteTaskTemplateCommandInput
|
|
739
761
|
| DeleteTrafficDistributionGroupCommandInput
|
|
@@ -753,6 +775,7 @@ export declare type ServiceInputTypes =
|
|
|
753
775
|
| DescribeQueueCommandInput
|
|
754
776
|
| DescribeQuickConnectCommandInput
|
|
755
777
|
| DescribeRoutingProfileCommandInput
|
|
778
|
+
| DescribeRuleCommandInput
|
|
756
779
|
| DescribeSecurityProfileCommandInput
|
|
757
780
|
| DescribeTrafficDistributionGroupCommandInput
|
|
758
781
|
| DescribeUserCommandInput
|
|
@@ -798,6 +821,7 @@ export declare type ServiceInputTypes =
|
|
|
798
821
|
| ListQuickConnectsCommandInput
|
|
799
822
|
| ListRoutingProfileQueuesCommandInput
|
|
800
823
|
| ListRoutingProfilesCommandInput
|
|
824
|
+
| ListRulesCommandInput
|
|
801
825
|
| ListSecurityKeysCommandInput
|
|
802
826
|
| ListSecurityProfilePermissionsCommandInput
|
|
803
827
|
| ListSecurityProfilesCommandInput
|
|
@@ -854,6 +878,7 @@ export declare type ServiceInputTypes =
|
|
|
854
878
|
| UpdateRoutingProfileDefaultOutboundQueueCommandInput
|
|
855
879
|
| UpdateRoutingProfileNameCommandInput
|
|
856
880
|
| UpdateRoutingProfileQueuesCommandInput
|
|
881
|
+
| UpdateRuleCommandInput
|
|
857
882
|
| UpdateSecurityProfileCommandInput
|
|
858
883
|
| UpdateTaskTemplateCommandInput
|
|
859
884
|
| UpdateTrafficDistributionCommandInput
|
|
@@ -885,6 +910,7 @@ export declare type ServiceOutputTypes =
|
|
|
885
910
|
| CreateQueueCommandOutput
|
|
886
911
|
| CreateQuickConnectCommandOutput
|
|
887
912
|
| CreateRoutingProfileCommandOutput
|
|
913
|
+
| CreateRuleCommandOutput
|
|
888
914
|
| CreateSecurityProfileCommandOutput
|
|
889
915
|
| CreateTaskTemplateCommandOutput
|
|
890
916
|
| CreateTrafficDistributionGroupCommandOutput
|
|
@@ -898,6 +924,7 @@ export declare type ServiceOutputTypes =
|
|
|
898
924
|
| DeleteInstanceCommandOutput
|
|
899
925
|
| DeleteIntegrationAssociationCommandOutput
|
|
900
926
|
| DeleteQuickConnectCommandOutput
|
|
927
|
+
| DeleteRuleCommandOutput
|
|
901
928
|
| DeleteSecurityProfileCommandOutput
|
|
902
929
|
| DeleteTaskTemplateCommandOutput
|
|
903
930
|
| DeleteTrafficDistributionGroupCommandOutput
|
|
@@ -917,6 +944,7 @@ export declare type ServiceOutputTypes =
|
|
|
917
944
|
| DescribeQueueCommandOutput
|
|
918
945
|
| DescribeQuickConnectCommandOutput
|
|
919
946
|
| DescribeRoutingProfileCommandOutput
|
|
947
|
+
| DescribeRuleCommandOutput
|
|
920
948
|
| DescribeSecurityProfileCommandOutput
|
|
921
949
|
| DescribeTrafficDistributionGroupCommandOutput
|
|
922
950
|
| DescribeUserCommandOutput
|
|
@@ -962,6 +990,7 @@ export declare type ServiceOutputTypes =
|
|
|
962
990
|
| ListQuickConnectsCommandOutput
|
|
963
991
|
| ListRoutingProfileQueuesCommandOutput
|
|
964
992
|
| ListRoutingProfilesCommandOutput
|
|
993
|
+
| ListRulesCommandOutput
|
|
965
994
|
| ListSecurityKeysCommandOutput
|
|
966
995
|
| ListSecurityProfilePermissionsCommandOutput
|
|
967
996
|
| ListSecurityProfilesCommandOutput
|
|
@@ -1018,6 +1047,7 @@ export declare type ServiceOutputTypes =
|
|
|
1018
1047
|
| UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
1019
1048
|
| UpdateRoutingProfileNameCommandOutput
|
|
1020
1049
|
| UpdateRoutingProfileQueuesCommandOutput
|
|
1050
|
+
| UpdateRuleCommandOutput
|
|
1021
1051
|
| UpdateSecurityProfileCommandOutput
|
|
1022
1052
|
| UpdateTaskTemplateCommandOutput
|
|
1023
1053
|
| UpdateTrafficDistributionCommandOutput
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
|
|
15
|
+
export interface CreateRuleCommandInput extends CreateRuleRequest {}
|
|
16
|
+
export interface CreateRuleCommandOutput
|
|
17
|
+
extends CreateRuleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class CreateRuleCommand extends $Command<
|
|
20
|
+
CreateRuleCommandInput,
|
|
21
|
+
CreateRuleCommandOutput,
|
|
22
|
+
ConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateRuleCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: CreateRuleCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { DeleteRuleRequest } from "../models/models_0";
|
|
15
|
+
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
16
|
+
export interface DeleteRuleCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteRuleCommand extends $Command<
|
|
18
|
+
DeleteRuleCommandInput,
|
|
19
|
+
DeleteRuleCommandOutput,
|
|
20
|
+
ConnectClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRuleCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
|
+
constructor(input: DeleteRuleCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ConnectClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
15
|
+
export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
|
|
16
|
+
export interface DescribeRuleCommandOutput
|
|
17
|
+
extends DescribeRuleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class DescribeRuleCommand extends $Command<
|
|
20
|
+
DescribeRuleCommandInput,
|
|
21
|
+
DescribeRuleCommandOutput,
|
|
22
|
+
ConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeRuleCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DescribeRuleCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeRuleCommandInput, DescribeRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
ListContactReferencesResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { ListContactReferencesRequest } from "../models/models_0";
|
|
15
|
+
import { ListContactReferencesResponse } from "../models/models_1";
|
|
18
16
|
export interface ListContactReferencesCommandInput
|
|
19
17
|
extends ListContactReferencesRequest {}
|
|
20
18
|
export interface ListContactReferencesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListDefaultVocabulariesRequest,
|
|
16
16
|
ListDefaultVocabulariesResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListDefaultVocabulariesCommandInput
|
|
19
19
|
extends ListDefaultVocabulariesRequest {}
|
|
20
20
|
export interface ListDefaultVocabulariesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListHoursOfOperationsRequest,
|
|
16
16
|
ListHoursOfOperationsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListHoursOfOperationsCommandInput
|
|
19
19
|
extends ListHoursOfOperationsRequest {}
|
|
20
20
|
export interface ListHoursOfOperationsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListInstanceAttributesRequest,
|
|
16
16
|
ListInstanceAttributesResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListInstanceAttributesCommandInput
|
|
19
19
|
extends ListInstanceAttributesRequest {}
|
|
20
20
|
export interface ListInstanceAttributesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListInstanceStorageConfigsRequest,
|
|
16
16
|
ListInstanceStorageConfigsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListInstanceStorageConfigsCommandInput
|
|
19
19
|
extends ListInstanceStorageConfigsRequest {}
|
|
20
20
|
export interface ListInstanceStorageConfigsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListInstancesRequest,
|
|
16
16
|
ListInstancesResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListInstancesCommandInput extends ListInstancesRequest {}
|
|
19
19
|
export interface ListInstancesCommandOutput
|
|
20
20
|
extends ListInstancesResponse,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListIntegrationAssociationsRequest,
|
|
16
16
|
ListIntegrationAssociationsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListIntegrationAssociationsCommandInput
|
|
19
19
|
extends ListIntegrationAssociationsRequest {}
|
|
20
20
|
export interface ListIntegrationAssociationsCommandOutput
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import { ListRulesRequest, ListRulesResponse } from "../models/models_1";
|
|
15
|
+
export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
16
|
+
export interface ListRulesCommandOutput
|
|
17
|
+
extends ListRulesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListRulesCommand extends $Command<
|
|
20
|
+
ListRulesCommandInput,
|
|
21
|
+
ListRulesCommandOutput,
|
|
22
|
+
ConnectClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListRulesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListRulesCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ConnectClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|