@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,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListContactFlowModuleAliasesCommandInput, ListContactFlowModuleAliasesCommandOutput } from "../commands/ListContactFlowModuleAliasesCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListContactFlowModuleAliases: (config: ConnectPaginationConfiguration, input: ListContactFlowModuleAliasesCommandInput, ...rest: any[]) => Paginator<ListContactFlowModuleAliasesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListContactFlowModuleVersionsCommandInput, ListContactFlowModuleVersionsCommandOutput } from "../commands/ListContactFlowModuleVersionsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListContactFlowModuleVersions: (config: ConnectPaginationConfiguration, input: ListContactFlowModuleVersionsCommandInput, ...rest: any[]) => Paginator<ListContactFlowModuleVersionsCommandOutput>;
@@ -8,6 +8,8 @@ export * from "./ListApprovedOriginsPaginator";
8
8
  export * from "./ListAuthenticationProfilesPaginator";
9
9
  export * from "./ListBotsPaginator";
10
10
  export * from "./ListContactEvaluationsPaginator";
11
+ export * from "./ListContactFlowModuleAliasesPaginator";
12
+ export * from "./ListContactFlowModuleVersionsPaginator";
11
13
  export * from "./ListContactFlowModulesPaginator";
12
14
  export * from "./ListContactFlowVersionsPaginator";
13
15
  export * from "./ListContactFlowsPaginator";
@@ -130,9 +130,12 @@ export declare var ContactEvaluation: StaticStructureSchema;
130
130
  export declare var ContactFilter: StaticStructureSchema;
131
131
  export declare var ContactFlow: StaticStructureSchema;
132
132
  export declare var ContactFlowModule: StaticStructureSchema;
133
+ export declare var ContactFlowModuleAliasInfo: StaticStructureSchema;
134
+ export declare var ContactFlowModuleAliasSummary: StaticStructureSchema;
133
135
  export declare var ContactFlowModuleSearchCriteria: StaticStructureSchema;
134
136
  export declare var ContactFlowModuleSearchFilter: StaticStructureSchema;
135
137
  export declare var ContactFlowModuleSummary: StaticStructureSchema;
138
+ export declare var ContactFlowModuleVersionSummary: StaticStructureSchema;
136
139
  export declare var ContactFlowNotPublishedException: StaticErrorSchema;
137
140
  export declare var ContactFlowSearchCriteria: StaticStructureSchema;
138
141
  export declare var ContactFlowSearchFilter: StaticStructureSchema;
@@ -151,8 +154,12 @@ export declare var ControlPlaneUserAttributeFilter: StaticStructureSchema;
151
154
  export declare var CreateAgentStatusRequest: StaticStructureSchema;
152
155
  export declare var CreateAgentStatusResponse: StaticStructureSchema;
153
156
  export declare var CreateCaseActionDefinition: StaticStructureSchema;
157
+ export declare var CreateContactFlowModuleAliasRequest: StaticStructureSchema;
158
+ export declare var CreateContactFlowModuleAliasResponse: StaticStructureSchema;
154
159
  export declare var CreateContactFlowModuleRequest: StaticStructureSchema;
155
160
  export declare var CreateContactFlowModuleResponse: StaticStructureSchema;
161
+ export declare var CreateContactFlowModuleVersionRequest: StaticStructureSchema;
162
+ export declare var CreateContactFlowModuleVersionResponse: StaticStructureSchema;
156
163
  export declare var CreateContactFlowRequest: StaticStructureSchema;
157
164
  export declare var CreateContactFlowResponse: StaticStructureSchema;
158
165
  export declare var CreateContactFlowVersionRequest: StaticStructureSchema;
@@ -225,8 +232,12 @@ export declare var DefaultVocabulary: StaticStructureSchema;
225
232
  export declare var DeleteAttachedFileRequest: StaticStructureSchema;
226
233
  export declare var DeleteAttachedFileResponse: StaticStructureSchema;
227
234
  export declare var DeleteContactEvaluationRequest: StaticStructureSchema;
235
+ export declare var DeleteContactFlowModuleAliasRequest: StaticStructureSchema;
236
+ export declare var DeleteContactFlowModuleAliasResponse: StaticStructureSchema;
228
237
  export declare var DeleteContactFlowModuleRequest: StaticStructureSchema;
229
238
  export declare var DeleteContactFlowModuleResponse: StaticStructureSchema;
239
+ export declare var DeleteContactFlowModuleVersionRequest: StaticStructureSchema;
240
+ export declare var DeleteContactFlowModuleVersionResponse: StaticStructureSchema;
230
241
  export declare var DeleteContactFlowRequest: StaticStructureSchema;
231
242
  export declare var DeleteContactFlowResponse: StaticStructureSchema;
232
243
  export declare var DeleteContactFlowVersionRequest: StaticStructureSchema;
