@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.
Files changed (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
@@ -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
+ ListHoursOfOperationOverridesRequest,
10
+ ListHoursOfOperationOverridesResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListHoursOfOperationOverridesCommandInput
15
+ extends ListHoursOfOperationOverridesRequest {}
16
+ export interface ListHoursOfOperationOverridesCommandOutput
17
+ extends ListHoursOfOperationOverridesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListHoursOfOperationOverridesCommand_base: {
20
+ new (
21
+ input: ListHoursOfOperationOverridesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListHoursOfOperationOverridesCommandInput,
24
+ ListHoursOfOperationOverridesCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListHoursOfOperationOverridesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListHoursOfOperationOverridesCommandInput,
33
+ ListHoursOfOperationOverridesCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListHoursOfOperationOverridesCommand extends ListHoursOfOperationOverridesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListHoursOfOperationOverridesRequest;
44
+ output: ListHoursOfOperationOverridesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListHoursOfOperationOverridesCommandInput;
48
+ output: ListHoursOfOperationOverridesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { ListRealtimeContactAnalysisSegmentsV2Request } from "../models/models_1";
9
- import { ListRealtimeContactAnalysisSegmentsV2Response } from "../models/models_2";
8
+ import {
9
+ ListRealtimeContactAnalysisSegmentsV2Request,
10
+ ListRealtimeContactAnalysisSegmentsV2Response,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListRealtimeContactAnalysisSegmentsV2CommandInput
@@ -0,0 +1,49 @@
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 { SearchHoursOfOperationOverridesResponse } from "../models/models_2";
9
+ import { SearchHoursOfOperationOverridesRequest } from "../models/models_3";
10
+ export { __MetadataBearer };
11
+ export { $Command };
12
+ export interface SearchHoursOfOperationOverridesCommandInput
13
+ extends SearchHoursOfOperationOverridesRequest {}
14
+ export interface SearchHoursOfOperationOverridesCommandOutput
15
+ extends SearchHoursOfOperationOverridesResponse,
16
+ __MetadataBearer {}
17
+ declare const SearchHoursOfOperationOverridesCommand_base: {
18
+ new (
19
+ input: SearchHoursOfOperationOverridesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SearchHoursOfOperationOverridesCommandInput,
22
+ SearchHoursOfOperationOverridesCommandOutput,
23
+ ConnectClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ new (
28
+ __0_0: SearchHoursOfOperationOverridesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SearchHoursOfOperationOverridesCommandInput,
31
+ SearchHoursOfOperationOverridesCommandOutput,
32
+ ConnectClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
36
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ };
38
+ export declare class SearchHoursOfOperationOverridesCommand extends SearchHoursOfOperationOverridesCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: SearchHoursOfOperationOverridesRequest;
42
+ output: SearchHoursOfOperationOverridesResponse;
43
+ };
44
+ sdk: {
45
+ input: SearchHoursOfOperationOverridesCommandInput;
46
+ output: SearchHoursOfOperationOverridesCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -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 { UpdateHoursOfOperationOverrideRequest } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UpdateHoursOfOperationOverrideCommandInput
12
+ extends UpdateHoursOfOperationOverrideRequest {}
13
+ export interface UpdateHoursOfOperationOverrideCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const UpdateHoursOfOperationOverrideCommand_base: {
16
+ new (
17
+ input: UpdateHoursOfOperationOverrideCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ UpdateHoursOfOperationOverrideCommandInput,
20
+ UpdateHoursOfOperationOverrideCommandOutput,
21
+ ConnectClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: UpdateHoursOfOperationOverrideCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ UpdateHoursOfOperationOverrideCommandInput,
29
+ UpdateHoursOfOperationOverrideCommandOutput,
30
+ ConnectClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class UpdateHoursOfOperationOverrideCommand extends UpdateHoursOfOperationOverrideCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateHoursOfOperationOverrideRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateHoursOfOperationOverrideCommandInput;
44
+ output: UpdateHoursOfOperationOverrideCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- UpdateTaskTemplateRequest,
10
- UpdateTaskTemplateResponse,
11
- } from "../models/models_2";
8
+ import { UpdateTaskTemplateRequest } from "../models/models_2";
9
+ import { UpdateTaskTemplateResponse } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface UpdateTaskTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateTrafficDistributionRequest,
10
10
  UpdateTrafficDistributionResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateTrafficDistributionCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserHierarchyRequest } from "../models/models_2";
8
+ import { UpdateUserHierarchyRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserHierarchyCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserHierarchyGroupNameRequest } from "../models/models_2";
8
+ import { UpdateUserHierarchyGroupNameRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserHierarchyGroupNameCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserHierarchyStructureRequest } from "../models/models_2";
8
+ import { UpdateUserHierarchyStructureRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserHierarchyStructureCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserIdentityInfoRequest } from "../models/models_2";
8
+ import { UpdateUserIdentityInfoRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserIdentityInfoCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserPhoneConfigRequest } from "../models/models_2";
8
+ import { UpdateUserPhoneConfigRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserPhoneConfigCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserProficienciesRequest } from "../models/models_2";
8
+ import { UpdateUserProficienciesRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserProficienciesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserRoutingProfileRequest } from "../models/models_2";
8
+ import { UpdateUserRoutingProfileRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserRoutingProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateUserSecurityProfilesRequest } from "../models/models_2";
8
+ import { UpdateUserSecurityProfilesRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateUserSecurityProfilesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateViewContentRequest,
10
10
  UpdateViewContentResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateViewContentCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateViewMetadataRequest,
10
10
  UpdateViewMetadataResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateViewMetadataCommandInput
@@ -28,12 +28,14 @@ export * from "./CreateContactFlowVersionCommand";
28
28
  export * from "./CreateEmailAddressCommand";
29
29
  export * from "./CreateEvaluationFormCommand";
30
30
  export * from "./CreateHoursOfOperationCommand";
31
+ export * from "./CreateHoursOfOperationOverrideCommand";
31
32
  export * from "./CreateInstanceCommand";
32
33
  export * from "./CreateIntegrationAssociationCommand";
33
34
  export * from "./CreateParticipantCommand";
34
35
  export * from "./CreatePersistentContactAssociationCommand";
35
36
  export * from "./CreatePredefinedAttributeCommand";
36
37
  export * from "./CreatePromptCommand";
38
+ export * from "./CreatePushNotificationRegistrationCommand";
37
39
  export * from "./CreateQueueCommand";
38
40
  export * from "./CreateQuickConnectCommand";
39
41
  export * from "./CreateRoutingProfileCommand";
@@ -55,10 +57,12 @@ export * from "./DeleteContactFlowModuleCommand";
55
57
  export * from "./DeleteEmailAddressCommand";
56
58
  export * from "./DeleteEvaluationFormCommand";
57
59
  export * from "./DeleteHoursOfOperationCommand";
60
+ export * from "./DeleteHoursOfOperationOverrideCommand";
58
61
  export * from "./DeleteInstanceCommand";
59
62
  export * from "./DeleteIntegrationAssociationCommand";
60
63
  export * from "./DeletePredefinedAttributeCommand";
61
64
  export * from "./DeletePromptCommand";
65
+ export * from "./DeletePushNotificationRegistrationCommand";
62
66
  export * from "./DeleteQueueCommand";
63
67
  export * from "./DeleteQuickConnectCommand";
64
68
  export * from "./DeleteRoutingProfileCommand";
@@ -81,6 +85,7 @@ export * from "./DescribeContactFlowModuleCommand";
81
85
  export * from "./DescribeEmailAddressCommand";
82
86
  export * from "./DescribeEvaluationFormCommand";
83
87
  export * from "./DescribeHoursOfOperationCommand";
88
+ export * from "./DescribeHoursOfOperationOverrideCommand";
84
89
  export * from "./DescribeInstanceAttributeCommand";
85
90
  export * from "./DescribeInstanceCommand";
86
91
  export * from "./DescribeInstanceStorageConfigCommand";
@@ -116,6 +121,7 @@ export * from "./GetAttachedFileCommand";
116
121
  export * from "./GetContactAttributesCommand";
117
122
  export * from "./GetCurrentMetricDataCommand";
118
123
  export * from "./GetCurrentUserDataCommand";
124
+ export * from "./GetEffectiveHoursOfOperationsCommand";
119
125
  export * from "./GetFederationTokenCommand";
120
126
  export * from "./GetFlowAssociationCommand";
121
127
  export * from "./GetMetricDataCommand";
@@ -139,6 +145,7 @@ export * from "./ListDefaultVocabulariesCommand";
139
145
  export * from "./ListEvaluationFormVersionsCommand";
140
146
  export * from "./ListEvaluationFormsCommand";
141
147
  export * from "./ListFlowAssociationsCommand";
148
+ export * from "./ListHoursOfOperationOverridesCommand";
142
149
  export * from "./ListHoursOfOperationsCommand";
143
150
  export * from "./ListInstanceAttributesCommand";
144
151
  export * from "./ListInstanceStorageConfigsCommand";
@@ -184,6 +191,7 @@ export * from "./SearchContactFlowModulesCommand";
184
191
  export * from "./SearchContactFlowsCommand";
185
192
  export * from "./SearchContactsCommand";
186
193
  export * from "./SearchEmailAddressesCommand";
194
+ export * from "./SearchHoursOfOperationOverridesCommand";
187
195
  export * from "./SearchHoursOfOperationsCommand";
188
196
  export * from "./SearchPredefinedAttributesCommand";
189
197
  export * from "./SearchPromptsCommand";
@@ -234,6 +242,7 @@ export * from "./UpdateContactScheduleCommand";
234
242
  export * from "./UpdateEmailAddressMetadataCommand";
235
243
  export * from "./UpdateEvaluationFormCommand";
236
244
  export * from "./UpdateHoursOfOperationCommand";
245
+ export * from "./UpdateHoursOfOperationOverrideCommand";
237
246
  export * from "./UpdateInstanceAttributeCommand";
238
247
  export * from "./UpdateInstanceStorageConfigCommand";
239
248
  export * from "./UpdateParticipantRoleConfigCommand";
@@ -1114,6 +1114,37 @@ export interface CreateHoursOfOperationResponse {
1114
1114
  HoursOfOperationId?: string | undefined;
1115
1115
  HoursOfOperationArn?: string | undefined;
1116
1116
  }
1117
+ export declare const OverrideDays: {
1118
+ readonly FRIDAY: "FRIDAY";
1119
+ readonly MONDAY: "MONDAY";
1120
+ readonly SATURDAY: "SATURDAY";
1121
+ readonly SUNDAY: "SUNDAY";
1122
+ readonly THURSDAY: "THURSDAY";
1123
+ readonly TUESDAY: "TUESDAY";
1124
+ readonly WEDNESDAY: "WEDNESDAY";
1125
+ };
1126
+ export type OverrideDays = (typeof OverrideDays)[keyof typeof OverrideDays];
1127
+ export interface OverrideTimeSlice {
1128
+ Hours: number | undefined;
1129
+ Minutes: number | undefined;
1130
+ }
1131
+ export interface HoursOfOperationOverrideConfig {
1132
+ Day?: OverrideDays | undefined;
1133
+ StartTime?: OverrideTimeSlice | undefined;
1134
+ EndTime?: OverrideTimeSlice | undefined;
1135
+ }
1136
+ export interface CreateHoursOfOperationOverrideRequest {
1137
+ InstanceId: string | undefined;
1138
+ HoursOfOperationId: string | undefined;
1139
+ Name: string | undefined;
1140
+ Description?: string | undefined;
1141
+ Config: HoursOfOperationOverrideConfig[] | undefined;
1142
+ EffectiveFrom: string | undefined;
1143
+ EffectiveTill: string | undefined;
1144
+ }
1145
+ export interface CreateHoursOfOperationOverrideResponse {
1146
+ HoursOfOperationOverrideId?: string | undefined;
1147
+ }
1117
1148
  export declare const DirectoryType: {
1118
1149
  readonly CONNECT_MANAGED: "CONNECT_MANAGED";
1119
1150
  readonly EXISTING_DIRECTORY: "EXISTING_DIRECTORY";
@@ -1246,6 +1277,28 @@ export interface CreatePromptResponse {
1246
1277
  PromptARN?: string | undefined;
1247
1278
  PromptId?: string | undefined;
1248
1279
  }
1280
+ export interface ContactConfiguration {
1281
+ ContactId: string | undefined;
1282
+ ParticipantRole?: ParticipantRole | undefined;
1283
+ IncludeRawMessage?: boolean | undefined;
1284
+ }
1285
+ export declare const DeviceType: {
1286
+ readonly APNS: "APNS";
1287
+ readonly APNS_SANDBOX: "APNS_SANDBOX";
1288
+ readonly GCM: "GCM";
1289
+ };
1290
+ export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
1291
+ export interface CreatePushNotificationRegistrationRequest {
1292
+ InstanceId: string | undefined;
1293
+ ClientToken?: string | undefined;
1294
+ PinpointAppArn: string | undefined;
1295
+ DeviceToken: string | undefined;
1296
+ DeviceType: DeviceType | undefined;
1297
+ ContactConfiguration: ContactConfiguration | undefined;
1298
+ }
1299
+ export interface CreatePushNotificationRegistrationResponse {
1300
+ RegistrationId: string | undefined;
1301
+ }
1249
1302
  export interface OutboundCallerConfig {
1250
1303
  OutboundCallerIdName?: string | undefined;
1251
1304
  OutboundCallerIdNumberId?: string | undefined;
@@ -1776,6 +1829,11 @@ export interface DeleteHoursOfOperationRequest {
1776
1829
  InstanceId: string | undefined;
1777
1830
  HoursOfOperationId: string | undefined;
1778
1831
  }
1832
+ export interface DeleteHoursOfOperationOverrideRequest {
1833
+ InstanceId: string | undefined;
1834
+ HoursOfOperationId: string | undefined;
1835
+ HoursOfOperationOverrideId: string | undefined;
1836
+ }
1779
1837
  export interface DeleteInstanceRequest {
1780
1838
  InstanceId: string | undefined;
1781
1839
  }
@@ -1791,6 +1849,12 @@ export interface DeletePromptRequest {
1791
1849
  InstanceId: string | undefined;
1792
1850
  PromptId: string | undefined;
1793
1851
  }
1852
+ export interface DeletePushNotificationRegistrationRequest {
1853
+ InstanceId: string | undefined;
1854
+ RegistrationId: string | undefined;
1855
+ ContactId: string | undefined;
1856
+ }
1857
+ export interface DeletePushNotificationRegistrationResponse {}
1794
1858
  export interface DeleteQueueRequest {
1795
1859
  InstanceId: string | undefined;
1796
1860
  QueueId: string | undefined;
@@ -1811,43 +1875,6 @@ export interface DeleteSecurityProfileRequest {
1811
1875
  InstanceId: string | undefined;
1812
1876
  SecurityProfileId: string | undefined;
1813
1877
  }
1814
- export interface DeleteTaskTemplateRequest {
1815
- InstanceId: string | undefined;
1816
- TaskTemplateId: string | undefined;
1817
- }
1818
- export interface DeleteTaskTemplateResponse {}
1819
- export interface DeleteTrafficDistributionGroupRequest {
1820
- TrafficDistributionGroupId: string | undefined;
1821
- }
1822
- export interface DeleteTrafficDistributionGroupResponse {}
1823
- export interface DeleteUseCaseRequest {
1824
- InstanceId: string | undefined;
1825
- IntegrationAssociationId: string | undefined;
1826
- UseCaseId: string | undefined;
1827
- }
1828
- export interface DeleteUserRequest {
1829
- InstanceId: string | undefined;
1830
- UserId: string | undefined;
1831
- }
1832
- export interface DeleteUserHierarchyGroupRequest {
1833
- HierarchyGroupId: string | undefined;
1834
- InstanceId: string | undefined;
1835
- }
1836
- export interface DeleteViewRequest {
1837
- InstanceId: string | undefined;
1838
- ViewId: string | undefined;
1839
- }
1840
- export interface DeleteViewResponse {}
1841
- export interface DeleteViewVersionRequest {
1842
- InstanceId: string | undefined;
1843
- ViewId: string | undefined;
1844
- ViewVersion: number | undefined;
1845
- }
1846
- export interface DeleteViewVersionResponse {}
1847
- export interface DeleteVocabularyRequest {
1848
- InstanceId: string | undefined;
1849
- VocabularyId: string | undefined;
1850
- }
1851
1878
  export declare const CreateEmailAddressRequestFilterSensitiveLog: (
1852
1879
  obj: CreateEmailAddressRequest
1853
1880
  ) => any;