@aws-sdk/client-connect 3.968.0 → 3.970.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 (69) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +814 -636
  3. package/dist-es/Connect.js +6 -0
  4. package/dist-es/commands/AssociateHoursOfOperationsCommand.js +16 -0
  5. package/dist-es/commands/DisassociateHoursOfOperationsCommand.js +16 -0
  6. package/dist-es/commands/ListChildHoursOfOperationsCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +14 -0
  9. package/dist-es/pagination/ListChildHoursOfOperationsPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +743 -636
  12. package/dist-types/Connect.d.ts +21 -0
  13. package/dist-types/ConnectClient.d.ts +5 -2
  14. package/dist-types/commands/AssociateHoursOfOperationsCommand.d.ts +99 -0
  15. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +8 -0
  16. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteContactFlowCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +7 -0
  20. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +16 -0
  21. package/dist-types/commands/DisassociateHoursOfOperationsCommand.d.ts +94 -0
  22. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +19 -0
  23. package/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +103 -0
  24. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +1 -1
  26. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +16 -0
  29. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +16 -0
  30. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +7 -0
  31. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  32. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  33. package/dist-types/commands/StartEmailContactCommand.d.ts +1 -2
  34. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -2
  35. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +16 -0
  36. package/dist-types/commands/index.d.ts +3 -0
  37. package/dist-types/models/enums.d.ts +38 -0
  38. package/dist-types/models/models_0.d.ts +104 -41
  39. package/dist-types/models/models_1.d.ts +200 -226
  40. package/dist-types/models/models_2.d.ts +226 -175
  41. package/dist-types/models/models_3.d.ts +188 -3
  42. package/dist-types/pagination/ListChildHoursOfOperationsPaginator.d.ts +7 -0
  43. package/dist-types/pagination/index.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +13 -0
  45. package/dist-types/ts3.4/Connect.d.ts +51 -0
  46. package/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  47. package/dist-types/ts3.4/commands/AssociateHoursOfOperationsCommand.d.ts +47 -0
  48. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DisassociateHoursOfOperationsCommand.d.ts +47 -0
  51. package/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +4 -2
  59. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  61. package/dist-types/ts3.4/models/enums.d.ts +19 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +23 -10
  63. package/dist-types/ts3.4/models/models_1.d.ts +49 -57
  64. package/dist-types/ts3.4/models/models_2.d.ts +59 -42
  65. package/dist-types/ts3.4/models/models_3.d.ts +49 -4
  66. package/dist-types/ts3.4/pagination/ListChildHoursOfOperationsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  69. package/package.json +33 -33
@@ -40,6 +40,7 @@ export declare var AssociateEmailAddressAliasRequest$: StaticStructureSchema;
40
40
  export declare var AssociateEmailAddressAliasResponse$: StaticStructureSchema;
41
41
  export declare var AssociateFlowRequest$: StaticStructureSchema;
42
42
  export declare var AssociateFlowResponse$: StaticStructureSchema;
43
+ export declare var AssociateHoursOfOperationsRequest$: StaticStructureSchema;
43
44
  export declare var AssociateInstanceStorageConfigRequest$: StaticStructureSchema;
44
45
  export declare var AssociateInstanceStorageConfigResponse$: StaticStructureSchema;
45
46
  export declare var AssociateLambdaFunctionRequest$: StaticStructureSchema;
@@ -371,6 +372,7 @@ export declare var DisassociateEmailAddressAliasRequest$: StaticStructureSchema;
371
372
  export declare var DisassociateEmailAddressAliasResponse$: StaticStructureSchema;
372
373
  export declare var DisassociateFlowRequest$: StaticStructureSchema;
373
374
  export declare var DisassociateFlowResponse$: StaticStructureSchema;
375
+ export declare var DisassociateHoursOfOperationsRequest$: StaticStructureSchema;
374
376
  export declare var DisassociateInstanceStorageConfigRequest$: StaticStructureSchema;
375
377
  export declare var DisassociateLambdaFunctionRequest$: StaticStructureSchema;
376
378
  export declare var DisassociateLexBotRequest$: StaticStructureSchema;
