@aws-sdk/client-connect 3.703.0 → 3.711.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/README.md +74 -2
- package/dist-cjs/index.js +583 -109
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateContactCommand.js +1 -1
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_1.js +0 -33
- package/dist-es/models/models_2.js +53 -45
- package/dist-es/models/models_3.js +32 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +280 -1
- package/dist-types/Connect.d.ts +65 -2
- package/dist-types/ConnectClient.d.ts +13 -4
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +250 -154
- package/dist-types/models/models_1.d.ts +384 -496
- package/dist-types/models/models_2.d.ts +3508 -3653
- package/dist-types/models/models_3.d.ts +791 -7
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +165 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -37
- package/dist-types/ts3.4/models/models_1.d.ts +87 -142
- package/dist-types/ts3.4/models/models_2.d.ts +185 -212
- package/dist-types/ts3.4/models/models_3.d.ts +218 -5
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +35 -35
|
@@ -165,6 +165,10 @@ import {
|
|
|
165
165
|
CreateHoursOfOperationCommandInput,
|
|
166
166
|
CreateHoursOfOperationCommandOutput,
|
|
167
167
|
} from "./commands/CreateHoursOfOperationCommand";
|
|
168
|
+
import {
|
|
169
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
170
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
171
|
+
} from "./commands/CreateHoursOfOperationOverrideCommand";
|
|
168
172
|
import {
|
|
169
173
|
CreateInstanceCommandInput,
|
|
170
174
|
CreateInstanceCommandOutput,
|
|
@@ -189,6 +193,10 @@ import {
|
|
|
189
193
|
CreatePromptCommandInput,
|
|
190
194
|
CreatePromptCommandOutput,
|
|
191
195
|
} from "./commands/CreatePromptCommand";
|
|
196
|
+
import {
|
|
197
|
+
CreatePushNotificationRegistrationCommandInput,
|
|
198
|
+
CreatePushNotificationRegistrationCommandOutput,
|
|
199
|
+
} from "./commands/CreatePushNotificationRegistrationCommand";
|
|
192
200
|
import {
|
|
193
201
|
CreateQueueCommandInput,
|
|
194
202
|
CreateQueueCommandOutput,
|
|
@@ -273,6 +281,10 @@ import {
|
|
|
273
281
|
DeleteHoursOfOperationCommandInput,
|
|
274
282
|
DeleteHoursOfOperationCommandOutput,
|
|
275
283
|
} from "./commands/DeleteHoursOfOperationCommand";
|
|
284
|
+
import {
|
|
285
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
286
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
287
|
+
} from "./commands/DeleteHoursOfOperationOverrideCommand";
|
|
276
288
|
import {
|
|
277
289
|
DeleteInstanceCommandInput,
|
|
278
290
|
DeleteInstanceCommandOutput,
|
|
@@ -289,6 +301,10 @@ import {
|
|
|
289
301
|
DeletePromptCommandInput,
|
|
290
302
|
DeletePromptCommandOutput,
|
|
291
303
|
} from "./commands/DeletePromptCommand";
|
|
304
|
+
import {
|
|
305
|
+
DeletePushNotificationRegistrationCommandInput,
|
|
306
|
+
DeletePushNotificationRegistrationCommandOutput,
|
|
307
|
+
} from "./commands/DeletePushNotificationRegistrationCommand";
|
|
292
308
|
import {
|
|
293
309
|
DeleteQueueCommandInput,
|
|
294
310
|
DeleteQueueCommandOutput,
|
|
@@ -377,6 +393,10 @@ import {
|
|
|
377
393
|
DescribeHoursOfOperationCommandInput,
|
|
378
394
|
DescribeHoursOfOperationCommandOutput,
|
|
379
395
|
} from "./commands/DescribeHoursOfOperationCommand";
|
|
396
|
+
import {
|
|
397
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
398
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
399
|
+
} from "./commands/DescribeHoursOfOperationOverrideCommand";
|
|
380
400
|
import {
|
|
381
401
|
DescribeInstanceAttributeCommandInput,
|
|
382
402
|
DescribeInstanceAttributeCommandOutput,
|
|
@@ -517,6 +537,10 @@ import {
|
|
|
517
537
|
GetCurrentUserDataCommandInput,
|
|
518
538
|
GetCurrentUserDataCommandOutput,
|
|
519
539
|
} from "./commands/GetCurrentUserDataCommand";
|
|
540
|
+
import {
|
|
541
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
542
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
543
|
+
} from "./commands/GetEffectiveHoursOfOperationsCommand";
|
|
520
544
|
import {
|
|
521
545
|
GetFederationTokenCommandInput,
|
|
522
546
|
GetFederationTokenCommandOutput,
|
|
@@ -609,6 +633,10 @@ import {
|
|
|
609
633
|
ListFlowAssociationsCommandInput,
|
|
610
634
|
ListFlowAssociationsCommandOutput,
|
|
611
635
|
} from "./commands/ListFlowAssociationsCommand";
|
|
636
|
+
import {
|
|
637
|
+
ListHoursOfOperationOverridesCommandInput,
|
|
638
|
+
ListHoursOfOperationOverridesCommandOutput,
|
|
639
|
+
} from "./commands/ListHoursOfOperationOverridesCommand";
|
|
612
640
|
import {
|
|
613
641
|
ListHoursOfOperationsCommandInput,
|
|
614
642
|
ListHoursOfOperationsCommandOutput,
|
|
@@ -789,6 +817,10 @@ import {
|
|
|
789
817
|
SearchEmailAddressesCommandInput,
|
|
790
818
|
SearchEmailAddressesCommandOutput,
|
|
791
819
|
} from "./commands/SearchEmailAddressesCommand";
|
|
820
|
+
import {
|
|
821
|
+
SearchHoursOfOperationOverridesCommandInput,
|
|
822
|
+
SearchHoursOfOperationOverridesCommandOutput,
|
|
823
|
+
} from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
792
824
|
import {
|
|
793
825
|
SearchHoursOfOperationsCommandInput,
|
|
794
826
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -989,6 +1021,10 @@ import {
|
|
|
989
1021
|
UpdateHoursOfOperationCommandInput,
|
|
990
1022
|
UpdateHoursOfOperationCommandOutput,
|
|
991
1023
|
} from "./commands/UpdateHoursOfOperationCommand";
|
|
1024
|
+
import {
|
|
1025
|
+
UpdateHoursOfOperationOverrideCommandInput,
|
|
1026
|
+
UpdateHoursOfOperationOverrideCommandOutput,
|
|
1027
|
+
} from "./commands/UpdateHoursOfOperationOverrideCommand";
|
|
992
1028
|
import {
|
|
993
1029
|
UpdateInstanceAttributeCommandInput,
|
|
994
1030
|
UpdateInstanceAttributeCommandOutput,
|
|
@@ -1163,12 +1199,14 @@ export type ServiceInputTypes =
|
|
|
1163
1199
|
| CreateEmailAddressCommandInput
|
|
1164
1200
|
| CreateEvaluationFormCommandInput
|
|
1165
1201
|
| CreateHoursOfOperationCommandInput
|
|
1202
|
+
| CreateHoursOfOperationOverrideCommandInput
|
|
1166
1203
|
| CreateInstanceCommandInput
|
|
1167
1204
|
| CreateIntegrationAssociationCommandInput
|
|
1168
1205
|
| CreateParticipantCommandInput
|
|
1169
1206
|
| CreatePersistentContactAssociationCommandInput
|
|
1170
1207
|
| CreatePredefinedAttributeCommandInput
|
|
1171
1208
|
| CreatePromptCommandInput
|
|
1209
|
+
| CreatePushNotificationRegistrationCommandInput
|
|
1172
1210
|
| CreateQueueCommandInput
|
|
1173
1211
|
| CreateQuickConnectCommandInput
|
|
1174
1212
|
| CreateRoutingProfileCommandInput
|
|
@@ -1190,10 +1228,12 @@ export type ServiceInputTypes =
|
|
|
1190
1228
|
| DeleteEmailAddressCommandInput
|
|
1191
1229
|
| DeleteEvaluationFormCommandInput
|
|
1192
1230
|
| DeleteHoursOfOperationCommandInput
|
|
1231
|
+
| DeleteHoursOfOperationOverrideCommandInput
|
|
1193
1232
|
| DeleteInstanceCommandInput
|
|
1194
1233
|
| DeleteIntegrationAssociationCommandInput
|
|
1195
1234
|
| DeletePredefinedAttributeCommandInput
|
|
1196
1235
|
| DeletePromptCommandInput
|
|
1236
|
+
| DeletePushNotificationRegistrationCommandInput
|
|
1197
1237
|
| DeleteQueueCommandInput
|
|
1198
1238
|
| DeleteQuickConnectCommandInput
|
|
1199
1239
|
| DeleteRoutingProfileCommandInput
|
|
@@ -1216,6 +1256,7 @@ export type ServiceInputTypes =
|
|
|
1216
1256
|
| DescribeEmailAddressCommandInput
|
|
1217
1257
|
| DescribeEvaluationFormCommandInput
|
|
1218
1258
|
| DescribeHoursOfOperationCommandInput
|
|
1259
|
+
| DescribeHoursOfOperationOverrideCommandInput
|
|
1219
1260
|
| DescribeInstanceAttributeCommandInput
|
|
1220
1261
|
| DescribeInstanceCommandInput
|
|
1221
1262
|
| DescribeInstanceStorageConfigCommandInput
|
|
@@ -1251,6 +1292,7 @@ export type ServiceInputTypes =
|
|
|
1251
1292
|
| GetContactAttributesCommandInput
|
|
1252
1293
|
| GetCurrentMetricDataCommandInput
|
|
1253
1294
|
| GetCurrentUserDataCommandInput
|
|
1295
|
+
| GetEffectiveHoursOfOperationsCommandInput
|
|
1254
1296
|
| GetFederationTokenCommandInput
|
|
1255
1297
|
| GetFlowAssociationCommandInput
|
|
1256
1298
|
| GetMetricDataCommandInput
|
|
@@ -1274,6 +1316,7 @@ export type ServiceInputTypes =
|
|
|
1274
1316
|
| ListEvaluationFormVersionsCommandInput
|
|
1275
1317
|
| ListEvaluationFormsCommandInput
|
|
1276
1318
|
| ListFlowAssociationsCommandInput
|
|
1319
|
+
| ListHoursOfOperationOverridesCommandInput
|
|
1277
1320
|
| ListHoursOfOperationsCommandInput
|
|
1278
1321
|
| ListInstanceAttributesCommandInput
|
|
1279
1322
|
| ListInstanceStorageConfigsCommandInput
|
|
@@ -1319,6 +1362,7 @@ export type ServiceInputTypes =
|
|
|
1319
1362
|
| SearchContactFlowsCommandInput
|
|
1320
1363
|
| SearchContactsCommandInput
|
|
1321
1364
|
| SearchEmailAddressesCommandInput
|
|
1365
|
+
| SearchHoursOfOperationOverridesCommandInput
|
|
1322
1366
|
| SearchHoursOfOperationsCommandInput
|
|
1323
1367
|
| SearchPredefinedAttributesCommandInput
|
|
1324
1368
|
| SearchPromptsCommandInput
|
|
@@ -1369,6 +1413,7 @@ export type ServiceInputTypes =
|
|
|
1369
1413
|
| UpdateEmailAddressMetadataCommandInput
|
|
1370
1414
|
| UpdateEvaluationFormCommandInput
|
|
1371
1415
|
| UpdateHoursOfOperationCommandInput
|
|
1416
|
+
| UpdateHoursOfOperationOverrideCommandInput
|
|
1372
1417
|
| UpdateInstanceAttributeCommandInput
|
|
1373
1418
|
| UpdateInstanceStorageConfigCommandInput
|
|
1374
1419
|
| UpdateParticipantRoleConfigCommandInput
|
|
@@ -1434,12 +1479,14 @@ export type ServiceOutputTypes =
|
|
|
1434
1479
|
| CreateEmailAddressCommandOutput
|
|
1435
1480
|
| CreateEvaluationFormCommandOutput
|
|
1436
1481
|
| CreateHoursOfOperationCommandOutput
|
|
1482
|
+
| CreateHoursOfOperationOverrideCommandOutput
|
|
1437
1483
|
| CreateInstanceCommandOutput
|
|
1438
1484
|
| CreateIntegrationAssociationCommandOutput
|
|
1439
1485
|
| CreateParticipantCommandOutput
|
|
1440
1486
|
| CreatePersistentContactAssociationCommandOutput
|
|
1441
1487
|
| CreatePredefinedAttributeCommandOutput
|
|
1442
1488
|
| CreatePromptCommandOutput
|
|
1489
|
+
| CreatePushNotificationRegistrationCommandOutput
|
|
1443
1490
|
| CreateQueueCommandOutput
|
|
1444
1491
|
| CreateQuickConnectCommandOutput
|
|
1445
1492
|
| CreateRoutingProfileCommandOutput
|
|
@@ -1461,10 +1508,12 @@ export type ServiceOutputTypes =
|
|
|
1461
1508
|
| DeleteEmailAddressCommandOutput
|
|
1462
1509
|
| DeleteEvaluationFormCommandOutput
|
|
1463
1510
|
| DeleteHoursOfOperationCommandOutput
|
|
1511
|
+
| DeleteHoursOfOperationOverrideCommandOutput
|
|
1464
1512
|
| DeleteInstanceCommandOutput
|
|
1465
1513
|
| DeleteIntegrationAssociationCommandOutput
|
|
1466
1514
|
| DeletePredefinedAttributeCommandOutput
|
|
1467
1515
|
| DeletePromptCommandOutput
|
|
1516
|
+
| DeletePushNotificationRegistrationCommandOutput
|
|
1468
1517
|
| DeleteQueueCommandOutput
|
|
1469
1518
|
| DeleteQuickConnectCommandOutput
|
|
1470
1519
|
| DeleteRoutingProfileCommandOutput
|
|
@@ -1487,6 +1536,7 @@ export type ServiceOutputTypes =
|
|
|
1487
1536
|
| DescribeEmailAddressCommandOutput
|
|
1488
1537
|
| DescribeEvaluationFormCommandOutput
|
|
1489
1538
|
| DescribeHoursOfOperationCommandOutput
|
|
1539
|
+
| DescribeHoursOfOperationOverrideCommandOutput
|
|
1490
1540
|
| DescribeInstanceAttributeCommandOutput
|
|
1491
1541
|
| DescribeInstanceCommandOutput
|
|
1492
1542
|
| DescribeInstanceStorageConfigCommandOutput
|
|
@@ -1522,6 +1572,7 @@ export type ServiceOutputTypes =
|
|
|
1522
1572
|
| GetContactAttributesCommandOutput
|
|
1523
1573
|
| GetCurrentMetricDataCommandOutput
|
|
1524
1574
|
| GetCurrentUserDataCommandOutput
|
|
1575
|
+
| GetEffectiveHoursOfOperationsCommandOutput
|
|
1525
1576
|
| GetFederationTokenCommandOutput
|
|
1526
1577
|
| GetFlowAssociationCommandOutput
|
|
1527
1578
|
| GetMetricDataCommandOutput
|
|
@@ -1545,6 +1596,7 @@ export type ServiceOutputTypes =
|
|
|
1545
1596
|
| ListEvaluationFormVersionsCommandOutput
|
|
1546
1597
|
| ListEvaluationFormsCommandOutput
|
|
1547
1598
|
| ListFlowAssociationsCommandOutput
|
|
1599
|
+
| ListHoursOfOperationOverridesCommandOutput
|
|
1548
1600
|
| ListHoursOfOperationsCommandOutput
|
|
1549
1601
|
| ListInstanceAttributesCommandOutput
|
|
1550
1602
|
| ListInstanceStorageConfigsCommandOutput
|
|
@@ -1590,6 +1642,7 @@ export type ServiceOutputTypes =
|
|
|
1590
1642
|
| SearchContactFlowsCommandOutput
|
|
1591
1643
|
| SearchContactsCommandOutput
|
|
1592
1644
|
| SearchEmailAddressesCommandOutput
|
|
1645
|
+
| SearchHoursOfOperationOverridesCommandOutput
|
|
1593
1646
|
| SearchHoursOfOperationsCommandOutput
|
|
1594
1647
|
| SearchPredefinedAttributesCommandOutput
|
|
1595
1648
|
| SearchPromptsCommandOutput
|
|
@@ -1640,6 +1693,7 @@ export type ServiceOutputTypes =
|
|
|
1640
1693
|
| UpdateEmailAddressMetadataCommandOutput
|
|
1641
1694
|
| UpdateEvaluationFormCommandOutput
|
|
1642
1695
|
| UpdateHoursOfOperationCommandOutput
|
|
1696
|
+
| UpdateHoursOfOperationOverrideCommandOutput
|
|
1643
1697
|
| UpdateInstanceAttributeCommandOutput
|
|
1644
1698
|
| UpdateInstanceStorageConfigCommandOutput
|
|
1645
1699
|
| UpdateParticipantRoleConfigCommandOutput
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
8
|
import { CreateContactResponse } from "../models/models_0";
|
|
9
|
-
import { CreateContactRequest } from "../models/
|
|
9
|
+
import { CreateContactRequest } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface CreateContactCommandInput extends CreateContactRequest {}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
8
|
import { CreateEvaluationFormResponse } from "../models/models_0";
|
|
9
|
-
import { CreateEvaluationFormRequest } from "../models/
|
|
9
|
+
import { CreateEvaluationFormRequest } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface CreateEvaluationFormCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateHoursOfOperationOverrideRequest,
|
|
10
|
+
CreateHoursOfOperationOverrideResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateHoursOfOperationOverrideCommandInput
|
|
15
|
+
extends CreateHoursOfOperationOverrideRequest {}
|
|
16
|
+
export interface CreateHoursOfOperationOverrideCommandOutput
|
|
17
|
+
extends CreateHoursOfOperationOverrideResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateHoursOfOperationOverrideCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateHoursOfOperationOverrideCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
24
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateHoursOfOperationOverrideCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateHoursOfOperationOverrideCommandInput,
|
|
33
|
+
CreateHoursOfOperationOverrideCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateHoursOfOperationOverrideCommand extends CreateHoursOfOperationOverrideCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateHoursOfOperationOverrideRequest;
|
|
44
|
+
output: CreateHoursOfOperationOverrideResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateHoursOfOperationOverrideCommandInput;
|
|
48
|
+
output: CreateHoursOfOperationOverrideCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePushNotificationRegistrationRequest,
|
|
10
|
+
CreatePushNotificationRegistrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePushNotificationRegistrationCommandInput
|
|
15
|
+
extends CreatePushNotificationRegistrationRequest {}
|
|
16
|
+
export interface CreatePushNotificationRegistrationCommandOutput
|
|
17
|
+
extends CreatePushNotificationRegistrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePushNotificationRegistrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePushNotificationRegistrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePushNotificationRegistrationCommandInput,
|
|
24
|
+
CreatePushNotificationRegistrationCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreatePushNotificationRegistrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePushNotificationRegistrationCommandInput,
|
|
33
|
+
CreatePushNotificationRegistrationCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePushNotificationRegistrationCommand extends CreatePushNotificationRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePushNotificationRegistrationRequest;
|
|
44
|
+
output: CreatePushNotificationRegistrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePushNotificationRegistrationCommandInput;
|
|
48
|
+
output: CreatePushNotificationRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { DeleteHoursOfOperationOverrideRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteHoursOfOperationOverrideCommandInput
|
|
12
|
+
extends DeleteHoursOfOperationOverrideRequest {}
|
|
13
|
+
export interface DeleteHoursOfOperationOverrideCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteHoursOfOperationOverrideCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteHoursOfOperationOverrideCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
20
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteHoursOfOperationOverrideCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
29
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
30
|
+
ConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteHoursOfOperationOverrideCommand extends DeleteHoursOfOperationOverrideCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteHoursOfOperationOverrideRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteHoursOfOperationOverrideCommandInput;
|
|
44
|
+
output: DeleteHoursOfOperationOverrideCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
DeletePushNotificationRegistrationRequest,
|
|
10
|
+
DeletePushNotificationRegistrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeletePushNotificationRegistrationCommandInput
|
|
15
|
+
extends DeletePushNotificationRegistrationRequest {}
|
|
16
|
+
export interface DeletePushNotificationRegistrationCommandOutput
|
|
17
|
+
extends DeletePushNotificationRegistrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeletePushNotificationRegistrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeletePushNotificationRegistrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeletePushNotificationRegistrationCommandInput,
|
|
24
|
+
DeletePushNotificationRegistrationCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeletePushNotificationRegistrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeletePushNotificationRegistrationCommandInput,
|
|
33
|
+
DeletePushNotificationRegistrationCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeletePushNotificationRegistrationCommand extends DeletePushNotificationRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePushNotificationRegistrationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePushNotificationRegistrationCommandInput;
|
|
48
|
+
output: DeletePushNotificationRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteTrafficDistributionGroupRequest,
|
|
10
10
|
DeleteTrafficDistributionGroupResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteTrafficDistributionGroupCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteUseCaseRequest } from "../models/
|
|
8
|
+
import { DeleteUseCaseRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteUseCaseCommandInput extends DeleteUseCaseRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteUserRequest } from "../models/
|
|
8
|
+
import { DeleteUserRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteUserHierarchyGroupRequest } from "../models/
|
|
8
|
+
import { DeleteUserHierarchyGroupRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteUserHierarchyGroupCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteViewRequest, DeleteViewResponse } from "../models/
|
|
8
|
+
import { DeleteViewRequest, DeleteViewResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteViewCommandInput extends DeleteViewRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteVocabularyRequest,
|
|
10
|
+
DeleteVocabularyResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeHoursOfOperationOverrideRequest,
|
|
10
|
+
DescribeHoursOfOperationOverrideResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeHoursOfOperationOverrideCommandInput
|
|
15
|
+
extends DescribeHoursOfOperationOverrideRequest {}
|
|
16
|
+
export interface DescribeHoursOfOperationOverrideCommandOutput
|
|
17
|
+
extends DescribeHoursOfOperationOverrideResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeHoursOfOperationOverrideCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeHoursOfOperationOverrideCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
24
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeHoursOfOperationOverrideCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
33
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeHoursOfOperationOverrideCommand extends DescribeHoursOfOperationOverrideCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeHoursOfOperationOverrideRequest;
|
|
44
|
+
output: DescribeHoursOfOperationOverrideResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeHoursOfOperationOverrideCommandInput;
|
|
48
|
+
output: DescribeHoursOfOperationOverrideCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
GetEffectiveHoursOfOperationsRequest,
|
|
10
|
+
GetEffectiveHoursOfOperationsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetEffectiveHoursOfOperationsCommandInput
|
|
15
|
+
extends GetEffectiveHoursOfOperationsRequest {}
|
|
16
|
+
export interface GetEffectiveHoursOfOperationsCommandOutput
|
|
17
|
+
extends GetEffectiveHoursOfOperationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetEffectiveHoursOfOperationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetEffectiveHoursOfOperationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
24
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetEffectiveHoursOfOperationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
33
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetEffectiveHoursOfOperationsCommand extends GetEffectiveHoursOfOperationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEffectiveHoursOfOperationsRequest;
|
|
44
|
+
output: GetEffectiveHoursOfOperationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEffectiveHoursOfOperationsCommandInput;
|
|
48
|
+
output: GetEffectiveHoursOfOperationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|