@aws-sdk/client-connect 3.937.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 (110) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +422 -15
  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 +304 -15
  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/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
  24. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  25. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
  26. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
  27. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
  28. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  29. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  38. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
  39. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
  40. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  41. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  42. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  43. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  44. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  45. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  53. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  55. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/models/models_0.d.ts +157 -239
  58. package/dist-types/models/models_1.d.ts +501 -481
  59. package/dist-types/models/models_2.d.ts +3522 -3819
  60. package/dist-types/models/models_3.d.ts +803 -3
  61. package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/schemas/schemas_0.d.ts +30 -0
  65. package/dist-types/ts3.4/Connect.d.ts +136 -0
  66. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  84. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
  88. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  98. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +38 -99
  103. package/dist-types/ts3.4/models/models_1.d.ts +161 -102
  104. package/dist-types/ts3.4/models/models_2.d.ts +112 -157
  105. package/dist-types/ts3.4/models/models_3.d.ts +185 -2
  106. package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  107. package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  110. package/package.json +1 -1
@@ -0,0 +1,92 @@
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 { DeleteContactFlowModuleVersionRequest, DeleteContactFlowModuleVersionResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteContactFlowModuleVersionCommand}.
14
+ */
15
+ export interface DeleteContactFlowModuleVersionCommandInput extends DeleteContactFlowModuleVersionRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteContactFlowModuleVersionCommand}.
21
+ */
22
+ export interface DeleteContactFlowModuleVersionCommandOutput extends DeleteContactFlowModuleVersionResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteContactFlowModuleVersionCommand_base: {
25
+ new (input: DeleteContactFlowModuleVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContactFlowModuleVersionCommandInput, DeleteContactFlowModuleVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteContactFlowModuleVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContactFlowModuleVersionCommandInput, DeleteContactFlowModuleVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Removes a specific version of a contact flow module.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, DeleteContactFlowModuleVersionCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, DeleteContactFlowModuleVersionCommand } = 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 = { // DeleteContactFlowModuleVersionRequest
40
+ * InstanceId: "STRING_VALUE", // required
41
+ * ContactFlowModuleId: "STRING_VALUE", // required
42
+ * ContactFlowModuleVersion: Number("long"), // required
43
+ * };
44
+ * const command = new DeleteContactFlowModuleVersionCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteContactFlowModuleVersionCommandInput - {@link DeleteContactFlowModuleVersionCommandInput}
51
+ * @returns {@link DeleteContactFlowModuleVersionCommandOutput}
52
+ * @see {@link DeleteContactFlowModuleVersionCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteContactFlowModuleVersionCommandOutput} for command's `response` shape.
54
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>You do not have sufficient permissions to perform this action.</p>
58
+ *
59
+ * @throws {@link InternalServiceException} (server fault)
60
+ * <p>Request processing failed because of an error or failure with the service.</p>
61
+ *
62
+ * @throws {@link InvalidParameterException} (client fault)
63
+ * <p>One or more of the specified parameters are not valid.</p>
64
+ *
65
+ * @throws {@link InvalidRequestException} (client fault)
66
+ * <p>The request is not valid.</p>
67
+ *
68
+ * @throws {@link ResourceNotFoundException} (client fault)
69
+ * <p>The specified resource was not found.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>The throttling limit has been exceeded.</p>
73
+ *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class DeleteContactFlowModuleVersionCommand extends DeleteContactFlowModuleVersionCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteContactFlowModuleVersionRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteContactFlowModuleVersionCommandInput;
89
+ output: DeleteContactFlowModuleVersionCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,103 @@
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 { DescribeContactFlowModuleAliasRequest, DescribeContactFlowModuleAliasResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeContactFlowModuleAliasCommand}.
14
+ */
15
+ export interface DescribeContactFlowModuleAliasCommandInput extends DescribeContactFlowModuleAliasRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeContactFlowModuleAliasCommand}.
21
+ */
22
+ export interface DescribeContactFlowModuleAliasCommandOutput extends DescribeContactFlowModuleAliasResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeContactFlowModuleAliasCommand_base: {
25
+ new (input: DescribeContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactFlowModuleAliasCommandInput, DescribeContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactFlowModuleAliasCommandInput, DescribeContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves detailed information about a specific alias, including which version it currently points to and its metadata.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, DescribeContactFlowModuleAliasCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, DescribeContactFlowModuleAliasCommand } = 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 = { // DescribeContactFlowModuleAliasRequest
40
+ * InstanceId: "STRING_VALUE", // required
41
+ * ContactFlowModuleId: "STRING_VALUE", // required
42
+ * AliasId: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DescribeContactFlowModuleAliasCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // DescribeContactFlowModuleAliasResponse
47
+ * // ContactFlowModuleAlias: { // ContactFlowModuleAliasInfo
48
+ * // ContactFlowModuleId: "STRING_VALUE",
49
+ * // ContactFlowModuleArn: "STRING_VALUE",
50
+ * // AliasId: "STRING_VALUE",
51
+ * // Version: Number("long"),
52
+ * // Name: "STRING_VALUE",
53
+ * // Description: "STRING_VALUE",
54
+ * // LastModifiedRegion: "STRING_VALUE",
55
+ * // LastModifiedTime: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param DescribeContactFlowModuleAliasCommandInput - {@link DescribeContactFlowModuleAliasCommandInput}
62
+ * @returns {@link DescribeContactFlowModuleAliasCommandOutput}
63
+ * @see {@link DescribeContactFlowModuleAliasCommandInput} for command's `input` shape.
64
+ * @see {@link DescribeContactFlowModuleAliasCommandOutput} for command's `response` shape.
65
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>You do not have sufficient permissions to perform this action.</p>
69
+ *
70
+ * @throws {@link InternalServiceException} (server fault)
71
+ * <p>Request processing failed because of an error or failure with the service.</p>
72
+ *
73
+ * @throws {@link InvalidParameterException} (client fault)
74
+ * <p>One or more of the specified parameters are not valid.</p>
75
+ *
76
+ * @throws {@link InvalidRequestException} (client fault)
77
+ * <p>The request is not valid.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>The specified resource was not found.</p>
81
+ *
82
+ * @throws {@link ThrottlingException} (client fault)
83
+ * <p>The throttling limit has been exceeded.</p>
84
+ *
85
+ * @throws {@link ConnectServiceException}
86
+ * <p>Base exception class for all service exceptions from Connect service.</p>
87
+ *
88
+ *
89
+ * @public
90
+ */
91
+ export declare class DescribeContactFlowModuleAliasCommand extends DescribeContactFlowModuleAliasCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribeContactFlowModuleAliasRequest;
96
+ output: DescribeContactFlowModuleAliasResponse;
97
+ };
98
+ sdk: {
99
+ input: DescribeContactFlowModuleAliasCommandInput;
100
+ output: DescribeContactFlowModuleAliasCommandOutput;
101
+ };
102
+ };
103
+ }
@@ -58,6 +58,13 @@ declare const DescribeContactFlowModuleCommand_base: {
58
58
  * // Tags: { // TagMap
59
59
  * // "<keys>": "STRING_VALUE",
60
60
  * // },
61
+ * // FlowModuleContentSha256: "STRING_VALUE",
62
+ * // Version: Number("long"),
63
+ * // VersionDescription: "STRING_VALUE",
64
+ * // Settings: "STRING_VALUE",
65
+ * // ExternalInvocationConfiguration: { // ExternalInvocationConfiguration
66
+ * // Enabled: true || false,
67
+ * // },
61
68
  * // },
62
69
  * // };
63
70
  *
@@ -0,0 +1,105 @@
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 { ListContactFlowModuleAliasesRequest, ListContactFlowModuleAliasesResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListContactFlowModuleAliasesCommand}.
14
+ */
15
+ export interface ListContactFlowModuleAliasesCommandInput extends ListContactFlowModuleAliasesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListContactFlowModuleAliasesCommand}.
21
+ */
22
+ export interface ListContactFlowModuleAliasesCommandOutput extends ListContactFlowModuleAliasesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListContactFlowModuleAliasesCommand_base: {
25
+ new (input: ListContactFlowModuleAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactFlowModuleAliasesCommandInput, ListContactFlowModuleAliasesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListContactFlowModuleAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactFlowModuleAliasesCommandInput, ListContactFlowModuleAliasesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists all aliases associated with a contact flow module, showing their current version mappings and metadata.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, ListContactFlowModuleAliasesCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, ListContactFlowModuleAliasesCommand } = 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 = { // ListContactFlowModuleAliasesRequest
40
+ * InstanceId: "STRING_VALUE", // required
41
+ * ContactFlowModuleId: "STRING_VALUE", // required
42
+ * NextToken: "STRING_VALUE",
43
+ * MaxResults: Number("int"),
44
+ * };
45
+ * const command = new ListContactFlowModuleAliasesCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListContactFlowModuleAliasesResponse
48
+ * // ContactFlowModuleAliasSummaryList: [ // ContactFlowModuleAliasSummaryList
49
+ * // { // ContactFlowModuleAliasSummary
50
+ * // Arn: "STRING_VALUE",
51
+ * // AliasId: "STRING_VALUE",
52
+ * // Version: Number("long"),
53
+ * // AliasName: "STRING_VALUE",
54
+ * // AliasDescription: "STRING_VALUE",
55
+ * // LastModifiedTime: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param ListContactFlowModuleAliasesCommandInput - {@link ListContactFlowModuleAliasesCommandInput}
64
+ * @returns {@link ListContactFlowModuleAliasesCommandOutput}
65
+ * @see {@link ListContactFlowModuleAliasesCommandInput} for command's `input` shape.
66
+ * @see {@link ListContactFlowModuleAliasesCommandOutput} for command's `response` shape.
67
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
68
+ *
69
+ * @throws {@link AccessDeniedException} (client fault)
70
+ * <p>You do not have sufficient permissions to perform this action.</p>
71
+ *
72
+ * @throws {@link InternalServiceException} (server fault)
73
+ * <p>Request processing failed because of an error or failure with the service.</p>
74
+ *
75
+ * @throws {@link InvalidParameterException} (client fault)
76
+ * <p>One or more of the specified parameters are not valid.</p>
77
+ *
78
+ * @throws {@link InvalidRequestException} (client fault)
79
+ * <p>The request is not valid.</p>
80
+ *
81
+ * @throws {@link ResourceNotFoundException} (client fault)
82
+ * <p>The specified resource was not found.</p>
83
+ *
84
+ * @throws {@link ThrottlingException} (client fault)
85
+ * <p>The throttling limit has been exceeded.</p>
86
+ *
87
+ * @throws {@link ConnectServiceException}
88
+ * <p>Base exception class for all service exceptions from Connect service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class ListContactFlowModuleAliasesCommand extends ListContactFlowModuleAliasesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListContactFlowModuleAliasesRequest;
98
+ output: ListContactFlowModuleAliasesResponse;
99
+ };
100
+ sdk: {
101
+ input: ListContactFlowModuleAliasesCommandInput;
102
+ output: ListContactFlowModuleAliasesCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,102 @@
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 { ListContactFlowModuleVersionsRequest, ListContactFlowModuleVersionsResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListContactFlowModuleVersionsCommand}.
14
+ */
15
+ export interface ListContactFlowModuleVersionsCommandInput extends ListContactFlowModuleVersionsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListContactFlowModuleVersionsCommand}.
21
+ */
22
+ export interface ListContactFlowModuleVersionsCommandOutput extends ListContactFlowModuleVersionsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListContactFlowModuleVersionsCommand_base: {
25
+ new (input: ListContactFlowModuleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactFlowModuleVersionsCommandInput, ListContactFlowModuleVersionsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListContactFlowModuleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactFlowModuleVersionsCommandInput, ListContactFlowModuleVersionsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves a paginated list of all versions for a specific contact flow module.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, ListContactFlowModuleVersionsCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, ListContactFlowModuleVersionsCommand } = 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 = { // ListContactFlowModuleVersionsRequest
40
+ * InstanceId: "STRING_VALUE", // required
41
+ * ContactFlowModuleId: "STRING_VALUE", // required
42
+ * NextToken: "STRING_VALUE",
43
+ * MaxResults: Number("int"),
44
+ * };
45
+ * const command = new ListContactFlowModuleVersionsCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListContactFlowModuleVersionsResponse
48
+ * // ContactFlowModuleVersionSummaryList: [ // ContactFlowModuleVersionSummaryList
49
+ * // { // ContactFlowModuleVersionSummary
50
+ * // Arn: "STRING_VALUE",
51
+ * // VersionDescription: "STRING_VALUE",
52
+ * // Version: Number("long"),
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param ListContactFlowModuleVersionsCommandInput - {@link ListContactFlowModuleVersionsCommandInput}
61
+ * @returns {@link ListContactFlowModuleVersionsCommandOutput}
62
+ * @see {@link ListContactFlowModuleVersionsCommandInput} for command's `input` shape.
63
+ * @see {@link ListContactFlowModuleVersionsCommandOutput} for command's `response` shape.
64
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
65
+ *
66
+ * @throws {@link AccessDeniedException} (client fault)
67
+ * <p>You do not have sufficient permissions to perform this action.</p>
68
+ *
69
+ * @throws {@link InternalServiceException} (server fault)
70
+ * <p>Request processing failed because of an error or failure with the service.</p>
71
+ *
72
+ * @throws {@link InvalidParameterException} (client fault)
73
+ * <p>One or more of the specified parameters are not valid.</p>
74
+ *
75
+ * @throws {@link InvalidRequestException} (client fault)
76
+ * <p>The request is not valid.</p>
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * <p>The specified resource was not found.</p>
80
+ *
81
+ * @throws {@link ThrottlingException} (client fault)
82
+ * <p>The throttling limit has been exceeded.</p>
83
+ *
84
+ * @throws {@link ConnectServiceException}
85
+ * <p>Base exception class for all service exceptions from Connect service.</p>
86
+ *
87
+ *
88
+ * @public
89
+ */
90
+ export declare class ListContactFlowModuleVersionsCommand extends ListContactFlowModuleVersionsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListContactFlowModuleVersionsRequest;
95
+ output: ListContactFlowModuleVersionsResponse;
96
+ };
97
+ sdk: {
98
+ input: ListContactFlowModuleVersionsCommandInput;
99
+ output: ListContactFlowModuleVersionsCommandOutput;
100
+ };
101
+ };
102
+ }
@@ -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 { ListSecurityKeysRequest, ListSecurityKeysResponse } from "../models/models_1";
4
+ import { ListSecurityKeysRequest } from "../models/models_1";
5
+ import { ListSecurityKeysResponse } from "../models/models_2";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListSecurityProfileApplicationsRequest, ListSecurityProfileApplicationsResponse } from "../models/models_1";
4
+ import { ListSecurityProfileApplicationsRequest, ListSecurityProfileApplicationsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListSecurityProfilePermissionsRequest, ListSecurityProfilePermissionsResponse } from "../models/models_1";
4
+ import { ListSecurityProfilePermissionsRequest, ListSecurityProfilePermissionsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_1";
4
+ import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListTaskTemplatesRequest, ListTaskTemplatesResponse } from "../models/models_1";
4
+ import { ListTaskTemplatesRequest, ListTaskTemplatesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListTrafficDistributionGroupUsersRequest } from "../models/models_1";
5
- import { ListTrafficDistributionGroupUsersResponse } from "../models/models_2";
4
+ import { ListTrafficDistributionGroupUsersRequest, ListTrafficDistributionGroupUsersResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListTrafficDistributionGroupsRequest, ListTrafficDistributionGroupsResponse } from "../models/models_1";
4
+ import { ListTrafficDistributionGroupsRequest, ListTrafficDistributionGroupsResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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 { SearchAgentStatusesRequest, SearchAgentStatusesResponse } from "../models/models_2";
4
+ import { SearchAgentStatusesResponse } from "../models/models_2";
5
+ import { SearchAgentStatusesRequest } 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 { SearchContactEvaluationsRequest, SearchContactEvaluationsResponse } from "../models/models_2";
4
+ import { SearchContactEvaluationsResponse } from "../models/models_2";
5
+ import { SearchContactEvaluationsRequest } 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 { SearchContactFlowModulesRequest, SearchContactFlowModulesResponse } from "../models/models_2";
4
+ import { SearchContactFlowModulesResponse } from "../models/models_2";
5
+ import { SearchContactFlowModulesRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -104,6 +105,13 @@ declare const SearchContactFlowModulesCommand_base: {
104
105
  * // Tags: { // TagMap
105
106
  * // "<keys>": "STRING_VALUE",
106
107
  * // },
108
+ * // FlowModuleContentSha256: "STRING_VALUE",
109
+ * // Version: Number("long"),
110
+ * // VersionDescription: "STRING_VALUE",
111
+ * // Settings: "STRING_VALUE",
112
+ * // ExternalInvocationConfiguration: { // ExternalInvocationConfiguration
113
+ * // Enabled: true || false,
114
+ * // },
107
115
  * // },
108
116
  * // ],
109
117
  * // NextToken: "STRING_VALUE",
@@ -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 { SearchContactFlowsRequest, SearchContactFlowsResponse } from "../models/models_2";
4
+ import { SearchContactFlowsResponse } from "../models/models_2";
5
+ import { SearchContactFlowsRequest } 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 { SearchEmailAddressesRequest, SearchEmailAddressesResponse } from "../models/models_2";
4
+ import { SearchEmailAddressesResponse } from "../models/models_2";
5
+ import { SearchEmailAddressesRequest } 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 { SearchEvaluationFormsRequest, SearchEvaluationFormsResponse } from "../models/models_2";
4
+ import { SearchEvaluationFormsResponse } from "../models/models_2";
5
+ import { SearchEvaluationFormsRequest } 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 { SearchHoursOfOperationOverridesRequest, SearchHoursOfOperationOverridesResponse } from "../models/models_2";
4
+ import { SearchHoursOfOperationOverridesResponse } from "../models/models_2";
5
+ import { SearchHoursOfOperationOverridesRequest } 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 { SearchHoursOfOperationsRequest, SearchHoursOfOperationsResponse } from "../models/models_2";
4
+ import { SearchHoursOfOperationsResponse } from "../models/models_2";
5
+ import { SearchHoursOfOperationsRequest } 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 { SearchPredefinedAttributesRequest, SearchPredefinedAttributesResponse } from "../models/models_2";
4
+ import { SearchPredefinedAttributesResponse } from "../models/models_2";
5
+ import { SearchPredefinedAttributesRequest } 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 { SearchPromptsRequest, SearchPromptsResponse } from "../models/models_2";
4
+ import { SearchPromptsResponse } from "../models/models_2";
5
+ import { SearchPromptsRequest } 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 { 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
  */