@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
@@ -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 { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_2";
4
+ import { SearchQueuesResponse } from "../models/models_2";
5
+ import { SearchQueuesRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { SearchQuickConnectsRequest, SearchQuickConnectsResponse } from "../models/models_2";
4
+ import { SearchQuickConnectsResponse } from "../models/models_2";
5
+ import { SearchQuickConnectsRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { SearchRoutingProfilesRequest, SearchRoutingProfilesResponse } from "../models/models_2";
4
+ import { SearchRoutingProfilesResponse } from "../models/models_2";
5
+ import { SearchRoutingProfilesRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { SearchSecurityProfilesRequest, SearchSecurityProfilesResponse } from "../models/models_2";
4
+ import { SearchSecurityProfilesResponse } from "../models/models_2";
5
+ import { SearchSecurityProfilesRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { SearchUserHierarchyGroupsRequest, SearchUserHierarchyGroupsResponse } from "../models/models_2";
4
+ import { SearchUserHierarchyGroupsResponse } from "../models/models_2";
5
+ import { SearchUserHierarchyGroupsRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { SearchUsersRequest, SearchUsersResponse } from "../models/models_2";
4
+ import { SearchUsersResponse } from "../models/models_2";
5
+ import { SearchUsersRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -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 { StartChatContactRequest, StartChatContactResponse } from "../models/models_2";
4
+ import { StartChatContactResponse } from "../models/models_2";
5
+ import { StartChatContactRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -32,8 +32,7 @@ declare const StartOutboundVoiceContactCommand_base: {
32
32
  * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
33
33
  * the flow places an outbound call to a contact, and then puts the contact in queue, the call is
34
34
  * then routed to the agent, like any other inbound case.</p>
35
- * <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
36
- * 60 seconds, it fails.</p>
35
+ * <p>Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 60 seconds, it fails.</p>
37
36
  * <note>
38
37
  * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
39
38
  * mobile numbers, you must submit a service quota increase request. For more information, see
@@ -0,0 +1,101 @@
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 { UpdateContactFlowModuleAliasRequest, UpdateContactFlowModuleAliasResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateContactFlowModuleAliasCommand}.
14
+ */
15
+ export interface UpdateContactFlowModuleAliasCommandInput extends UpdateContactFlowModuleAliasRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateContactFlowModuleAliasCommand}.
21
+ */
22
+ export interface UpdateContactFlowModuleAliasCommandOutput extends UpdateContactFlowModuleAliasResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateContactFlowModuleAliasCommand_base: {
25
+ new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, UpdateContactFlowModuleAliasCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, UpdateContactFlowModuleAliasCommand } = require("@aws-sdk/client-connect"); // CommonJS import
36
+ * // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
37
+ * const config = {}; // type is ConnectClientConfig
38
+ * const client = new ConnectClient(config);
39
+ * const input = { // UpdateContactFlowModuleAliasRequest
40
+ * InstanceId: "STRING_VALUE", // required
41
+ * ContactFlowModuleId: "STRING_VALUE", // required
42
+ * AliasId: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE",
44
+ * Description: "STRING_VALUE",
45
+ * ContactFlowModuleVersion: Number("long"),
46
+ * };
47
+ * const command = new UpdateContactFlowModuleAliasCommand(input);
48
+ * const response = await client.send(command);
49
+ * // {};
50
+ *
51
+ * ```
52
+ *
53
+ * @param UpdateContactFlowModuleAliasCommandInput - {@link UpdateContactFlowModuleAliasCommandInput}
54
+ * @returns {@link UpdateContactFlowModuleAliasCommandOutput}
55
+ * @see {@link UpdateContactFlowModuleAliasCommandInput} for command's `input` shape.
56
+ * @see {@link UpdateContactFlowModuleAliasCommandOutput} for command's `response` shape.
57
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You do not have sufficient permissions to perform this action.</p>
61
+ *
62
+ * @throws {@link ConditionalOperationFailedException} (client fault)
63
+ * <p>Request processing failed because dependent condition failed.</p>
64
+ *
65
+ * @throws {@link DuplicateResourceException} (client fault)
66
+ * <p>A resource with the specified name already exists.</p>
67
+ *
68
+ * @throws {@link InternalServiceException} (server fault)
69
+ * <p>Request processing failed because of an error or failure with the service.</p>
70
+ *
71
+ * @throws {@link InvalidParameterException} (client fault)
72
+ * <p>One or more of the specified parameters are not valid.</p>
73
+ *
74
+ * @throws {@link InvalidRequestException} (client fault)
75
+ * <p>The request is not valid.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundException} (client fault)
78
+ * <p>The specified resource was not found.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>The throttling limit has been exceeded.</p>
82
+ *
83
+ * @throws {@link ConnectServiceException}
84
+ * <p>Base exception class for all service exceptions from Connect service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class UpdateContactFlowModuleAliasCommand extends UpdateContactFlowModuleAliasCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateContactFlowModuleAliasRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: UpdateContactFlowModuleAliasCommandInput;
98
+ output: UpdateContactFlowModuleAliasCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -43,7 +43,8 @@ declare const UpdateContactFlowModuleContentCommand_base: {
43
43
  * const input = { // UpdateContactFlowModuleContentRequest
44
44
  * InstanceId: "STRING_VALUE", // required
45
45
  * ContactFlowModuleId: "STRING_VALUE", // required
46
- * Content: "STRING_VALUE", // required
46
+ * Content: "STRING_VALUE",
47
+ * Settings: "STRING_VALUE",
47
48
  * };
48
49
  * const command = new UpdateContactFlowModuleContentCommand(input);
49
50
  * const response = await client.send(command);
@@ -77,6 +77,14 @@ declare const UpdateRuleCommand_base: {
77
77
  * "STRING_VALUE",
78
78
  * ],
79
79
  * },
80
+ * Exclusion: {
81
+ * UserTags: {
82
+ * "<keys>": "STRING_VALUE",
83
+ * },
84
+ * UserIds: [
85
+ * "STRING_VALUE",
86
+ * ],
87
+ * },
80
88
  * },
81
89
  * CreateCaseAction: { // CreateCaseActionDefinition
82
90
  * Fields: [ // FieldValues // required
@@ -25,7 +25,9 @@ export * from "./CompleteAttachedFileUploadCommand";
25
25
  export * from "./CreateAgentStatusCommand";
26
26
  export * from "./CreateContactCommand";
27
27
  export * from "./CreateContactFlowCommand";
28
+ export * from "./CreateContactFlowModuleAliasCommand";
28
29
  export * from "./CreateContactFlowModuleCommand";
30
+ export * from "./CreateContactFlowModuleVersionCommand";
29
31
  export * from "./CreateContactFlowVersionCommand";
30
32
  export * from "./CreateEmailAddressCommand";
31
33
  export * from "./CreateEvaluationFormCommand";
@@ -55,7 +57,9 @@ export * from "./DeactivateEvaluationFormCommand";
55
57
  export * from "./DeleteAttachedFileCommand";
56
58
  export * from "./DeleteContactEvaluationCommand";
57
59
  export * from "./DeleteContactFlowCommand";
60
+ export * from "./DeleteContactFlowModuleAliasCommand";
58
61
  export * from "./DeleteContactFlowModuleCommand";
62
+ export * from "./DeleteContactFlowModuleVersionCommand";
59
63
  export * from "./DeleteContactFlowVersionCommand";
60
64
  export * from "./DeleteEmailAddressCommand";
61
65
  export * from "./DeleteEvaluationFormCommand";
@@ -84,6 +88,7 @@ export * from "./DescribeAuthenticationProfileCommand";
84
88
  export * from "./DescribeContactCommand";
85
89
  export * from "./DescribeContactEvaluationCommand";
86
90
  export * from "./DescribeContactFlowCommand";
91
+ export * from "./DescribeContactFlowModuleAliasCommand";
87
92
  export * from "./DescribeContactFlowModuleCommand";
88
93
  export * from "./DescribeEmailAddressCommand";
89
94
  export * from "./DescribeEvaluationFormCommand";
@@ -143,6 +148,8 @@ export * from "./ListAssociatedContactsCommand";
143
148
  export * from "./ListAuthenticationProfilesCommand";
144
149
  export * from "./ListBotsCommand";
145
150
  export * from "./ListContactEvaluationsCommand";
151
+ export * from "./ListContactFlowModuleAliasesCommand";
152
+ export * from "./ListContactFlowModuleVersionsCommand";
146
153
  export * from "./ListContactFlowModulesCommand";
147
154
  export * from "./ListContactFlowVersionsCommand";
148
155
  export * from "./ListContactFlowsCommand";
@@ -243,6 +250,7 @@ export * from "./UpdateContactCommand";
243
250
  export * from "./UpdateContactEvaluationCommand";
244
251
  export * from "./UpdateContactFlowContentCommand";
245
252
  export * from "./UpdateContactFlowMetadataCommand";
253
+ export * from "./UpdateContactFlowModuleAliasCommand";
246
254
  export * from "./UpdateContactFlowModuleContentCommand";
247
255
  export * from "./UpdateContactFlowModuleMetadataCommand";
248
256
  export * from "./UpdateContactFlowNameCommand";