@@ -266,6 +277,8 @@ export declare var DescribeAuthenticationProfileRequest: StaticStructureSchema;
266
277
  export declare var DescribeAuthenticationProfileResponse: StaticStructureSchema;
267
278
  export declare var DescribeContactEvaluationRequest: StaticStructureSchema;
268
279
  export declare var DescribeContactEvaluationResponse: StaticStructureSchema;
280
+ export declare var DescribeContactFlowModuleAliasRequest: StaticStructureSchema;
281
+ export declare var DescribeContactFlowModuleAliasResponse: StaticStructureSchema;
269
282
  export declare var DescribeContactFlowModuleRequest: StaticStructureSchema;
270
283
  export declare var DescribeContactFlowModuleResponse: StaticStructureSchema;
271
284
  export declare var DescribeContactFlowRequest: StaticStructureSchema;
@@ -403,6 +416,7 @@ export declare var EvaluationTranscriptPointOfInterest: StaticStructureSchema;
403
416
  export declare var EventBridgeActionDefinition: StaticStructureSchema;
404
417
  export declare var Expiry: StaticStructureSchema;
405
418
  export declare var Expression: StaticStructureSchema;
419
+ export declare var ExternalInvocationConfiguration: StaticStructureSchema;
406
420
  export declare var FailedRequest: StaticStructureSchema;
407
421
  export declare var FieldValue: StaticStructureSchema;
408
422
  export declare var FieldValueUnion: StaticStructureSchema;
@@ -501,8 +515,12 @@ export declare var ListBotsResponse: StaticStructureSchema;
501
515
  export declare var ListCondition: StaticStructureSchema;
502
516
  export declare var ListContactEvaluationsRequest: StaticStructureSchema;
503
517
  export declare var ListContactEvaluationsResponse: StaticStructureSchema;
518
+ export declare var ListContactFlowModuleAliasesRequest: StaticStructureSchema;
519
+ export declare var ListContactFlowModuleAliasesResponse: StaticStructureSchema;
504
520
  export declare var ListContactFlowModulesRequest: StaticStructureSchema;
505
521
  export declare var ListContactFlowModulesResponse: StaticStructureSchema;
522
+ export declare var ListContactFlowModuleVersionsRequest: StaticStructureSchema;
523
+ export declare var ListContactFlowModuleVersionsResponse: StaticStructureSchema;
506
524
  export declare var ListContactFlowsRequest: StaticStructureSchema;
507
525
  export declare var ListContactFlowsResponse: StaticStructureSchema;
508
526
  export declare var ListContactFlowVersionsRequest: StaticStructureSchema;
@@ -861,6 +879,8 @@ export declare var UpdateContactFlowContentRequest: StaticStructureSchema;
861
879
  export declare var UpdateContactFlowContentResponse: StaticStructureSchema;
862
880
  export declare var UpdateContactFlowMetadataRequest: StaticStructureSchema;
863
881
  export declare var UpdateContactFlowMetadataResponse: StaticStructureSchema;
882
+ export declare var UpdateContactFlowModuleAliasRequest: StaticStructureSchema;
883
+ export declare var UpdateContactFlowModuleAliasResponse: StaticStructureSchema;
864
884
  export declare var UpdateContactFlowModuleContentRequest: StaticStructureSchema;
865
885
  export declare var UpdateContactFlowModuleContentResponse: StaticStructureSchema;
866
886
  export declare var UpdateContactFlowModuleMetadataRequest: StaticStructureSchema;
@@ -984,9 +1004,11 @@ export declare var Channels: number;
984
1004
  export declare var CommonAttributeOrConditionList: StaticListSchema;
985
1005
  export declare var Conditions: StaticListSchema;
986
1006
  export declare var ContactDataRequestList: StaticListSchema;
1007
+ export declare var ContactFlowModuleAliasSummaryList: StaticListSchema;
987
1008
  export declare var ContactFlowModuleSearchConditionList: StaticListSchema;
988
1009
  export declare var ContactFlowModuleSearchSummaryList: StaticListSchema;
989
1010
  export declare var ContactFlowModulesSummaryList: StaticListSchema;
1011
+ export declare var ContactFlowModuleVersionSummaryList: StaticListSchema;
990
1012
  export declare var ContactFlowSearchConditionList: StaticListSchema;
991
1013
  export declare var ContactFlowSearchSummaryList: StaticListSchema;
992
1014
  export declare var ContactFlowSummaryList: StaticListSchema;
@@ -1235,6 +1257,8 @@ export declare var CreateAgentStatus: StaticOperationSchema;
1235
1257
  export declare var CreateContact: StaticOperationSchema;
1236
1258
  export declare var CreateContactFlow: StaticOperationSchema;
1237
1259
  export declare var CreateContactFlowModule: StaticOperationSchema;
