@aws-sdk/client-connect 3.709.0 → 3.712.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 +56 -0
- package/dist-cjs/index.js +471 -95
- package/dist-es/Connect.js +14 -0
- package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
- package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
- package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateViewContentCommand.js +1 -1
- package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -17
- package/dist-es/models/models_2.js +37 -40
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +225 -1
- package/dist-types/Connect.d.ts +49 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +134 -73
- package/dist-types/models/models_1.d.ts +274 -314
- package/dist-types/models/models_2.d.ts +443 -486
- package/dist-types/models/models_3.d.ts +532 -3
- package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/Connect.d.ts +119 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +36 -18
- package/dist-types/ts3.4/models/models_1.d.ts +68 -99
- package/dist-types/ts3.4/models/models_2.d.ts +142 -157
- package/dist-types/ts3.4/models/models_3.d.ts +163 -2
- package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +5 -5
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { DeleteHoursOfOperationOverrideRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteHoursOfOperationOverrideCommandInput
|
|
12
|
+
extends DeleteHoursOfOperationOverrideRequest {}
|
|
13
|
+
export interface DeleteHoursOfOperationOverrideCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteHoursOfOperationOverrideCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteHoursOfOperationOverrideCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
20
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteHoursOfOperationOverrideCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteHoursOfOperationOverrideCommandInput,
|
|
29
|
+
DeleteHoursOfOperationOverrideCommandOutput,
|
|
30
|
+
ConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteHoursOfOperationOverrideCommand extends DeleteHoursOfOperationOverrideCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteHoursOfOperationOverrideRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteHoursOfOperationOverrideCommandInput;
|
|
44
|
+
output: DeleteHoursOfOperationOverrideCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteTrafficDistributionGroupRequest,
|
|
10
10
|
DeleteTrafficDistributionGroupResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteTrafficDistributionGroupCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteUseCaseRequest } from "../models/
|
|
8
|
+
import { DeleteUseCaseRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteUseCaseCommandInput extends DeleteUseCaseRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteUserRequest } from "../models/
|
|
8
|
+
import { DeleteUserRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeHoursOfOperationOverrideRequest,
|
|
10
|
+
DescribeHoursOfOperationOverrideResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeHoursOfOperationOverrideCommandInput
|
|
15
|
+
extends DescribeHoursOfOperationOverrideRequest {}
|
|
16
|
+
export interface DescribeHoursOfOperationOverrideCommandOutput
|
|
17
|
+
extends DescribeHoursOfOperationOverrideResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeHoursOfOperationOverrideCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeHoursOfOperationOverrideCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
24
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeHoursOfOperationOverrideCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeHoursOfOperationOverrideCommandInput,
|
|
33
|
+
DescribeHoursOfOperationOverrideCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeHoursOfOperationOverrideCommand extends DescribeHoursOfOperationOverrideCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeHoursOfOperationOverrideRequest;
|
|
44
|
+
output: DescribeHoursOfOperationOverrideResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeHoursOfOperationOverrideCommandInput;
|
|
48
|
+
output: DescribeHoursOfOperationOverrideCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
GetEffectiveHoursOfOperationsRequest,
|
|
10
|
+
GetEffectiveHoursOfOperationsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetEffectiveHoursOfOperationsCommandInput
|
|
15
|
+
extends GetEffectiveHoursOfOperationsRequest {}
|
|
16
|
+
export interface GetEffectiveHoursOfOperationsCommandOutput
|
|
17
|
+
extends GetEffectiveHoursOfOperationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetEffectiveHoursOfOperationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetEffectiveHoursOfOperationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
24
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetEffectiveHoursOfOperationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetEffectiveHoursOfOperationsCommandInput,
|
|
33
|
+
GetEffectiveHoursOfOperationsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetEffectiveHoursOfOperationsCommand extends GetEffectiveHoursOfOperationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEffectiveHoursOfOperationsRequest;
|
|
44
|
+
output: GetEffectiveHoursOfOperationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEffectiveHoursOfOperationsCommandInput;
|
|
48
|
+
output: GetEffectiveHoursOfOperationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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 {
|
|
9
|
-
|
|
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
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
8
|
+
import { UpdateUserSecurityProfilesRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateUserSecurityProfilesCommandInput
|
|
@@ -28,6 +28,7 @@ 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";
|
|
@@ -56,6 +57,7 @@ export * from "./DeleteContactFlowModuleCommand";
|
|
|
56
57
|
export * from "./DeleteEmailAddressCommand";
|
|
57
58
|
export * from "./DeleteEvaluationFormCommand";
|
|
58
59
|
export * from "./DeleteHoursOfOperationCommand";
|
|
60
|
+
export * from "./DeleteHoursOfOperationOverrideCommand";
|
|
59
61
|
export * from "./DeleteInstanceCommand";
|
|
60
62
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
61
63
|
export * from "./DeletePredefinedAttributeCommand";
|
|
@@ -83,6 +85,7 @@ export * from "./DescribeContactFlowModuleCommand";
|
|
|
83
85
|
export * from "./DescribeEmailAddressCommand";
|
|
84
86
|
export * from "./DescribeEvaluationFormCommand";
|
|
85
87
|
export * from "./DescribeHoursOfOperationCommand";
|
|
88
|
+
export * from "./DescribeHoursOfOperationOverrideCommand";
|
|
86
89
|
export * from "./DescribeInstanceAttributeCommand";
|
|
87
90
|
export * from "./DescribeInstanceCommand";
|
|
88
91
|
export * from "./DescribeInstanceStorageConfigCommand";
|
|
@@ -118,6 +121,7 @@ export * from "./GetAttachedFileCommand";
|
|
|
118
121
|
export * from "./GetContactAttributesCommand";
|
|
119
122
|
export * from "./GetCurrentMetricDataCommand";
|
|
120
123
|
export * from "./GetCurrentUserDataCommand";
|
|
124
|
+
export * from "./GetEffectiveHoursOfOperationsCommand";
|
|
121
125
|
export * from "./GetFederationTokenCommand";
|
|
122
126
|
export * from "./GetFlowAssociationCommand";
|
|
123
127
|
export * from "./GetMetricDataCommand";
|
|
@@ -141,6 +145,7 @@ export * from "./ListDefaultVocabulariesCommand";
|
|
|
141
145
|
export * from "./ListEvaluationFormVersionsCommand";
|
|
142
146
|
export * from "./ListEvaluationFormsCommand";
|
|
143
147
|
export * from "./ListFlowAssociationsCommand";
|
|
148
|
+
export * from "./ListHoursOfOperationOverridesCommand";
|
|
144
149
|
export * from "./ListHoursOfOperationsCommand";
|
|
145
150
|
export * from "./ListInstanceAttributesCommand";
|
|
146
151
|
export * from "./ListInstanceStorageConfigsCommand";
|
|
@@ -186,6 +191,7 @@ export * from "./SearchContactFlowModulesCommand";
|
|
|
186
191
|
export * from "./SearchContactFlowsCommand";
|
|
187
192
|
export * from "./SearchContactsCommand";
|
|
188
193
|
export * from "./SearchEmailAddressesCommand";
|
|
194
|
+
export * from "./SearchHoursOfOperationOverridesCommand";
|
|
189
195
|
export * from "./SearchHoursOfOperationsCommand";
|
|
190
196
|
export * from "./SearchPredefinedAttributesCommand";
|
|
191
197
|
export * from "./SearchPromptsCommand";
|
|
@@ -236,6 +242,7 @@ export * from "./UpdateContactScheduleCommand";
|
|
|
236
242
|
export * from "./UpdateEmailAddressMetadataCommand";
|
|
237
243
|
export * from "./UpdateEvaluationFormCommand";
|
|
238
244
|
export * from "./UpdateHoursOfOperationCommand";
|
|
245
|
+
export * from "./UpdateHoursOfOperationOverrideCommand";
|
|
239
246
|
export * from "./UpdateInstanceAttributeCommand";
|
|
240
247
|
export * from "./UpdateInstanceStorageConfigCommand";
|
|
241
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";
|
|
@@ -1798,6 +1829,11 @@ export interface DeleteHoursOfOperationRequest {
|
|
|
1798
1829
|
InstanceId: string | undefined;
|
|
1799
1830
|
HoursOfOperationId: string | undefined;
|
|
1800
1831
|
}
|
|
1832
|
+
export interface DeleteHoursOfOperationOverrideRequest {
|
|
1833
|
+
InstanceId: string | undefined;
|
|
1834
|
+
HoursOfOperationId: string | undefined;
|
|
1835
|
+
HoursOfOperationOverrideId: string | undefined;
|
|
1836
|
+
}
|
|
1801
1837
|
export interface DeleteInstanceRequest {
|
|
1802
1838
|
InstanceId: string | undefined;
|
|
1803
1839
|
}
|
|
@@ -1839,24 +1875,6 @@ export interface DeleteSecurityProfileRequest {
|
|
|
1839
1875
|
InstanceId: string | undefined;
|
|
1840
1876
|
SecurityProfileId: string | undefined;
|
|
1841
1877
|
}
|
|
1842
|
-
export interface DeleteTaskTemplateRequest {
|
|
1843
|
-
InstanceId: string | undefined;
|
|
1844
|
-
TaskTemplateId: string | undefined;
|
|
1845
|
-
}
|
|
1846
|
-
export interface DeleteTaskTemplateResponse {}
|
|
1847
|
-
export interface DeleteTrafficDistributionGroupRequest {
|
|
1848
|
-
TrafficDistributionGroupId: string | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface DeleteTrafficDistributionGroupResponse {}
|
|
1851
|
-
export interface DeleteUseCaseRequest {
|
|
1852
|
-
InstanceId: string | undefined;
|
|
1853
|
-
IntegrationAssociationId: string | undefined;
|
|
1854
|
-
UseCaseId: string | undefined;
|
|
1855
|
-
}
|
|
1856
|
-
export interface DeleteUserRequest {
|
|
1857
|
-
InstanceId: string | undefined;
|
|
1858
|
-
UserId: string | undefined;
|
|
1859
|
-
}
|
|
1860
1878
|
export declare const CreateEmailAddressRequestFilterSensitiveLog: (
|
|
1861
1879
|
obj: CreateEmailAddressRequest
|
|
1862
1880
|
) => any;
|