@@ -392,6 +394,7 @@ export declare var Distribution$: StaticStructureSchema;
392
394
  export declare var DownloadUrlMetadata$: StaticStructureSchema;
393
395
  export declare var DuplicateResourceException$: StaticErrorSchema;
394
396
  export declare var EffectiveHoursOfOperations$: StaticStructureSchema;
397
+ export declare var EffectiveOverrideHours$: StaticStructureSchema;
395
398
  export declare var EmailAddressInfo$: StaticStructureSchema;
396
399
  export declare var EmailAddressMetadata$: StaticStructureSchema;
397
400
  export declare var EmailAddressSearchCriteria$: StaticStructureSchema;
@@ -522,6 +525,7 @@ export declare var HoursOfOperationOverrideConfig$: StaticStructureSchema;
522
525
  export declare var HoursOfOperationOverrideSearchCriteria$: StaticStructureSchema;
523
526
  export declare var HoursOfOperationSearchCriteria$: StaticStructureSchema;
524
527
  export declare var HoursOfOperationSearchFilter$: StaticStructureSchema;
528
+ export declare var HoursOfOperationsIdentifier$: StaticStructureSchema;
525
529
  export declare var HoursOfOperationSummary$: StaticStructureSchema;
526
530
  export declare var HoursOfOperationTimeSlice$: StaticStructureSchema;
527
531
  export declare var IdempotencyException$: StaticErrorSchema;
@@ -568,6 +572,8 @@ export declare var ListAuthenticationProfilesRequest$: StaticStructureSchema;
568
572
  export declare var ListAuthenticationProfilesResponse$: StaticStructureSchema;
569
573
  export declare var ListBotsRequest$: StaticStructureSchema;
570
574
  export declare var ListBotsResponse$: StaticStructureSchema;
575
+ export declare var ListChildHoursOfOperationsRequest$: StaticStructureSchema;
576
+ export declare var ListChildHoursOfOperationsResponse$: StaticStructureSchema;
571
577
  export declare var ListCondition$: StaticStructureSchema;
572
578
  export declare var ListContactEvaluationsRequest$: StaticStructureSchema;
573
579
  export declare var ListContactEvaluationsResponse$: StaticStructureSchema;
@@ -710,11 +716,13 @@ export declare var OutboundRawMessage$: StaticStructureSchema;
710
716
  export declare var OutboundStrategy$: StaticStructureSchema;
711
717
  export declare var OutboundStrategyConfig$: StaticStructureSchema;
712
718
  export declare var OutputTypeNotFoundException$: StaticErrorSchema;
719
+ export declare var OverrideHour$: StaticStructureSchema;
713
720
  export declare var OverrideTimeSlice$: StaticStructureSchema;
714
721
  export declare var PaletteCanvas$: StaticStructureSchema;
715
722
  export declare var PaletteHeader$: StaticStructureSchema;
716
723
  export declare var PaletteNavigation$: StaticStructureSchema;
717
724
  export declare var PalettePrimary$: StaticStructureSchema;
725
+ export declare var ParentHoursOfOperationConfig$: StaticStructureSchema;
718
726
  export declare var ParticipantCapabilities$: StaticStructureSchema;
719
727
  export declare var ParticipantConfiguration$: StaticStructureSchema;
720
728
  export declare var ParticipantDetails$: StaticStructureSchema;
@@ -781,6 +789,8 @@ export declare var RealTimeContactAnalysisTranscriptItemWithCharacterOffsets$: S
781
789
  export declare var RealTimeContactAnalysisTranscriptItemWithContent$: StaticStructureSchema;
782
790
  export declare var RecordingInfo$: StaticStructureSchema;
783
791
  export declare var RecordPrimaryValue$: StaticStructureSchema;
792
+ export declare var RecurrenceConfig$: StaticStructureSchema;
793
+ export declare var RecurrencePattern$: StaticStructureSchema;
784
794
  export declare var Reference$: StaticStructureSchema;
785
795
  export declare var ReleasePhoneNumberRequest$: StaticStructureSchema;
