@aws-sdk/client-connect 3.936.0 → 3.938.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 (114) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +425 -17
  3. package/dist-es/Connect.js +16 -0
  4. package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
  5. package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
  6. package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
  7. package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
  8. package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
  9. package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
  10. package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
  11. package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
  14. package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +307 -17
  17. package/dist-types/Connect.d.ts +56 -0
  18. package/dist-types/ConnectClient.d.ts +10 -2
  19. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
  21. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
  23. package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
  24. package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
  25. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  26. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
  27. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
  28. package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
  29. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
  30. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  31. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
  32. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
  38. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  39. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  40. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
  41. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
  42. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  43. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  44. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  45. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  53. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  54. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  55. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  56. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
  57. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  58. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
  60. package/dist-types/commands/index.d.ts +8 -0
  61. package/dist-types/models/models_0.d.ts +162 -239
  62. package/dist-types/models/models_1.d.ts +501 -481
  63. package/dist-types/models/models_2.d.ts +3522 -3819
  64. package/dist-types/models/models_3.d.ts +803 -3
  65. package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  66. package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/index.d.ts +2 -0
  68. package/dist-types/schemas/schemas_0.d.ts +30 -0
  69. package/dist-types/ts3.4/Connect.d.ts +136 -0
  70. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  71. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  76. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  88. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
  94. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  99. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  101. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +39 -99
  107. package/dist-types/ts3.4/models/models_1.d.ts +161 -102
  108. package/dist-types/ts3.4/models/models_2.d.ts +112 -157
  109. package/dist-types/ts3.4/models/models_3.d.ts +185 -2
  110. package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  113. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  114. package/package.json +1 -1
