@aws-sdk/client-connect 3.862.0 → 3.864.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +116 -32
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/GetContactMetricsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +11 -0
- package/dist-es/models/models_2.js +0 -29
- package/dist-es/models/models_3.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +52 -0
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -2
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +1 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/CreateViewCommand.d.ts +4 -1
- package/dist-types/commands/CreateViewVersionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +5 -2
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -1
- package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +4 -1
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeQueueCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/GetContactMetricsCommand.d.ts +117 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
- package/dist-types/commands/GetMetricDataV2Command.d.ts +37 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -2
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -2
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +8 -0
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +13 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -2
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -2
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +4 -1
- package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -2
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -2
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +4 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +39 -38
- package/dist-types/models/models_1.d.ts +631 -310
- package/dist-types/models/models_2.d.ts +206 -171
- package/dist-types/models/models_3.d.ts +149 -7
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +11 -8
- package/dist-types/ts3.4/models/models_1.d.ts +48 -50
- package/dist-types/ts3.4/models/models_2.d.ts +52 -77
- package/dist-types/ts3.4/models/models_3.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +5 -5
|
@@ -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 { ListIntegrationAssociationsRequest, ListIntegrationAssociationsResponse } from "../models/
|
|
4
|
+
import { ListIntegrationAssociationsRequest, ListIntegrationAssociationsResponse } from "../models/models_2";
|
|
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 { ListLambdaFunctionsRequest, ListLambdaFunctionsResponse } from "../models/
|
|
4
|
+
import { ListLambdaFunctionsRequest, ListLambdaFunctionsResponse } from "../models/models_2";
|
|
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 { ListLexBotsRequest, ListLexBotsResponse } from "../models/
|
|
4
|
+
import { ListLexBotsRequest, ListLexBotsResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +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 { ListPhoneNumbersRequest } from "../models/
|
|
5
|
-
import { ListPhoneNumbersResponse } from "../models/models_2";
|
|
4
|
+
import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -27,8 +27,7 @@ declare const ListQueueQuickConnectsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Lists the quick connects associated with a queue.</p>
|
|
30
|
+
* <p>Lists the quick connects associated with a queue.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -84,7 +84,10 @@ declare const ReleasePhoneNumberCommand_base: {
|
|
|
84
84
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ResourceInUseException} (client fault)
|
|
87
|
-
* <p>That resource is already in use
|
|
87
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
88
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
89
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
90
|
+
* and then try again.</p>
|
|
88
91
|
*
|
|
89
92
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
93
|
* <p>The specified resource was not found.</p>
|
|
@@ -49,6 +49,10 @@ declare const SearchAgentStatusesCommand_base: {
|
|
|
49
49
|
* TagValue: "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* ],
|
|
52
|
+
* HierarchyGroupCondition: { // HierarchyGroupCondition
|
|
53
|
+
* Value: "STRING_VALUE",
|
|
54
|
+
* HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
|
|
55
|
+
* },
|
|
52
56
|
* },
|
|
53
57
|
* ],
|
|
54
58
|
* AndCondition: {
|
|
@@ -58,6 +62,10 @@ declare const SearchAgentStatusesCommand_base: {
|
|
|
58
62
|
* TagValue: "STRING_VALUE",
|
|
59
63
|
* },
|
|
60
64
|
* ],
|
|
65
|
+
* HierarchyGroupCondition: {
|
|
66
|
+
* Value: "STRING_VALUE",
|
|
67
|
+
* HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
|
|
68
|
+
* },
|
|
61
69
|
* },
|
|
62
70
|
* TagCondition: "<TagCondition>",
|
|
63
71
|
* },
|
|
@@ -54,6 +54,10 @@ declare const SearchUserHierarchyGroupsCommand_base: {
|
|
|
54
54
|
* TagValue: "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
56
|
* ],
|
|
57
|
+
* HierarchyGroupCondition: { // HierarchyGroupCondition
|
|
58
|
+
* Value: "STRING_VALUE",
|
|
59
|
+
* HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
|
|
60
|
+
* },
|
|
57
61
|
* },
|
|
58
62
|
* ],
|
|
59
63
|
* AndCondition: {
|
|
@@ -63,6 +67,10 @@ declare const SearchUserHierarchyGroupsCommand_base: {
|
|
|
63
67
|
* TagValue: "STRING_VALUE",
|
|
64
68
|
* },
|
|
65
69
|
* ],
|
|
70
|
+
* HierarchyGroupCondition: {
|
|
71
|
+
* Value: "STRING_VALUE",
|
|
72
|
+
* HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
|
|
73
|
+
* },
|
|
66
74
|
* },
|
|
67
75
|
* TagCondition: "<TagCondition>",
|
|
68
76
|
* },
|
|
@@ -81,6 +89,10 @@ declare const SearchUserHierarchyGroupsCommand_base: {
|
|
|
81
89
|
* Value: "STRING_VALUE",
|
|
82
90
|
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
83
91
|
* },
|
|
92
|
+
* HierarchyGroupCondition: {
|
|
93
|
+
* Value: "STRING_VALUE",
|
|
94
|
+
* HierarchyGroupMatchType: "EXACT" || "WITH_CHILD_GROUPS",
|
|
95
|
+
* },
|
|
84
96
|
* },
|
|
85
97
|
* ],
|
|
86
98
|
* AndConditions: [
|
|
@@ -91,6 +103,7 @@ declare const SearchUserHierarchyGroupsCommand_base: {
|
|
|
91
103
|
* Value: "STRING_VALUE",
|
|
92
104
|
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
93
105
|
* },
|
|
106
|
+
* HierarchyGroupCondition: "<HierarchyGroupCondition>",
|
|
94
107
|
* },
|
|
95
108
|
* };
|
|
96
109
|
* const command = new SearchUserHierarchyGroupsCommand(input);
|
|
@@ -27,8 +27,7 @@ declare const UpdateAgentStatusCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates agent status.</p>
|
|
30
|
+
* <p>Updates agent status.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateHoursOfOperationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the hours of operation.</p>
|
|
30
|
+
* <p>Updates the hours of operation.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -78,7 +78,10 @@ declare const UpdatePhoneNumberCommand_base: {
|
|
|
78
78
|
* <p>One or more of the specified parameters are not valid.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ResourceInUseException} (client fault)
|
|
81
|
-
* <p>That resource is already in use
|
|
81
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
82
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
83
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
84
|
+
* and then try again.</p>
|
|
82
85
|
*
|
|
83
86
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
87
|
* <p>The specified resource was not found.</p>
|
|
@@ -70,7 +70,10 @@ declare const UpdatePhoneNumberMetadataCommand_base: {
|
|
|
70
70
|
* <p>The request is not valid.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ResourceInUseException} (client fault)
|
|
73
|
-
* <p>That resource is already in use
|
|
73
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
74
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
75
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
76
|
+
* and then try again.</p>
|
|
74
77
|
*
|
|
75
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
79
|
* <p>The specified resource was not found.</p>
|
|
@@ -27,8 +27,7 @@ declare const UpdateQueueHoursOfOperationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the hours of operation for the specified queue.</p>
|
|
30
|
+
* <p>Updates the hours of operation for the specified queue.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateQueueMaxContactsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the maximum number of contacts allowed in a queue before it is considered
|
|
30
|
+
* <p>Updates the maximum number of contacts allowed in a queue before it is considered
|
|
32
31
|
* full.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,8 +27,7 @@ declare const UpdateQueueNameCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
30
|
+
* <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateQueueOutboundCallerConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
|
|
30
|
+
* <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
|
|
32
31
|
* queue.</p>
|
|
33
32
|
* <important>
|
|
34
33
|
* <ul>
|
|
@@ -27,8 +27,7 @@ declare const UpdateQueueStatusCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>Updates the status of the queue.</p>
|
|
30
|
+
* <p>Updates the status of the queue.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -76,7 +76,10 @@ declare const UpdateUserHierarchyStructureCommand_base: {
|
|
|
76
76
|
* <p>The request is not valid.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ResourceInUseException} (client fault)
|
|
79
|
-
* <p>That resource is already in use
|
|
79
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
80
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
81
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
82
|
+
* and then try again.</p>
|
|
80
83
|
*
|
|
81
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
85
|
* <p>The specified resource was not found.</p>
|
|
@@ -99,7 +99,10 @@ declare const UpdateViewContentCommand_base: {
|
|
|
99
99
|
* <p>The request is not valid.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link ResourceInUseException} (client fault)
|
|
102
|
-
* <p>That resource is already in use
|
|
102
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
103
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
104
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
105
|
+
* and then try again.</p>
|
|
103
106
|
*
|
|
104
107
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
108
|
* <p>The specified resource was not found.</p>
|
|
@@ -69,7 +69,10 @@ declare const UpdateViewMetadataCommand_base: {
|
|
|
69
69
|
* <p>The request is not valid.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ResourceInUseException} (client fault)
|
|
72
|
-
* <p>That resource is already in use
|
|
72
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
73
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
74
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
75
|
+
* and then try again.</p>
|
|
73
76
|
*
|
|
74
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
78
|
* <p>The specified resource was not found.</p>
|
|
@@ -120,6 +120,7 @@ export * from "./DisassociateUserProficienciesCommand";
|
|
|
120
120
|
export * from "./DismissUserContactCommand";
|
|
121
121
|
export * from "./GetAttachedFileCommand";
|
|
122
122
|
export * from "./GetContactAttributesCommand";
|
|
123
|
+
export * from "./GetContactMetricsCommand";
|
|
123
124
|
export * from "./GetCurrentMetricDataCommand";
|
|
124
125
|
export * from "./GetCurrentUserDataCommand";
|
|
125
126
|
export * from "./GetEffectiveHoursOfOperationsCommand";
|
|
@@ -168,15 +168,11 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
168
168
|
export interface EmailRecipient {
|
|
169
169
|
/**
|
|
170
170
|
* <p>Address of the email recipient.</p>
|
|
171
|
-
* <p>Type: String</p>
|
|
172
|
-
* <p>Length Constraints: Minimum length of 1. Maximum length of 256.</p>
|
|
173
171
|
* @public
|
|
174
172
|
*/
|
|
175
173
|
Address?: string | undefined;
|
|
176
174
|
/**
|
|
177
175
|
* <p>Display name of the email recipient.</p>
|
|
178
|
-
* <p>Type: String</p>
|
|
179
|
-
* <p>Length Constraints: Minimum length of 1. Maximum length of 256.</p>
|
|
180
176
|
* @public
|
|
181
177
|
*/
|
|
182
178
|
DisplayName?: string | undefined;
|
|
@@ -777,6 +773,34 @@ export interface StringCondition {
|
|
|
777
773
|
*/
|
|
778
774
|
ComparisonType?: StringComparisonType | undefined;
|
|
779
775
|
}
|
|
776
|
+
/**
|
|
777
|
+
* @public
|
|
778
|
+
* @enum
|
|
779
|
+
*/
|
|
780
|
+
export declare const HierarchyGroupMatchType: {
|
|
781
|
+
readonly EXACT: "EXACT";
|
|
782
|
+
readonly WITH_CHILD_GROUPS: "WITH_CHILD_GROUPS";
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
787
|
+
export type HierarchyGroupMatchType = (typeof HierarchyGroupMatchType)[keyof typeof HierarchyGroupMatchType];
|
|
788
|
+
/**
|
|
789
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
export interface HierarchyGroupCondition {
|
|
793
|
+
/**
|
|
794
|
+
* <p>The value in the hierarchy group condition.</p>
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
797
|
+
Value?: string | undefined;
|
|
798
|
+
/**
|
|
799
|
+
* <p>The type of hierarchy group match.</p>
|
|
800
|
+
* @public
|
|
801
|
+
*/
|
|
802
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
|
|
803
|
+
}
|
|
780
804
|
/**
|
|
781
805
|
* <p>A leaf node condition which can be used to specify a tag condition, for example, <code>HAVE
|
|
782
806
|
* BPO = 123</code>. </p>
|
|
@@ -805,6 +829,11 @@ export interface CommonAttributeAndCondition {
|
|
|
805
829
|
* @public
|
|
806
830
|
*/
|
|
807
831
|
TagConditions?: TagCondition[] | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
808
837
|
}
|
|
809
838
|
/**
|
|
810
839
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>.
|
|
@@ -3586,12 +3615,12 @@ export interface CreateHoursOfOperationOverrideRequest {
|
|
|
3586
3615
|
*/
|
|
3587
3616
|
Config: HoursOfOperationOverrideConfig[] | undefined;
|
|
3588
3617
|
/**
|
|
3589
|
-
* <p>The date from when the hours of operation override
|
|
3618
|
+
* <p>The date from when the hours of operation override is effective.</p>
|
|
3590
3619
|
* @public
|
|
3591
3620
|
*/
|
|
3592
3621
|
EffectiveFrom: string | undefined;
|
|
3593
3622
|
/**
|
|
3594
|
-
* <p>The date until when the hours of operation override
|
|
3623
|
+
* <p>The date until when the hours of operation override is effective.</p>
|
|
3595
3624
|
* @public
|
|
3596
3625
|
*/
|
|
3597
3626
|
EffectiveTill: string | undefined;
|
|
@@ -5967,7 +5996,10 @@ export declare const ResourceType: {
|
|
|
5967
5996
|
*/
|
|
5968
5997
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
5969
5998
|
/**
|
|
5970
|
-
* <p>That resource is already in use
|
|
5999
|
+
* <p>That resource is already in use (for example, you're trying to add a record with the same
|
|
6000
|
+
* name as an existing record). If you are trying to delete a resource (for example,
|
|
6001
|
+
* DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources
|
|
6002
|
+
* and then try again.</p>
|
|
5971
6003
|
* @public
|
|
5972
6004
|
*/
|
|
5973
6005
|
export declare class ResourceInUseException extends __BaseException {
|
|
@@ -6363,37 +6395,6 @@ export interface DeleteInstanceRequest {
|
|
|
6363
6395
|
*/
|
|
6364
6396
|
ClientToken?: string | undefined;
|
|
6365
6397
|
}
|
|
6366
|
-
/**
|
|
6367
|
-
* @public
|
|
6368
|
-
*/
|
|
6369
|
-
export interface DeleteIntegrationAssociationRequest {
|
|
6370
|
-
/**
|
|
6371
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6372
|
-
* @public
|
|
6373
|
-
*/
|
|
6374
|
-
InstanceId: string | undefined;
|
|
6375
|
-
/**
|
|
6376
|
-
* <p>The identifier for the integration association.</p>
|
|
6377
|
-
* @public
|
|
6378
|
-
*/
|
|
6379
|
-
IntegrationAssociationId: string | undefined;
|
|
6380
|
-
}
|
|
6381
|
-
/**
|
|
6382
|
-
* @public
|
|
6383
|
-
*/
|
|
6384
|
-
export interface DeletePredefinedAttributeRequest {
|
|
6385
|
-
/**
|
|
6386
|
-
* <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
|
|
6387
|
-
* Name (ARN) of the instance.</p>
|
|
6388
|
-
* @public
|
|
6389
|
-
*/
|
|
6390
|
-
InstanceId: string | undefined;
|
|
6391
|
-
/**
|
|
6392
|
-
* <p> The name of the predefined attribute.</p>
|
|
6393
|
-
* @public
|
|
6394
|
-
*/
|
|
6395
|
-
Name: string | undefined;
|
|
6396
|
-
}
|
|
6397
6398
|
/**
|
|
6398
6399
|
* @internal
|
|
6399
6400
|
*/
|