786
796
  export declare var ReplicateInstanceRequest$: StaticStructureSchema;
@@ -1136,6 +1146,7 @@ export declare var AssociateContactWithUser$: StaticOperationSchema;
1136
1146
  export declare var AssociateDefaultVocabulary$: StaticOperationSchema;
1137
1147
  export declare var AssociateEmailAddressAlias$: StaticOperationSchema;
1138
1148
  export declare var AssociateFlow$: StaticOperationSchema;
1149
+ export declare var AssociateHoursOfOperations$: StaticOperationSchema;
1139
1150
  export declare var AssociateInstanceStorageConfig$: StaticOperationSchema;
1140
1151
  export declare var AssociateLambdaFunction$: StaticOperationSchema;
1141
1152
  export declare var AssociateLexBot$: StaticOperationSchema;
@@ -1264,6 +1275,7 @@ export declare var DisassociateApprovedOrigin$: StaticOperationSchema;
1264
1275
  export declare var DisassociateBot$: StaticOperationSchema;
1265
1276
  export declare var DisassociateEmailAddressAlias$: StaticOperationSchema;
1266
1277
  export declare var DisassociateFlow$: StaticOperationSchema;
1278
+ export declare var DisassociateHoursOfOperations$: StaticOperationSchema;
1267
1279
  export declare var DisassociateInstanceStorageConfig$: StaticOperationSchema;
1268
1280
  export declare var DisassociateLambdaFunction$: StaticOperationSchema;
1269
1281
  export declare var DisassociateLexBot$: StaticOperationSchema;
@@ -1299,6 +1311,7 @@ export declare var ListApprovedOrigins$: StaticOperationSchema;
1299
1311
  export declare var ListAssociatedContacts$: StaticOperationSchema;
1300
1312
  export declare var ListAuthenticationProfiles$: StaticOperationSchema;
1301
1313
  export declare var ListBots$: StaticOperationSchema;
1314
+ export declare var ListChildHoursOfOperations$: StaticOperationSchema;
1302
1315
  export declare var ListContactEvaluations$: StaticOperationSchema;
1303
1316
  export declare var ListContactFlowModuleAliases$: StaticOperationSchema;
1304
1317
  export declare var ListContactFlowModules$: StaticOperationSchema;
@@ -31,6 +31,10 @@ import {
31
31
  AssociateFlowCommandInput,
32
32
  AssociateFlowCommandOutput,
33
33
  } from "./commands/AssociateFlowCommand";