1260
+ export declare var CreateContactFlowModuleAlias: StaticOperationSchema;
1261
+ export declare var CreateContactFlowModuleVersion: StaticOperationSchema;
1238
1262
  export declare var CreateContactFlowVersion: StaticOperationSchema;
1239
1263
  export declare var CreateEmailAddress: StaticOperationSchema;
1240
1264
  export declare var CreateEvaluationForm: StaticOperationSchema;
@@ -1265,6 +1289,8 @@ export declare var DeleteAttachedFile: StaticOperationSchema;
1265
1289
  export declare var DeleteContactEvaluation: StaticOperationSchema;
1266
1290
  export declare var DeleteContactFlow: StaticOperationSchema;
1267
1291
  export declare var DeleteContactFlowModule: StaticOperationSchema;
1292
+ export declare var DeleteContactFlowModuleAlias: StaticOperationSchema;
1293
+ export declare var DeleteContactFlowModuleVersion: StaticOperationSchema;
1268
1294
  export declare var DeleteContactFlowVersion: StaticOperationSchema;
1269
1295
  export declare var DeleteEmailAddress: StaticOperationSchema;
1270
1296
  export declare var DeleteEvaluationForm: StaticOperationSchema;
@@ -1294,6 +1320,7 @@ export declare var DescribeContact: StaticOperationSchema;
1294
1320
  export declare var DescribeContactEvaluation: StaticOperationSchema;
1295
1321
  export declare var DescribeContactFlow: StaticOperationSchema;
1296
1322
  export declare var DescribeContactFlowModule: StaticOperationSchema;
1323
+ export declare var DescribeContactFlowModuleAlias: StaticOperationSchema;
1297
1324
  export declare var DescribeEmailAddress: StaticOperationSchema;
1298
1325
  export declare var DescribeEvaluationForm: StaticOperationSchema;
1299
1326
  export declare var DescribeHoursOfOperation: StaticOperationSchema;
@@ -1352,7 +1379,9 @@ export declare var ListAssociatedContacts: StaticOperationSchema;
1352
1379
  export declare var ListAuthenticationProfiles: StaticOperationSchema;
1353
1380
  export declare var ListBots: StaticOperationSchema;
1354
1381
  export declare var ListContactEvaluations: StaticOperationSchema;
1382
+ export declare var ListContactFlowModuleAliases: StaticOperationSchema;
1355
1383
  export declare var ListContactFlowModules: StaticOperationSchema;
1384
+ export declare var ListContactFlowModuleVersions: StaticOperationSchema;
1356
1385
  export declare var ListContactFlows: StaticOperationSchema;
1357
1386
  export declare var ListContactFlowVersions: StaticOperationSchema;
1358
1387
  export declare var ListContactReferences: StaticOperationSchema;
@@ -1452,6 +1481,7 @@ export declare var UpdateContactAttributes: StaticOperationSchema;
1452
1481
  export declare var UpdateContactEvaluation: StaticOperationSchema;
1453
1482
  export declare var UpdateContactFlowContent: StaticOperationSchema;
1454
1483
  export declare var UpdateContactFlowMetadata: StaticOperationSchema;
1484
+ export declare var UpdateContactFlowModuleAlias: StaticOperationSchema;
1455
1485
  export declare var UpdateContactFlowModuleContent: StaticOperationSchema;
1456
1486
  export declare var UpdateContactFlowModuleMetadata: StaticOperationSchema;
1457
1487
  export declare var UpdateContactFlowName: StaticOperationSchema;
@@ -107,10 +107,18 @@ import {
107
107
  CreateContactFlowCommandInput,
108
108
  CreateContactFlowCommandOutput,
109
109
  } from "./commands/CreateContactFlowCommand";
110
+ import {
111
+ CreateContactFlowModuleAliasCommandInput,
112
+ CreateContactFlowModuleAliasCommandOutput,
113
+ } from "./commands/CreateContactFlowModuleAliasCommand";
110
114
  import {
111
115
  CreateContactFlowModuleCommandInput,
112
116
  CreateContactFlowModuleCommandOutput,
113
117
  } from "./commands/CreateContactFlowModuleCommand";
