@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,168 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchHoursOfOperationOverridesResponse } from "../models/models_2";
5
+ import { SearchHoursOfOperationOverridesRequest } from "../models/models_3";
6
+ /**
7
+ * @public
8
+ */
9
+ export type { __MetadataBearer };
10
+ export { $Command };
11
+ /**
12
+ * @public
13
+ *
14
+ * The input for {@link SearchHoursOfOperationOverridesCommand}.
15
+ */
16
+ export interface SearchHoursOfOperationOverridesCommandInput extends SearchHoursOfOperationOverridesRequest {
17
+ }
18
+ /**
19
+ * @public
20
+ *
21
+ * The output of {@link SearchHoursOfOperationOverridesCommand}.
22
+ */
23
+ export interface SearchHoursOfOperationOverridesCommandOutput extends SearchHoursOfOperationOverridesResponse, __MetadataBearer {
24
+ }
25
+ declare const SearchHoursOfOperationOverridesCommand_base: {
26
+ new (input: SearchHoursOfOperationOverridesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (__0_0: SearchHoursOfOperationOverridesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ /**
31
+ * <p>Searches the hours of operation overrides.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { ConnectClient, SearchHoursOfOperationOverridesCommand } from "@aws-sdk/client-connect"; // ES Modules import
36
+ * // const { ConnectClient, SearchHoursOfOperationOverridesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
37
+ * const client = new ConnectClient(config);
38
+ * const input = { // SearchHoursOfOperationOverridesRequest
39
+ * InstanceId: "STRING_VALUE", // required
40
+ * NextToken: "STRING_VALUE",
41
+ * MaxResults: Number("int"),
42
+ * SearchFilter: { // HoursOfOperationSearchFilter
43
+ * TagFilter: { // ControlPlaneTagFilter
44
+ * OrConditions: [ // TagOrConditionList
45
+ * [ // TagAndConditionList
46
+ * { // TagCondition
47
+ * TagKey: "STRING_VALUE",
48
+ * TagValue: "STRING_VALUE",
49
+ * },
50
+ * ],
51
+ * ],
52
+ * AndConditions: [
53
+ * {
54
+ * TagKey: "STRING_VALUE",
55
+ * TagValue: "STRING_VALUE",
56
+ * },
57
+ * ],
58
+ * TagCondition: "<TagCondition>",
59
+ * },
60
+ * },
61
+ * SearchCriteria: { // HoursOfOperationOverrideSearchCriteria
62
+ * OrConditions: [ // HoursOfOperationOverrideSearchConditionList
63
+ * {
64
+ * OrConditions: [
65
+ * "<HoursOfOperationOverrideSearchCriteria>",
66
+ * ],
67
+ * AndConditions: [
68
+ * "<HoursOfOperationOverrideSearchCriteria>",
69
+ * ],
70
+ * StringCondition: { // StringCondition
71
+ * FieldName: "STRING_VALUE",
72
+ * Value: "STRING_VALUE",
73
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
74
+ * },
75
+ * DateCondition: { // DateCondition
76
+ * FieldName: "STRING_VALUE",
77
+ * Value: "STRING_VALUE",
78
+ * ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO",
79
+ * },
80
+ * },
81
+ * ],
82
+ * AndConditions: [
83
+ * "<HoursOfOperationOverrideSearchCriteria>",
84
+ * ],
85
+ * StringCondition: {
86
+ * FieldName: "STRING_VALUE",
87
+ * Value: "STRING_VALUE",
88
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
89
+ * },
90
+ * DateCondition: {
91
+ * FieldName: "STRING_VALUE",
92
+ * Value: "STRING_VALUE",
93
+ * ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO",
94
+ * },
95
+ * },
96
+ * };
97
+ * const command = new SearchHoursOfOperationOverridesCommand(input);
98
+ * const response = await client.send(command);
99
+ * // { // SearchHoursOfOperationOverridesResponse
100
+ * // HoursOfOperationOverrides: [ // HoursOfOperationOverrideList
101
+ * // { // HoursOfOperationOverride
102
+ * // HoursOfOperationOverrideId: "STRING_VALUE",
103
+ * // HoursOfOperationId: "STRING_VALUE",
104
+ * // HoursOfOperationArn: "STRING_VALUE",
105
+ * // Name: "STRING_VALUE",
106
+ * // Description: "STRING_VALUE",
107
+ * // Config: [ // HoursOfOperationOverrideConfigList
108
+ * // { // HoursOfOperationOverrideConfig
109
+ * // Day: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
110
+ * // StartTime: { // OverrideTimeSlice
111
+ * // Hours: Number("int"), // required
112
+ * // Minutes: Number("int"), // required
113
+ * // },
114
+ * // EndTime: {
115
+ * // Hours: Number("int"), // required
116
+ * // Minutes: Number("int"), // required
117
+ * // },
118
+ * // },
119
+ * // ],
120
+ * // EffectiveFrom: "STRING_VALUE",
121
+ * // EffectiveTill: "STRING_VALUE",
122
+ * // },
123
+ * // ],
124
+ * // NextToken: "STRING_VALUE",
125
+ * // ApproximateTotalCount: Number("long"),
126
+ * // };
127
+ *
128
+ * ```
129
+ *
130
+ * @param SearchHoursOfOperationOverridesCommandInput - {@link SearchHoursOfOperationOverridesCommandInput}
131
+ * @returns {@link SearchHoursOfOperationOverridesCommandOutput}
132
+ * @see {@link SearchHoursOfOperationOverridesCommandInput} for command's `input` shape.
133
+ * @see {@link SearchHoursOfOperationOverridesCommandOutput} for command's `response` shape.
134
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
135
+ *
136
+ * @throws {@link InternalServiceException} (server fault)
137
+ * <p>Request processing failed because of an error or failure with the service.</p>
138
+ *
139
+ * @throws {@link InvalidParameterException} (client fault)
140
+ * <p>One or more of the specified parameters are not valid.</p>
141
+ *
142
+ * @throws {@link InvalidRequestException} (client fault)
143
+ * <p>The request is not valid.</p>
144
+ *
145
+ * @throws {@link ResourceNotFoundException} (client fault)
146
+ * <p>The specified resource was not found.</p>
147
+ *
148
+ * @throws {@link ThrottlingException} (client fault)
149
+ * <p>The throttling limit has been exceeded.</p>
150
+ *
151
+ * @throws {@link ConnectServiceException}
152
+ * <p>Base exception class for all service exceptions from Connect service.</p>
153
+ *
154
+ * @public
155
+ */
156
+ export declare class SearchHoursOfOperationOverridesCommand extends SearchHoursOfOperationOverridesCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: SearchHoursOfOperationOverridesRequest;
161
+ output: SearchHoursOfOperationOverridesResponse;
162
+ };
163
+ sdk: {
164
+ input: SearchHoursOfOperationOverridesCommandInput;
165
+ output: SearchHoursOfOperationOverridesCommandOutput;
166
+ };
167
+ };
168
+ }
@@ -41,8 +41,8 @@ declare const SendChatIntegrationEventCommand_base: {
41
41
  * </ul>
42
42
  * <p>When a chat integration event is sent with chat identifiers that do not map to an active
43
43
  * chat contact, a new chat contact is also created before handling chat action. </p>
44
- * <p>Access to this API is currently restricted to Amazon Web Services End User Messaging for supporting SMS
45
- * integration. </p>
44
+ * <p>Access to this API is currently restricted to Amazon Web Services End User Messaging for
45
+ * supporting SMS integration. </p>
46
46
  * @example
47
47
  * Use a bare-bones client and the command you need to make an API call.
48
48
  * ```javascript
@@ -29,7 +29,7 @@ declare const StartOutboundChatContactCommand_base: {
29
29
  };
30
30
  /**
31
31
  * <p>Initiates a new outbound SMS contact to a customer. Response of this API provides the
32
- * <code>ContactId</code> of the outbound SMS contact created.</p>
32
+ * <code>ContactId</code> of the outbound SMS contact created.</p>
33
33
  * <p>
34
34
  * <b>SourceEndpoint</b> only supports Endpoints with
35
35
  * <code>CONNECT_PHONENUMBER_ARN</code> as Type and <b>DestinationEndpoint</b> only supports Endpoints with <code>TELEPHONE_NUMBER</code> as
@@ -0,0 +1,109 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { UpdateHoursOfOperationOverrideRequest } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateHoursOfOperationOverrideCommand}.
14
+ */
15
+ export interface UpdateHoursOfOperationOverrideCommandInput extends UpdateHoursOfOperationOverrideRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateHoursOfOperationOverrideCommand}.
21
+ */
22
+ export interface UpdateHoursOfOperationOverrideCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateHoursOfOperationOverrideCommand_base: {
25
+ new (input: UpdateHoursOfOperationOverrideCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateHoursOfOperationOverrideCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHoursOfOperationOverrideCommandInput, UpdateHoursOfOperationOverrideCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Update the hours of operation override.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, UpdateHoursOfOperationOverrideCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, UpdateHoursOfOperationOverrideCommand } = require("@aws-sdk/client-connect"); // CommonJS import
36
+ * const client = new ConnectClient(config);
37
+ * const input = { // UpdateHoursOfOperationOverrideRequest
38
+ * InstanceId: "STRING_VALUE", // required
39
+ * HoursOfOperationId: "STRING_VALUE", // required
40
+ * HoursOfOperationOverrideId: "STRING_VALUE", // required
41
+ * Name: "STRING_VALUE",
42
+ * Description: "STRING_VALUE",
43
+ * Config: [ // HoursOfOperationOverrideConfigList
44
+ * { // HoursOfOperationOverrideConfig
45
+ * Day: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
46
+ * StartTime: { // OverrideTimeSlice
47
+ * Hours: Number("int"), // required
48
+ * Minutes: Number("int"), // required
49
+ * },
50
+ * EndTime: {
51
+ * Hours: Number("int"), // required
52
+ * Minutes: Number("int"), // required
53
+ * },
54
+ * },
55
+ * ],
56
+ * EffectiveFrom: "STRING_VALUE",
57
+ * EffectiveTill: "STRING_VALUE",
58
+ * };
59
+ * const command = new UpdateHoursOfOperationOverrideCommand(input);
60
+ * const response = await client.send(command);
61
+ * // {};
62
+ *
63
+ * ```
64
+ *
65
+ * @param UpdateHoursOfOperationOverrideCommandInput - {@link UpdateHoursOfOperationOverrideCommandInput}
66
+ * @returns {@link UpdateHoursOfOperationOverrideCommandOutput}
67
+ * @see {@link UpdateHoursOfOperationOverrideCommandInput} for command's `input` shape.
68
+ * @see {@link UpdateHoursOfOperationOverrideCommandOutput} for command's `response` shape.
69
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
70
+ *
71
+ * @throws {@link ConditionalOperationFailedException} (client fault)
72
+ * <p>Request processing failed because dependent condition failed.</p>
73
+ *
74
+ * @throws {@link DuplicateResourceException} (client fault)
75
+ * <p>A resource with the specified name already exists.</p>
76
+ *
77
+ * @throws {@link InternalServiceException} (server fault)
78
+ * <p>Request processing failed because of an error or failure with the service.</p>
79
+ *
80
+ * @throws {@link InvalidParameterException} (client fault)
81
+ * <p>One or more of the specified parameters are not valid.</p>
82
+ *
83
+ * @throws {@link InvalidRequestException} (client fault)
84
+ * <p>The request is not valid.</p>
85
+ *
86
+ * @throws {@link ResourceNotFoundException} (client fault)
87
+ * <p>The specified resource was not found.</p>
88
+ *
89
+ * @throws {@link ThrottlingException} (client fault)
90
+ * <p>The throttling limit has been exceeded.</p>
91
+ *
92
+ * @throws {@link ConnectServiceException}
93
+ * <p>Base exception class for all service exceptions from Connect service.</p>
94
+ *
95
+ * @public
96
+ */
97
+ export declare class UpdateHoursOfOperationOverrideCommand extends UpdateHoursOfOperationOverrideCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: UpdateHoursOfOperationOverrideRequest;
102
+ output: {};
103
+ };
104
+ sdk: {
105
+ input: UpdateHoursOfOperationOverrideCommandInput;
106
+ output: UpdateHoursOfOperationOverrideCommandOutput;
107
+ };
108
+ };
109
+ }
@@ -57,7 +57,7 @@ declare const UpdateQueueOutboundEmailConfigCommand_base: {
57
57
  * <p>You do not have sufficient permissions to perform this action.</p>
58
58
  *
59
59
  * @throws {@link ConditionalOperationFailedException} (client fault)
60
- * <p>A conditional check failed.</p>
60
+ * <p>Request processing failed because dependent condition failed.</p>
61
61
  *
62
62
  * @throws {@link InternalServiceException} (server fault)
63
63
  * <p>Request processing failed because of an error or failure with the service.</p>
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateTaskTemplateRequest, UpdateTaskTemplateResponse } from "../models/models_2";
4
+ import { UpdateTaskTemplateRequest } from "../models/models_2";
5
+ import { UpdateTaskTemplateResponse } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateTrafficDistributionRequest, UpdateTrafficDistributionResponse } from "../models/models_2";
4
+ import { UpdateTrafficDistributionRequest, UpdateTrafficDistributionResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyRequest } from "../models/models_2";
4
+ import { UpdateUserHierarchyRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyGroupNameRequest } from "../models/models_2";
4
+ import { UpdateUserHierarchyGroupNameRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyStructureRequest } from "../models/models_2";
4
+ import { UpdateUserHierarchyStructureRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserIdentityInfoRequest } from "../models/models_2";
4
+ import { UpdateUserIdentityInfoRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserPhoneConfigRequest } from "../models/models_2";
4
+ import { UpdateUserPhoneConfigRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserProficienciesRequest } from "../models/models_2";
4
+ import { UpdateUserProficienciesRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserRoutingProfileRequest } from "../models/models_2";
4
+ import { UpdateUserRoutingProfileRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserSecurityProfilesRequest } from "../models/models_2";
4
+ import { UpdateUserSecurityProfilesRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateViewContentRequest, UpdateViewContentResponse } from "../models/models_2";
4
+ import { UpdateViewContentRequest, UpdateViewContentResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateViewMetadataRequest, UpdateViewMetadataResponse } from "../models/models_2";
4
+ import { UpdateViewMetadataRequest, UpdateViewMetadataResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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";
@@ -21,8 +21,8 @@
21
21
  * are also limits to the number of requests that you can make per second. For more information, see
22
22
  * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
23
23
  * Guide</i>.</p>
24
- * <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For
25
- * a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
24
+ * <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a
25
+ * list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
26
26
  *
27
27
  * @packageDocumentation
28
28
  */