34
+ import {
35
+ AssociateHoursOfOperationsCommandInput,
36
+ AssociateHoursOfOperationsCommandOutput,
37
+ } from "./commands/AssociateHoursOfOperationsCommand";
34
38
  import {
35
39
  AssociateInstanceStorageConfigCommandInput,
36
40
  AssociateInstanceStorageConfigCommandOutput,
@@ -543,6 +547,10 @@ import {
543
547
  DisassociateFlowCommandInput,
544
548
  DisassociateFlowCommandOutput,
545
549
  } from "./commands/DisassociateFlowCommand";
550
+ import {
551
+ DisassociateHoursOfOperationsCommandInput,
552
+ DisassociateHoursOfOperationsCommandOutput,
553
+ } from "./commands/DisassociateHoursOfOperationsCommand";
546
554
  import {
547
555
  DisassociateInstanceStorageConfigCommandInput,
548
556
  DisassociateInstanceStorageConfigCommandOutput,
@@ -683,6 +691,10 @@ import {
683
691
  ListBotsCommandInput,
684
692
  ListBotsCommandOutput,
685
693
  } from "./commands/ListBotsCommand";
694
+ import {
695
+ ListChildHoursOfOperationsCommandInput,
696
+ ListChildHoursOfOperationsCommandOutput,
697
+ } from "./commands/ListChildHoursOfOperationsCommand";
686
698
  import {
687
699
  ListContactEvaluationsCommandInput,
688
700
  ListContactEvaluationsCommandOutput,
@@ -1469,6 +1481,19 @@ export interface Connect {
1469
1481
  options: __HttpHandlerOptions,
1470
1482
  cb: (err: any, data?: AssociateFlowCommandOutput) => void
1471
1483
  ): void;
1484
+ associateHoursOfOperations(
1485
+ args: AssociateHoursOfOperationsCommandInput,
1486
+ options?: __HttpHandlerOptions
1487
+ ): Promise<AssociateHoursOfOperationsCommandOutput>;
1488
+ associateHoursOfOperations(
1489
+ args: AssociateHoursOfOperationsCommandInput,
1490
+ cb: (err: any, data?: AssociateHoursOfOperationsCommandOutput) => void
1491
+ ): void;
1492
+ associateHoursOfOperations(
1493
+ args: AssociateHoursOfOperationsCommandInput,
1494
+ options: __HttpHandlerOptions,
1495
+ cb: (err: any, data?: AssociateHoursOfOperationsCommandOutput) => void
1496
+ ): void;
1472
1497
  associateInstanceStorageConfig(
1473
1498
  args: AssociateInstanceStorageConfigCommandInput,
1474
1499
  options?: __HttpHandlerOptions
@@ -3163,6 +3188,19 @@ export interface Connect {
3163
3188
  options: __HttpHandlerOptions,
3164
3189
  cb: (err: any, data?: DisassociateFlowCommandOutput) => void
3165
3190
  ): void;
3191
+ disassociateHoursOfOperations(
3192
+ args: DisassociateHoursOfOperationsCommandInput,
3193
+ options?: __HttpHandlerOptions
3194
+ ): Promise<DisassociateHoursOfOperationsCommandOutput>;
3195
+ disassociateHoursOfOperations(
3196
+ args: DisassociateHoursOfOperationsCommandInput,
3197
+ cb: (err: any, data?: DisassociateHoursOfOperationsCommandOutput) => void
3198
+ ): void;
3199
+ disassociateHoursOfOperations(
3200
+ args: DisassociateHoursOfOperationsCommandInput,
3201
+ options: __HttpHandlerOptions,
3202
+ cb: (err: any, data?: DisassociateHoursOfOperationsCommandOutput) => void
3203
+ ): void;
3166
3204
  disassociateInstanceStorageConfig(
3167
3205
  args: DisassociateInstanceStorageConfigCommandInput,
3168
3206
  options?: __HttpHandlerOptions
@@ -3636,6 +3674,19 @@ export interface Connect {
3636
3674
  options: __HttpHandlerOptions,
3637
3675
  cb: (err: any, data?: ListBotsCommandOutput) => void
3638
3676
  ): void;
3677
+ listChildHoursOfOperations(
3678
+ args: ListChildHoursOfOperationsCommandInput,
3679
+ options?: __HttpHandlerOptions
3680
+ ): Promise<ListChildHoursOfOperationsCommandOutput>;
3681
+ listChildHoursOfOperations(
3682
+ args: ListChildHoursOfOperationsCommandInput,
3683
+ cb: (err: any, data?: ListChildHoursOfOperationsCommandOutput) => void
3684
+ ): void;
3685
+ listChildHoursOfOperations(
3686
+ args: ListChildHoursOfOperationsCommandInput,
3687
+ options: __HttpHandlerOptions,
3688
+ cb: (err: any, data?: ListChildHoursOfOperationsCommandOutput) => void
3689
+ ): void;
3639
3690
  listContactEvaluations(
3640
3691
  args: ListContactEvaluationsCommandInput,
3641
3692
  options?: __HttpHandlerOptions
@@ -77,6 +77,10 @@ import {
77
77
  AssociateFlowCommandInput,
78
78
  AssociateFlowCommandOutput,
79
79
  } from "./commands/AssociateFlowCommand";
80
+ import {
81
+ AssociateHoursOfOperationsCommandInput,
82
+ AssociateHoursOfOperationsCommandOutput,
83
+ } from "./commands/AssociateHoursOfOperationsCommand";
80
84
  import {
81
85
  AssociateInstanceStorageConfigCommandInput,
82
86
  AssociateInstanceStorageConfigCommandOutput,
@@ -589,6 +593,10 @@ import {
589
593
  DisassociateFlowCommandInput,
590
594
  DisassociateFlowCommandOutput,
591
595
  } from "./commands/DisassociateFlowCommand";
596
+ import {
597
+ DisassociateHoursOfOperationsCommandInput,
598
+ DisassociateHoursOfOperationsCommandOutput,
599
+ } from "./commands/DisassociateHoursOfOperationsCommand";
592
600
  import {
593
601
  DisassociateInstanceStorageConfigCommandInput,
594
602
  DisassociateInstanceStorageConfigCommandOutput,
@@ -729,6 +737,10 @@ import {
729
737
  ListBotsCommandInput,
730
738
  ListBotsCommandOutput,
731
739
  } from "./commands/ListBotsCommand";
740
+ import {
741
+ ListChildHoursOfOperationsCommandInput,
742
+ ListChildHoursOfOperationsCommandOutput,
743
+ } from "./commands/ListChildHoursOfOperationsCommand";
732
744
  import {
733
745
  ListContactEvaluationsCommandInput,
734
746
  ListContactEvaluationsCommandOutput,
@@ -1425,6 +1437,7 @@ export type ServiceInputTypes =
1425
1437
  | AssociateDefaultVocabularyCommandInput
1426
1438
  | AssociateEmailAddressAliasCommandInput
1427
1439
  | AssociateFlowCommandInput
1440
+ | AssociateHoursOfOperationsCommandInput
1428
1441
  | AssociateInstanceStorageConfigCommandInput
1429
1442
  | AssociateLambdaFunctionCommandInput
1430
1443
  | AssociateLexBotCommandInput
@@ -1553,6 +1566,7 @@ export type ServiceInputTypes =
1553
1566
  | DisassociateBotCommandInput
1554
1567
  | DisassociateEmailAddressAliasCommandInput
1555
1568
  | DisassociateFlowCommandInput
1569
+ | DisassociateHoursOfOperationsCommandInput
1556
1570
  | DisassociateInstanceStorageConfigCommandInput
1557
1571
  | DisassociateLambdaFunctionCommandInput
1558
1572
  | DisassociateLexBotCommandInput
@@ -1588,6 +1602,7 @@ export type ServiceInputTypes =
1588
1602
  | ListAssociatedContactsCommandInput
1589
1603
  | ListAuthenticationProfilesCommandInput
1590
1604
  | ListBotsCommandInput
1605
+ | ListChildHoursOfOperationsCommandInput
1591
1606
  | ListContactEvaluationsCommandInput
1592
1607
  | ListContactFlowModuleAliasesCommandInput
1593
1608
  | ListContactFlowModuleVersionsCommandInput
@@ -1767,6 +1782,7 @@ export type ServiceOutputTypes =
1767
1782
  | AssociateDefaultVocabularyCommandOutput
1768
1783
  | AssociateEmailAddressAliasCommandOutput
1769
1784
  | AssociateFlowCommandOutput
1785
+ | AssociateHoursOfOperationsCommandOutput
1770
1786
  | AssociateInstanceStorageConfigCommandOutput
1771
1787
  | AssociateLambdaFunctionCommandOutput
1772
1788
  | AssociateLexBotCommandOutput
@@ -1895,6 +1911,7 @@ export type ServiceOutputTypes =
1895
1911
  | DisassociateBotCommandOutput
1896
1912
  | DisassociateEmailAddressAliasCommandOutput
1897
1913
  | DisassociateFlowCommandOutput
1914
+ | DisassociateHoursOfOperationsCommandOutput
1898
1915
  | DisassociateInstanceStorageConfigCommandOutput
1899
1916
  | DisassociateLambdaFunctionCommandOutput
1900
1917
  | DisassociateLexBotCommandOutput
@@ -1930,6 +1947,7 @@ export type ServiceOutputTypes =
1930
1947
  | ListAssociatedContactsCommandOutput
1931
1948
  | ListAuthenticationProfilesCommandOutput
1932
1949
  | ListBotsCommandOutput
1950
+ | ListChildHoursOfOperationsCommandOutput
1933
1951
  | ListContactEvaluationsCommandOutput
1934
1952
  | ListContactFlowModuleAliasesCommandOutput
1935
1953
  | ListContactFlowModuleVersionsCommandOutput
@@ -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 { AssociateHoursOfOperationsRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface AssociateHoursOfOperationsCommandInput
12
+ extends AssociateHoursOfOperationsRequest {}
13
+ export interface AssociateHoursOfOperationsCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const AssociateHoursOfOperationsCommand_base: {
16
+ new (
17
+ input: AssociateHoursOfOperationsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ AssociateHoursOfOperationsCommandInput,
20
+ AssociateHoursOfOperationsCommandOutput,
21
+ ConnectClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: AssociateHoursOfOperationsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ AssociateHoursOfOperationsCommandInput,
29
+ AssociateHoursOfOperationsCommandOutput,
30
+ ConnectClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class AssociateHoursOfOperationsCommand extends AssociateHoursOfOperationsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AssociateHoursOfOperationsRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: AssociateHoursOfOperationsCommandInput;
44
+ output: AssociateHoursOfOperationsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteContactFlowRequest,
10
10
  DeleteContactFlowResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteContactFlowCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteContactFlowModuleRequest,
10
10
  DeleteContactFlowModuleResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteContactFlowModuleCommandInput
@@ -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 { DisassociateHoursOfOperationsRequest } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DisassociateHoursOfOperationsCommandInput
12
+ extends DisassociateHoursOfOperationsRequest {}
13
+ export interface DisassociateHoursOfOperationsCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DisassociateHoursOfOperationsCommand_base: {
16
+ new (
17
+ input: DisassociateHoursOfOperationsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DisassociateHoursOfOperationsCommandInput,
20
+ DisassociateHoursOfOperationsCommandOutput,
21
+ ConnectClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DisassociateHoursOfOperationsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DisassociateHoursOfOperationsCommandInput,
29
+ DisassociateHoursOfOperationsCommandOutput,
30
+ ConnectClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DisassociateHoursOfOperationsCommand extends DisassociateHoursOfOperationsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateHoursOfOperationsRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateHoursOfOperationsCommandInput;
44
+ output: DisassociateHoursOfOperationsCommandOutput;
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
+ ListChildHoursOfOperationsRequest,
10
+ ListChildHoursOfOperationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListChildHoursOfOperationsCommandInput
15
+ extends ListChildHoursOfOperationsRequest {}
16
+ export interface ListChildHoursOfOperationsCommandOutput
17
+ extends ListChildHoursOfOperationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListChildHoursOfOperationsCommand_base: {
20
+ new (
21
+ input: ListChildHoursOfOperationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListChildHoursOfOperationsCommandInput,
24
+ ListChildHoursOfOperationsCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListChildHoursOfOperationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListChildHoursOfOperationsCommandInput,
33
+ ListChildHoursOfOperationsCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListChildHoursOfOperationsCommand extends ListChildHoursOfOperationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListChildHoursOfOperationsRequest;
44
+ output: ListChildHoursOfOperationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListChildHoursOfOperationsCommandInput;
48
+ output: ListChildHoursOfOperationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- ListContactEvaluationsRequest,
10
- ListContactEvaluationsResponse,
11
- } from "../models/models_1";
8
+ import { ListContactEvaluationsRequest } from "../models/models_1";
9
+ import { ListContactEvaluationsResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListContactEvaluationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListContactFlowModuleAliasesRequest,
10
10
  ListContactFlowModuleAliasesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListContactFlowModuleAliasesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListContactFlowModuleVersionsRequest,
10
10
  ListContactFlowModuleVersionsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListContactFlowModuleVersionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListContactFlowModulesRequest,
10
10
  ListContactFlowModulesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListContactFlowModulesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartContactRecordingRequest,
10
10
  StartContactRecordingResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartContactRecordingCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartContactStreamingRequest,
10
10
  StartContactStreamingResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartContactStreamingCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { StartEmailContactResponse } from "../models/models_2";
9
- import { StartEmailContactRequest } from "../models/models_3";
8
+ import {
9
+ StartEmailContactRequest,
10
+ StartEmailContactResponse,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface StartEmailContactCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { StartOutboundChatContactResponse } from "../models/models_2";
9
- import { StartOutboundChatContactRequest } from "../models/models_3";
8
+ import {
9
+ StartOutboundChatContactRequest,
10
+ StartOutboundChatContactResponse,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface StartOutboundChatContactCommandInput
@@ -6,6 +6,7 @@ export * from "./AssociateContactWithUserCommand";
6
6
  export * from "./AssociateDefaultVocabularyCommand";
7
7
  export * from "./AssociateEmailAddressAliasCommand";
8
8
  export * from "./AssociateFlowCommand";
9
+ export * from "./AssociateHoursOfOperationsCommand";
9
10
  export * from "./AssociateInstanceStorageConfigCommand";
10
11
  export * from "./AssociateLambdaFunctionCommand";
11
12
  export * from "./AssociateLexBotCommand";
@@ -134,6 +135,7 @@ export * from "./DisassociateApprovedOriginCommand";
134
135
  export * from "./DisassociateBotCommand";
135
136
  export * from "./DisassociateEmailAddressAliasCommand";
136
137
  export * from "./DisassociateFlowCommand";
138
+ export * from "./DisassociateHoursOfOperationsCommand";
137
139
  export * from "./DisassociateInstanceStorageConfigCommand";
138
140
  export * from "./DisassociateLambdaFunctionCommand";
139
141
  export * from "./DisassociateLexBotCommand";
@@ -169,6 +171,7 @@ export * from "./ListApprovedOriginsCommand";
169
171
  export * from "./ListAssociatedContactsCommand";
170
172
  export * from "./ListAuthenticationProfilesCommand";
171
173
  export * from "./ListBotsCommand";
174
+ export * from "./ListChildHoursOfOperationsCommand";
172
175
  export * from "./ListContactEvaluationsCommand";
173
176
  export * from "./ListContactFlowModuleAliasesCommand";
174
177
  export * from "./ListContactFlowModuleVersionsCommand";
@@ -464,6 +464,19 @@ export declare const OverrideDays: {
464
464
  readonly WEDNESDAY: "WEDNESDAY";
465
465
  };
466
466
  export type OverrideDays = (typeof OverrideDays)[keyof typeof OverrideDays];
467
+ export declare const OverrideType: {
468
+ readonly CLOSED: "CLOSED";
469
+ readonly OPEN: "OPEN";
470
+ readonly STANDARD: "STANDARD";
471
+ };
472
+ export type OverrideType = (typeof OverrideType)[keyof typeof OverrideType];
473
+ export declare const RecurrenceFrequency: {
474
+ readonly MONTHLY: "MONTHLY";
475
+ readonly WEEKLY: "WEEKLY";
476
+ readonly YEARLY: "YEARLY";
477
+ };
478
+ export type RecurrenceFrequency =
479
+ (typeof RecurrenceFrequency)[keyof typeof RecurrenceFrequency];
467
480
  export declare const DirectoryType: {
468
481
  readonly CONNECT_MANAGED: "CONNECT_MANAGED";
469
482
  readonly EXISTING_DIRECTORY: "EXISTING_DIRECTORY";
@@ -1156,6 +1169,12 @@ export declare const SortOrder: {
1156
1169
  readonly DESCENDING: "DESCENDING";
1157
1170
  };
1158
1171
  export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1172
+ export declare const OperationalStatus: {
1173
+ readonly CLOSED: "CLOSED";
1174
+ readonly OPEN: "OPEN";
1175
+ };
1176
+ export type OperationalStatus =
1177
+ (typeof OperationalStatus)[keyof typeof OperationalStatus];
1159
1178
  export declare const HistoricalMetricName: {
1160
1179
  readonly ABANDON_TIME: "ABANDON_TIME";
1161
1180
  readonly AFTER_CONTACT_WORK_TIME: "AFTER_CONTACT_WORK_TIME";
@@ -49,11 +49,13 @@ import {
49
49
  NumericQuestionPropertyAutomationLabel,
50
50
  OutboundStrategyType,
51
51
  OverrideDays,
52
+ OverrideType,
52
53
  ParticipantRole,
53
54
  ParticipantState,
54
55
  PhoneType,
55
56
  PropertyValidationExceptionReason,
56
57
  QuickConnectType,
58
+ RecurrenceFrequency,
57
59
  ReferenceStatus,
58
60
  ReferenceType,
59
61
  RehydrationType,
@@ -340,6 +342,14 @@ export interface AssociateFlowRequest {
340
342
  ResourceType: FlowAssociationResourceType | undefined;
341
343
  }
342
344
  export interface AssociateFlowResponse {}
345
+ export interface ParentHoursOfOperationConfig {
346
+ HoursOfOperationId?: string | undefined;
347
+ }
348
+ export interface AssociateHoursOfOperationsRequest {
349
+ InstanceId: string | undefined;
350
+ HoursOfOperationId: string | undefined;
351
+ ParentHoursOfOperationConfigs: ParentHoursOfOperationConfig[] | undefined;
352
+ }
343
353
  export interface KinesisFirehoseConfig {
344
354
  FirehoseArn: string | undefined;
345
355
  }
@@ -1109,6 +1119,7 @@ export interface CreateHoursOfOperationRequest {
1109
1119
  Description?: string | undefined;
1110
1120
  TimeZone: string | undefined;
1111
1121
  Config: HoursOfOperationConfig[] | undefined;
1122
+ ParentHoursOfOperationConfigs?: ParentHoursOfOperationConfig[] | undefined;
1112
1123
  Tags?: Record<string, string> | undefined;
1113
1124
  }
1114
1125
  export interface CreateHoursOfOperationResponse {
@@ -1124,6 +1135,16 @@ export interface HoursOfOperationOverrideConfig {
1124
1135
  StartTime?: OverrideTimeSlice | undefined;
1125
1136
  EndTime?: OverrideTimeSlice | undefined;
1126
1137
  }
1138
+ export interface RecurrencePattern {
1139
+ Frequency: RecurrenceFrequency | undefined;
1140
+ Interval: number | undefined;
1141
+ ByMonth?: number[] | undefined;
1142
+ ByMonthDay?: number[] | undefined;
1143
+ ByWeekdayOccurrence?: number[] | undefined;
1144
+ }
1145
+ export interface RecurrenceConfig {
1146
+ RecurrencePattern: RecurrencePattern | undefined;
1147
+ }
1127
1148
  export interface CreateHoursOfOperationOverrideRequest {
1128
1149
  InstanceId: string | undefined;
1129
1150
  HoursOfOperationId: string | undefined;
@@ -1132,6 +1153,8 @@ export interface CreateHoursOfOperationOverrideRequest {
1132
1153
  Config: HoursOfOperationOverrideConfig[] | undefined;
1133
1154
  EffectiveFrom: string | undefined;
1134
1155
  EffectiveTill: string | undefined;
1156
+ RecurrenceConfig?: RecurrenceConfig | undefined;
1157
+ OverrideType?: OverrideType | undefined;
1135
1158
  }
1136
1159
  export interface CreateHoursOfOperationOverrideResponse {
1137
1160
  HoursOfOperationOverrideId?: string | undefined;
@@ -1718,13 +1741,3 @@ export interface DeleteContactEvaluationRequest {
1718
1741
  InstanceId: string | undefined;
1719
1742
  EvaluationId: string | undefined;
1720
1743
  }
1721
- export interface DeleteContactFlowRequest {
1722
- InstanceId: string | undefined;
1723
- ContactFlowId: string | undefined;
1724
- }
1725
- export interface DeleteContactFlowResponse {}
1726
- export interface DeleteContactFlowModuleRequest {
1727
- InstanceId: string | undefined;
1728
- ContactFlowModuleId: string | undefined;
1729
- }
1730
- export interface DeleteContactFlowModuleResponse {}