118
+ import {
119
+ CreateContactFlowModuleVersionCommandInput,
120
+ CreateContactFlowModuleVersionCommandOutput,
121
+ } from "./commands/CreateContactFlowModuleVersionCommand";
114
122
  import {
115
123
  CreateContactFlowVersionCommandInput,
116
124
  CreateContactFlowVersionCommandOutput,
@@ -227,10 +235,18 @@ import {
227
235
  DeleteContactFlowCommandInput,
228
236
  DeleteContactFlowCommandOutput,
229
237
  } from "./commands/DeleteContactFlowCommand";
238
+ import {
239
+ DeleteContactFlowModuleAliasCommandInput,
240
+ DeleteContactFlowModuleAliasCommandOutput,
241
+ } from "./commands/DeleteContactFlowModuleAliasCommand";
230
242
  import {
231
243
  DeleteContactFlowModuleCommandInput,
232
244
  DeleteContactFlowModuleCommandOutput,
233
245
  } from "./commands/DeleteContactFlowModuleCommand";
246
+ import {
247
+ DeleteContactFlowModuleVersionCommandInput,
248
+ DeleteContactFlowModuleVersionCommandOutput,
249
+ } from "./commands/DeleteContactFlowModuleVersionCommand";
234
250
  import {
235
251
  DeleteContactFlowVersionCommandInput,
236
252
  DeleteContactFlowVersionCommandOutput,
@@ -343,6 +359,10 @@ import {
343
359
  DescribeContactFlowCommandInput,
344
360
  DescribeContactFlowCommandOutput,
345
361
  } from "./commands/DescribeContactFlowCommand";
362
+ import {
363
+ DescribeContactFlowModuleAliasCommandInput,
364
+ DescribeContactFlowModuleAliasCommandOutput,
365
+ } from "./commands/DescribeContactFlowModuleAliasCommand";
346
366
  import {
347
367
  DescribeContactFlowModuleCommandInput,
348
368
  DescribeContactFlowModuleCommandOutput,
@@ -579,10 +599,18 @@ import {
579
599
  ListContactEvaluationsCommandInput,
580
600
  ListContactEvaluationsCommandOutput,
581
601
  } from "./commands/ListContactEvaluationsCommand";
602
+ import {
603
+ ListContactFlowModuleAliasesCommandInput,
604
+ ListContactFlowModuleAliasesCommandOutput,
605
+ } from "./commands/ListContactFlowModuleAliasesCommand";
582
606
  import {
583
607
  ListContactFlowModulesCommandInput,
584
608
  ListContactFlowModulesCommandOutput,
585
609
  } from "./commands/ListContactFlowModulesCommand";
610
+ import {
611
+ ListContactFlowModuleVersionsCommandInput,
612
+ ListContactFlowModuleVersionsCommandOutput,
613
+ } from "./commands/ListContactFlowModuleVersionsCommand";
586
614
  import {
587
615
  ListContactFlowsCommandInput,
588
616
  ListContactFlowsCommandOutput,
@@ -979,6 +1007,10 @@ import {
979
1007
  UpdateContactFlowMetadataCommandInput,
980
1008
  UpdateContactFlowMetadataCommandOutput,
981
1009
  } from "./commands/UpdateContactFlowMetadataCommand";
1010
+ import {
1011
+ UpdateContactFlowModuleAliasCommandInput,
1012
+ UpdateContactFlowModuleAliasCommandOutput,
1013
+ } from "./commands/UpdateContactFlowModuleAliasCommand";
982
1014
  import {
983
1015
  UpdateContactFlowModuleContentCommandInput,
984
1016
  UpdateContactFlowModuleContentCommandOutput,
@@ -1533,6 +1565,32 @@ export interface Connect {
1533
1565
  options: __HttpHandlerOptions,
1534
1566
  cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void
1535
1567
  ): void;
1568
+ createContactFlowModuleAlias(
1569
+ args: CreateContactFlowModuleAliasCommandInput,
1570
+ options?: __HttpHandlerOptions
1571
+ ): Promise<CreateContactFlowModuleAliasCommandOutput>;
1572
+ createContactFlowModuleAlias(
1573
+ args: CreateContactFlowModuleAliasCommandInput,
1574
+ cb: (err: any, data?: CreateContactFlowModuleAliasCommandOutput) => void
1575
+ ): void;
1576
+ createContactFlowModuleAlias(
1577
+ args: CreateContactFlowModuleAliasCommandInput,
1578
+ options: __HttpHandlerOptions,
1579
+ cb: (err: any, data?: CreateContactFlowModuleAliasCommandOutput) => void
1580
+ ): void;
1581
+ createContactFlowModuleVersion(
1582
+ args: CreateContactFlowModuleVersionCommandInput,
1583
+ options?: __HttpHandlerOptions
1584
+ ): Promise<CreateContactFlowModuleVersionCommandOutput>;
1585
+ createContactFlowModuleVersion(
1586
+ args: CreateContactFlowModuleVersionCommandInput,
1587
+ cb: (err: any, data?: CreateContactFlowModuleVersionCommandOutput) => void
1588
+ ): void;
1589
+ createContactFlowModuleVersion(
1590
+ args: CreateContactFlowModuleVersionCommandInput,
1591
+ options: __HttpHandlerOptions,
1592
+ cb: (err: any, data?: CreateContactFlowModuleVersionCommandOutput) => void
1593
+ ): void;
1536
1594
  createContactFlowVersion(
1537
1595
  args: CreateContactFlowVersionCommandInput,
1538
1596
  options?: __HttpHandlerOptions
@@ -1935,6 +1993,32 @@ export interface Connect {
1935
1993
  options: __HttpHandlerOptions,
1936
1994
  cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void
1937
1995
  ): void;
1996
+ deleteContactFlowModuleAlias(
1997
+ args: DeleteContactFlowModuleAliasCommandInput,
1998
+ options?: __HttpHandlerOptions
1999
+ ): Promise<DeleteContactFlowModuleAliasCommandOutput>;
2000
+ deleteContactFlowModuleAlias(
2001
+ args: DeleteContactFlowModuleAliasCommandInput,
2002
+ cb: (err: any, data?: DeleteContactFlowModuleAliasCommandOutput) => void
2003
+ ): void;
2004
+ deleteContactFlowModuleAlias(
2005
+ args: DeleteContactFlowModuleAliasCommandInput,
2006
+ options: __HttpHandlerOptions,
2007
+ cb: (err: any, data?: DeleteContactFlowModuleAliasCommandOutput) => void
2008
+ ): void;
2009
+ deleteContactFlowModuleVersion(
2010
+ args: DeleteContactFlowModuleVersionCommandInput,
2011
+ options?: __HttpHandlerOptions
2012
+ ): Promise<DeleteContactFlowModuleVersionCommandOutput>;
2013
+ deleteContactFlowModuleVersion(
2014
+ args: DeleteContactFlowModuleVersionCommandInput,
2015
+ cb: (err: any, data?: DeleteContactFlowModuleVersionCommandOutput) => void
2016
+ ): void;
2017
+ deleteContactFlowModuleVersion(
2018
+ args: DeleteContactFlowModuleVersionCommandInput,
2019
+ options: __HttpHandlerOptions,
2020
+ cb: (err: any, data?: DeleteContactFlowModuleVersionCommandOutput) => void
2021
+ ): void;
1938
2022
  deleteContactFlowVersion(
1939
2023
  args: DeleteContactFlowVersionCommandInput,
1940
2024
  options?: __HttpHandlerOptions
@@ -2318,6 +2402,19 @@ export interface Connect {
2318
2402
  options: __HttpHandlerOptions,
2319
2403
  cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void
2320
2404
  ): void;
2405
+ describeContactFlowModuleAlias(
2406
+ args: DescribeContactFlowModuleAliasCommandInput,
2407
+ options?: __HttpHandlerOptions
2408
+ ): Promise<DescribeContactFlowModuleAliasCommandOutput>;
2409
+ describeContactFlowModuleAlias(
2410
+ args: DescribeContactFlowModuleAliasCommandInput,
2411
+ cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void
2412
+ ): void;
2413
+ describeContactFlowModuleAlias(
2414
+ args: DescribeContactFlowModuleAliasCommandInput,
2415
+ options: __HttpHandlerOptions,
2416
+ cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void
2417
+ ): void;
2321
2418
  describeEmailAddress(
2322
2419
  args: DescribeEmailAddressCommandInput,
2323
2420
  options?: __HttpHandlerOptions
@@ -3090,6 +3187,19 @@ export interface Connect {
3090
3187
  options: __HttpHandlerOptions,
3091
3188
  cb: (err: any, data?: ListContactEvaluationsCommandOutput) => void
3092
3189
  ): void;
3190
+ listContactFlowModuleAliases(
3191
+ args: ListContactFlowModuleAliasesCommandInput,
3192
+ options?: __HttpHandlerOptions
3193
+ ): Promise<ListContactFlowModuleAliasesCommandOutput>;
3194
+ listContactFlowModuleAliases(
3195
+ args: ListContactFlowModuleAliasesCommandInput,
3196
+ cb: (err: any, data?: ListContactFlowModuleAliasesCommandOutput) => void
3197
+ ): void;
3198
+ listContactFlowModuleAliases(
3199
+ args: ListContactFlowModuleAliasesCommandInput,
3200
+ options: __HttpHandlerOptions,
3201
+ cb: (err: any, data?: ListContactFlowModuleAliasesCommandOutput) => void
3202
+ ): void;
3093
3203
  listContactFlowModules(
3094
3204
  args: ListContactFlowModulesCommandInput,
3095
3205
  options?: __HttpHandlerOptions
@@ -3103,6 +3213,19 @@ export interface Connect {
3103
3213
  options: __HttpHandlerOptions,
3104
3214
  cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void
3105
3215
  ): void;
3216
+ listContactFlowModuleVersions(
3217
+ args: ListContactFlowModuleVersionsCommandInput,
3218
+ options?: __HttpHandlerOptions
3219
+ ): Promise<ListContactFlowModuleVersionsCommandOutput>;
3220
+ listContactFlowModuleVersions(
3221
+ args: ListContactFlowModuleVersionsCommandInput,
3222
+ cb: (err: any, data?: ListContactFlowModuleVersionsCommandOutput) => void
3223
+ ): void;
3224
+ listContactFlowModuleVersions(
3225
+ args: ListContactFlowModuleVersionsCommandInput,
3226
+ options: __HttpHandlerOptions,
3227
+ cb: (err: any, data?: ListContactFlowModuleVersionsCommandOutput) => void
3228
+ ): void;
3106
3229
  listContactFlows(
3107
3230
  args: ListContactFlowsCommandInput,
3108
3231
  options?: __HttpHandlerOptions
@@ -4411,6 +4534,19 @@ export interface Connect {
4411
4534
  options: __HttpHandlerOptions,
4412
4535
  cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void
4413
4536
  ): void;
4537
+ updateContactFlowModuleAlias(
4538
+ args: UpdateContactFlowModuleAliasCommandInput,
4539
+ options?: __HttpHandlerOptions
4540
+ ): Promise<UpdateContactFlowModuleAliasCommandOutput>;
4541
+ updateContactFlowModuleAlias(
4542
+ args: UpdateContactFlowModuleAliasCommandInput,
4543
+ cb: (err: any, data?: UpdateContactFlowModuleAliasCommandOutput) => void
4544
+ ): void;
4545
+ updateContactFlowModuleAlias(
4546
+ args: UpdateContactFlowModuleAliasCommandInput,
4547
+ options: __HttpHandlerOptions,
4548
+ cb: (err: any, data?: UpdateContactFlowModuleAliasCommandOutput) => void
4549
+ ): void;
4414
4550
  updateContactFlowModuleContent(
4415
4551
  args: UpdateContactFlowModuleContentCommandInput,
4416
4552
  options?: __HttpHandlerOptions
@@ -156,10 +156,18 @@ import {
156
156
  CreateContactFlowCommandInput,
157
157
  CreateContactFlowCommandOutput,
158
158
  } from "./commands/CreateContactFlowCommand";
159
+ import {
160
+ CreateContactFlowModuleAliasCommandInput,
161
+ CreateContactFlowModuleAliasCommandOutput,
162
+ } from "./commands/CreateContactFlowModuleAliasCommand";
159
163
  import {
160
164
  CreateContactFlowModuleCommandInput,
161
165
  CreateContactFlowModuleCommandOutput,
162
166
  } from "./commands/CreateContactFlowModuleCommand";
167
+ import {
168
+ CreateContactFlowModuleVersionCommandInput,
169
+ CreateContactFlowModuleVersionCommandOutput,
170
+ } from "./commands/CreateContactFlowModuleVersionCommand";
163
171
  import {
164
172
  CreateContactFlowVersionCommandInput,
165
173
  CreateContactFlowVersionCommandOutput,
@@ -276,10 +284,18 @@ import {
276
284
  DeleteContactFlowCommandInput,
277
285
  DeleteContactFlowCommandOutput,
278
286
  } from "./commands/DeleteContactFlowCommand";
287
+ import {
288
+ DeleteContactFlowModuleAliasCommandInput,
289
+ DeleteContactFlowModuleAliasCommandOutput,
290
+ } from "./commands/DeleteContactFlowModuleAliasCommand";
279
291
  import {
280
292
  DeleteContactFlowModuleCommandInput,
281
293
  DeleteContactFlowModuleCommandOutput,
282
294
  } from "./commands/DeleteContactFlowModuleCommand";
295
+ import {
296
+ DeleteContactFlowModuleVersionCommandInput,
297
+ DeleteContactFlowModuleVersionCommandOutput,
298
+ } from "./commands/DeleteContactFlowModuleVersionCommand";
283
299
  import {
284
300
  DeleteContactFlowVersionCommandInput,
285
301
  DeleteContactFlowVersionCommandOutput,
@@ -392,6 +408,10 @@ import {
392
408
  DescribeContactFlowCommandInput,
393
409
  DescribeContactFlowCommandOutput,
394
410
  } from "./commands/DescribeContactFlowCommand";
411
+ import {
412
+ DescribeContactFlowModuleAliasCommandInput,
413
+ DescribeContactFlowModuleAliasCommandOutput,
414
+ } from "./commands/DescribeContactFlowModuleAliasCommand";
395
415
  import {
396
416
  DescribeContactFlowModuleCommandInput,
397
417
  DescribeContactFlowModuleCommandOutput,
@@ -628,10 +648,18 @@ import {
628
648
  ListContactEvaluationsCommandInput,
629
649
  ListContactEvaluationsCommandOutput,
630
650
  } from "./commands/ListContactEvaluationsCommand";
651
+ import {
652
+ ListContactFlowModuleAliasesCommandInput,
653
+ ListContactFlowModuleAliasesCommandOutput,
654
+ } from "./commands/ListContactFlowModuleAliasesCommand";
631
655
  import {
632
656
  ListContactFlowModulesCommandInput,
633
657
  ListContactFlowModulesCommandOutput,
634
658
  } from "./commands/ListContactFlowModulesCommand";
659
+ import {
660
+ ListContactFlowModuleVersionsCommandInput,
661
+ ListContactFlowModuleVersionsCommandOutput,
662
+ } from "./commands/ListContactFlowModuleVersionsCommand";
635
663
  import {
636
664
  ListContactFlowsCommandInput,
637
665
  ListContactFlowsCommandOutput,
@@ -1028,6 +1056,10 @@ import {
1028
1056
  UpdateContactFlowMetadataCommandInput,
1029
1057
  UpdateContactFlowMetadataCommandOutput,
1030
1058
  } from "./commands/UpdateContactFlowMetadataCommand";
1059
+ import {
1060
+ UpdateContactFlowModuleAliasCommandInput,
1061
+ UpdateContactFlowModuleAliasCommandOutput,
1062
+ } from "./commands/UpdateContactFlowModuleAliasCommand";
1031
1063
  import {
1032
1064
  UpdateContactFlowModuleContentCommandInput,
1033
1065
  UpdateContactFlowModuleContentCommandOutput,
@@ -1239,7 +1271,9 @@ export type ServiceInputTypes =
1239
1271
  | CreateAgentStatusCommandInput
1240
1272
  | CreateContactCommandInput
1241
1273
  | CreateContactFlowCommandInput
1274
+ | CreateContactFlowModuleAliasCommandInput
1242
1275
  | CreateContactFlowModuleCommandInput
1276
+ | CreateContactFlowModuleVersionCommandInput
1243
1277
  | CreateContactFlowVersionCommandInput
1244
1278
  | CreateEmailAddressCommandInput
1245
1279
  | CreateEvaluationFormCommandInput
@@ -1269,7 +1303,9 @@ export type ServiceInputTypes =
1269
1303
  | DeleteAttachedFileCommandInput
1270
1304
  | DeleteContactEvaluationCommandInput
1271
1305
  | DeleteContactFlowCommandInput
1306
+ | DeleteContactFlowModuleAliasCommandInput
1272
1307
  | DeleteContactFlowModuleCommandInput
1308
+ | DeleteContactFlowModuleVersionCommandInput
1273
1309
  | DeleteContactFlowVersionCommandInput
1274
1310
  | DeleteEmailAddressCommandInput
1275
1311
  | DeleteEvaluationFormCommandInput
@@ -1298,6 +1334,7 @@ export type ServiceInputTypes =
1298
1334
  | DescribeContactCommandInput
1299
1335
  | DescribeContactEvaluationCommandInput
1300
1336
  | DescribeContactFlowCommandInput
1337
+ | DescribeContactFlowModuleAliasCommandInput
1301
1338
  | DescribeContactFlowModuleCommandInput
1302
1339
  | DescribeEmailAddressCommandInput
1303
1340
  | DescribeEvaluationFormCommandInput
@@ -1357,6 +1394,8 @@ export type ServiceInputTypes =
1357
1394
  | ListAuthenticationProfilesCommandInput
1358
1395
  | ListBotsCommandInput
1359
1396
  | ListContactEvaluationsCommandInput
1397
+ | ListContactFlowModuleAliasesCommandInput
1398
+ | ListContactFlowModuleVersionsCommandInput
1360
1399
  | ListContactFlowModulesCommandInput
1361
1400
  | ListContactFlowVersionsCommandInput
1362
1401
  | ListContactFlowsCommandInput
@@ -1457,6 +1496,7 @@ export type ServiceInputTypes =
1457
1496
  | UpdateContactEvaluationCommandInput
1458
1497
  | UpdateContactFlowContentCommandInput
1459
1498
  | UpdateContactFlowMetadataCommandInput
1499
+ | UpdateContactFlowModuleAliasCommandInput
1460
1500
  | UpdateContactFlowModuleContentCommandInput
1461
1501
  | UpdateContactFlowModuleMetadataCommandInput
1462
1502
  | UpdateContactFlowNameCommandInput
@@ -1529,7 +1569,9 @@ export type ServiceOutputTypes =
1529
1569
  | CreateAgentStatusCommandOutput
1530
1570
  | CreateContactCommandOutput
1531
1571
  | CreateContactFlowCommandOutput
1572
+ | CreateContactFlowModuleAliasCommandOutput
1532
1573
  | CreateContactFlowModuleCommandOutput
1574
+ | CreateContactFlowModuleVersionCommandOutput
1533
1575
  | CreateContactFlowVersionCommandOutput
1534
1576
  | CreateEmailAddressCommandOutput
1535
1577
  | CreateEvaluationFormCommandOutput
@@ -1559,7 +1601,9 @@ export type ServiceOutputTypes =
1559
1601
  | DeleteAttachedFileCommandOutput
1560
1602
  | DeleteContactEvaluationCommandOutput
1561
1603
  | DeleteContactFlowCommandOutput
1604
+ | DeleteContactFlowModuleAliasCommandOutput
1562
1605
  | DeleteContactFlowModuleCommandOutput
1606
+ | DeleteContactFlowModuleVersionCommandOutput
1563
1607
  | DeleteContactFlowVersionCommandOutput
1564
1608
  | DeleteEmailAddressCommandOutput
1565
1609
  | DeleteEvaluationFormCommandOutput
@@ -1588,6 +1632,7 @@ export type ServiceOutputTypes =
1588
1632
  | DescribeContactCommandOutput
1589
1633
  | DescribeContactEvaluationCommandOutput
1590
1634
  | DescribeContactFlowCommandOutput
1635
+ | DescribeContactFlowModuleAliasCommandOutput
1591
1636
  | DescribeContactFlowModuleCommandOutput
1592
1637
  | DescribeEmailAddressCommandOutput
1593
1638
  | DescribeEvaluationFormCommandOutput
@@ -1647,6 +1692,8 @@ export type ServiceOutputTypes =
1647
1692
  | ListAuthenticationProfilesCommandOutput
1648
1693
  | ListBotsCommandOutput
1649
1694
  | ListContactEvaluationsCommandOutput
1695
+ | ListContactFlowModuleAliasesCommandOutput
1696
+ | ListContactFlowModuleVersionsCommandOutput
1650
1697
  | ListContactFlowModulesCommandOutput
1651
1698
  | ListContactFlowVersionsCommandOutput
1652
1699
  | ListContactFlowsCommandOutput
@@ -1747,6 +1794,7 @@ export type ServiceOutputTypes =
1747
1794
  | UpdateContactEvaluationCommandOutput
1748
1795
  | UpdateContactFlowContentCommandOutput
1749
1796
  | UpdateContactFlowMetadataCommandOutput
1797
+ | UpdateContactFlowModuleAliasCommandOutput
1750
1798
  | UpdateContactFlowModuleContentCommandOutput
1751
1799
  | UpdateContactFlowModuleMetadataCommandOutput
1752
1800
  | UpdateContactFlowNameCommandOutput
@@ -6,7 +6,7 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
8
  import { CreateContactResponse } from "../models/models_0";
9
- import { CreateContactRequest } from "../models/models_2";
9
+ import { CreateContactRequest } from "../models/models_3";
10
10
  export { __MetadataBearer };
11
11
  export { $Command };
12
12
  export interface CreateContactCommandInput extends CreateContactRequest {}
@@ -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
+ CreateContactFlowModuleAliasRequest,
10
+ CreateContactFlowModuleAliasResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateContactFlowModuleAliasCommandInput
15
+ extends CreateContactFlowModuleAliasRequest {}
16
+ export interface CreateContactFlowModuleAliasCommandOutput
17
+ extends CreateContactFlowModuleAliasResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateContactFlowModuleAliasCommand_base: {
20
+ new (
21
+ input: CreateContactFlowModuleAliasCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateContactFlowModuleAliasCommandInput,
24
+ CreateContactFlowModuleAliasCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateContactFlowModuleAliasCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateContactFlowModuleAliasCommandInput,
33
+ CreateContactFlowModuleAliasCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateContactFlowModuleAliasCommand extends CreateContactFlowModuleAliasCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateContactFlowModuleAliasRequest;
44
+ output: CreateContactFlowModuleAliasResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateContactFlowModuleAliasCommandInput;
48
+ output: CreateContactFlowModuleAliasCommandOutput;
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
+ CreateContactFlowModuleVersionRequest,
10
+ CreateContactFlowModuleVersionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateContactFlowModuleVersionCommandInput
15
+ extends CreateContactFlowModuleVersionRequest {}
16
+ export interface CreateContactFlowModuleVersionCommandOutput
17
+ extends CreateContactFlowModuleVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateContactFlowModuleVersionCommand_base: {
20
+ new (
21
+ input: CreateContactFlowModuleVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateContactFlowModuleVersionCommandInput,
24
+ CreateContactFlowModuleVersionCommandOutput,
25
+ ConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateContactFlowModuleVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateContactFlowModuleVersionCommandInput,
33
+ CreateContactFlowModuleVersionCommandOutput,
34
+ ConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateContactFlowModuleVersionCommand extends CreateContactFlowModuleVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateContactFlowModuleVersionRequest;
44
+ output: CreateContactFlowModuleVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateContactFlowModuleVersionCommandInput;
48
+ output: CreateContactFlowModuleVersionCommandOutput;
49
+ };
50
+ };
51
+ }