@@ -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
+ DeleteContactFlowModuleAliasRequest,
10
+ DeleteContactFlowModuleAliasResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteContactFlowModuleAliasCommandInput
15
+ extends DeleteContactFlowModuleAliasRequest {}
16
+ export interface DeleteContactFlowModuleAliasCommandOutput
17
+ extends DeleteContactFlowModuleAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteContactFlowModuleAliasCommand_base: {
20
+ new (
21
+ input: DeleteContactFlowModuleAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteContactFlowModuleAliasCommandInput,
24
+ DeleteContactFlowModuleAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteContactFlowModuleAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteContactFlowModuleAliasCommandInput,
33
+ DeleteContactFlowModuleAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteContactFlowModuleAliasCommand extends DeleteContactFlowModuleAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteContactFlowModuleAliasRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteContactFlowModuleAliasCommandInput;
48
+ output: DeleteContactFlowModuleAliasCommandOutput;
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
+ DeleteContactFlowModuleVersionRequest,
10
+ DeleteContactFlowModuleVersionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteContactFlowModuleVersionCommandInput
15
+ extends DeleteContactFlowModuleVersionRequest {}
16
+ export interface DeleteContactFlowModuleVersionCommandOutput
17
+ extends DeleteContactFlowModuleVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteContactFlowModuleVersionCommand_base: {
20
+ new (
21
+ input: DeleteContactFlowModuleVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteContactFlowModuleVersionCommandInput,
24
+ DeleteContactFlowModuleVersionCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteContactFlowModuleVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteContactFlowModuleVersionCommandInput,
33
+ DeleteContactFlowModuleVersionCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteContactFlowModuleVersionCommand extends DeleteContactFlowModuleVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteContactFlowModuleVersionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteContactFlowModuleVersionCommandInput;
48
+ output: DeleteContactFlowModuleVersionCommandOutput;
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
+ DescribeContactFlowModuleAliasRequest,
10
+ DescribeContactFlowModuleAliasResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeContactFlowModuleAliasCommandInput
15
+ extends DescribeContactFlowModuleAliasRequest {}
16
+ export interface DescribeContactFlowModuleAliasCommandOutput
17
+ extends DescribeContactFlowModuleAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeContactFlowModuleAliasCommand_base: {
20
+ new (
21
+ input: DescribeContactFlowModuleAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeContactFlowModuleAliasCommandInput,
24
+ DescribeContactFlowModuleAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeContactFlowModuleAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeContactFlowModuleAliasCommandInput,
33
+ DescribeContactFlowModuleAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeContactFlowModuleAliasCommand extends DescribeContactFlowModuleAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeContactFlowModuleAliasRequest;
44
+ output: DescribeContactFlowModuleAliasResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeContactFlowModuleAliasCommandInput;
48
+ output: DescribeContactFlowModuleAliasCommandOutput;
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
+ ListContactFlowModuleAliasesRequest,
10
+ ListContactFlowModuleAliasesResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListContactFlowModuleAliasesCommandInput
15
+ extends ListContactFlowModuleAliasesRequest {}
16
+ export interface ListContactFlowModuleAliasesCommandOutput
17
+ extends ListContactFlowModuleAliasesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListContactFlowModuleAliasesCommand_base: {
20
+ new (
21
+ input: ListContactFlowModuleAliasesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListContactFlowModuleAliasesCommandInput,
24
+ ListContactFlowModuleAliasesCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListContactFlowModuleAliasesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListContactFlowModuleAliasesCommandInput,
33
+ ListContactFlowModuleAliasesCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListContactFlowModuleAliasesCommand extends ListContactFlowModuleAliasesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListContactFlowModuleAliasesRequest;
44
+ output: ListContactFlowModuleAliasesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListContactFlowModuleAliasesCommandInput;
48
+ output: ListContactFlowModuleAliasesCommandOutput;
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
+ ListContactFlowModuleVersionsRequest,
10
+ ListContactFlowModuleVersionsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListContactFlowModuleVersionsCommandInput
15
+ extends ListContactFlowModuleVersionsRequest {}
16
+ export interface ListContactFlowModuleVersionsCommandOutput
17
+ extends ListContactFlowModuleVersionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListContactFlowModuleVersionsCommand_base: {
20
+ new (
21
+ input: ListContactFlowModuleVersionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListContactFlowModuleVersionsCommandInput,
24
+ ListContactFlowModuleVersionsCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListContactFlowModuleVersionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListContactFlowModuleVersionsCommandInput,
33
+ ListContactFlowModuleVersionsCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListContactFlowModuleVersionsCommand extends ListContactFlowModuleVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListContactFlowModuleVersionsRequest;
44
+ output: ListContactFlowModuleVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListContactFlowModuleVersionsCommandInput;
48
+ output: ListContactFlowModuleVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- ListSecurityKeysRequest,
10
- ListSecurityKeysResponse,
11
- } from "../models/models_1";
8
+ import { ListSecurityKeysRequest } from "../models/models_1";
9
+ import { ListSecurityKeysResponse } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListSecurityKeysCommandInput extends ListSecurityKeysRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSecurityProfileApplicationsRequest,
10
10
  ListSecurityProfileApplicationsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSecurityProfileApplicationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSecurityProfilePermissionsRequest,
10
10
  ListSecurityProfilePermissionsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSecurityProfilePermissionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListSecurityProfilesRequest,
10
10
  ListSecurityProfilesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListSecurityProfilesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTagsForResourceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTaskTemplatesRequest,
10
10
  ListTaskTemplatesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTaskTemplatesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { ListTrafficDistributionGroupUsersRequest } from "../models/models_1";
9
- import { ListTrafficDistributionGroupUsersResponse } from "../models/models_2";
8
+ import {
9
+ ListTrafficDistributionGroupUsersRequest,
10
+ ListTrafficDistributionGroupUsersResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListTrafficDistributionGroupUsersCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTrafficDistributionGroupsRequest,
10
10
  ListTrafficDistributionGroupsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTrafficDistributionGroupsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchAgentStatusesRequest,
10
- SearchAgentStatusesResponse,
11
- } from "../models/models_2";
8
+ import { SearchAgentStatusesResponse } from "../models/models_2";
9
+ import { SearchAgentStatusesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchAgentStatusesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchContactEvaluationsRequest,
10
- SearchContactEvaluationsResponse,
11
- } from "../models/models_2";
8
+ import { SearchContactEvaluationsResponse } from "../models/models_2";
9
+ import { SearchContactEvaluationsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchContactEvaluationsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchContactFlowModulesRequest,
10
- SearchContactFlowModulesResponse,
11
- } from "../models/models_2";
8
+ import { SearchContactFlowModulesResponse } from "../models/models_2";
9
+ import { SearchContactFlowModulesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchContactFlowModulesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchContactFlowsRequest,
10
- SearchContactFlowsResponse,
11
- } from "../models/models_2";
8
+ import { SearchContactFlowsResponse } from "../models/models_2";
9
+ import { SearchContactFlowsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchContactFlowsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchEmailAddressesRequest,
10
- SearchEmailAddressesResponse,
11
- } from "../models/models_2";
8
+ import { SearchEmailAddressesResponse } from "../models/models_2";
9
+ import { SearchEmailAddressesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchEmailAddressesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchEvaluationFormsRequest,
10
- SearchEvaluationFormsResponse,
11
- } from "../models/models_2";
8
+ import { SearchEvaluationFormsResponse } from "../models/models_2";
9
+ import { SearchEvaluationFormsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchEvaluationFormsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchHoursOfOperationOverridesRequest,
10
- SearchHoursOfOperationOverridesResponse,
11
- } from "../models/models_2";
8
+ import { SearchHoursOfOperationOverridesResponse } from "../models/models_2";
9
+ import { SearchHoursOfOperationOverridesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchHoursOfOperationOverridesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchHoursOfOperationsRequest,
10
- SearchHoursOfOperationsResponse,
11
- } from "../models/models_2";
8
+ import { SearchHoursOfOperationsResponse } from "../models/models_2";
9
+ import { SearchHoursOfOperationsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchHoursOfOperationsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchPredefinedAttributesRequest,
10
- SearchPredefinedAttributesResponse,
11
- } from "../models/models_2";
8
+ import { SearchPredefinedAttributesResponse } from "../models/models_2";
9
+ import { SearchPredefinedAttributesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchPredefinedAttributesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchPromptsRequest,
10
- SearchPromptsResponse,
11
- } from "../models/models_2";
8
+ import { SearchPromptsResponse } from "../models/models_2";
9
+ import { SearchPromptsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchPromptsCommandInput extends SearchPromptsRequest {}
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_2";
8
+ import { SearchQueuesResponse } from "../models/models_2";
9
+ import { SearchQueuesRequest } from "../models/models_3";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface SearchQueuesCommandInput extends SearchQueuesRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchQuickConnectsRequest,
10
- SearchQuickConnectsResponse,
11
- } from "../models/models_2";
8
+ import { SearchQuickConnectsResponse } from "../models/models_2";
9
+ import { SearchQuickConnectsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchQuickConnectsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchRoutingProfilesRequest,
10
- SearchRoutingProfilesResponse,
11
- } from "../models/models_2";
8
+ import { SearchRoutingProfilesResponse } from "../models/models_2";
9
+ import { SearchRoutingProfilesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchRoutingProfilesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchSecurityProfilesRequest,
10
- SearchSecurityProfilesResponse,
11
- } from "../models/models_2";
8
+ import { SearchSecurityProfilesResponse } from "../models/models_2";
9
+ import { SearchSecurityProfilesRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchSecurityProfilesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- SearchUserHierarchyGroupsRequest,
10
- SearchUserHierarchyGroupsResponse,
11
- } from "../models/models_2";
8
+ import { SearchUserHierarchyGroupsResponse } from "../models/models_2";
9
+ import { SearchUserHierarchyGroupsRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SearchUserHierarchyGroupsCommandInput
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { SearchUsersRequest, SearchUsersResponse } from "../models/models_2";
8
+ import { SearchUsersResponse } from "../models/models_2";
9
+ import { SearchUsersRequest } from "../models/models_3";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface SearchUsersCommandInput extends SearchUsersRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- StartChatContactRequest,
10
- StartChatContactResponse,
11
- } from "../models/models_2";
8
+ import { StartChatContactResponse } from "../models/models_2";
9
+ import { StartChatContactRequest } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface StartChatContactCommandInput extends StartChatContactRequest {}
@@ -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
+ UpdateContactFlowModuleAliasRequest,
10
+ UpdateContactFlowModuleAliasResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateContactFlowModuleAliasCommandInput
15
+ extends UpdateContactFlowModuleAliasRequest {}
16
+ export interface UpdateContactFlowModuleAliasCommandOutput
17
+ extends UpdateContactFlowModuleAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateContactFlowModuleAliasCommand_base: {
20
+ new (
21
+ input: UpdateContactFlowModuleAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateContactFlowModuleAliasCommandInput,
24
+ UpdateContactFlowModuleAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateContactFlowModuleAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateContactFlowModuleAliasCommandInput,
33
+ UpdateContactFlowModuleAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateContactFlowModuleAliasCommand extends UpdateContactFlowModuleAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateContactFlowModuleAliasRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateContactFlowModuleAliasCommandInput;
48
+ output: UpdateContactFlowModuleAliasCommandOutput;
49
+ };
50
+ };
51
+ }