@aws-sdk/client-connect 3.451.0 → 3.458.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +214 -214
- package/dist-cjs/models/models_0.js +1 -1
- package/dist-es/models/models_0.js +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/package.json +3 -3
|
@@ -227,7 +227,6 @@ exports.StorageType = {
|
|
|
227
227
|
S3: "S3",
|
|
228
228
|
};
|
|
229
229
|
exports.ListFlowAssociationResourceType = {
|
|
230
|
-
SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER",
|
|
231
230
|
VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER",
|
|
232
231
|
};
|
|
233
232
|
exports.EndpointType = {
|
|
@@ -394,6 +393,7 @@ exports.IntegrationType = {
|
|
|
394
393
|
VOICE_ID: "VOICE_ID",
|
|
395
394
|
WISDOM_ASSISTANT: "WISDOM_ASSISTANT",
|
|
396
395
|
WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE",
|
|
396
|
+
WISDOM_QUICK_RESPONSES: "WISDOM_QUICK_RESPONSES",
|
|
397
397
|
};
|
|
398
398
|
exports.SourceType = {
|
|
399
399
|
SALESFORCE: "SALESFORCE",
|
|
@@ -214,7 +214,6 @@ export const StorageType = {
|
|
|
214
214
|
S3: "S3",
|
|
215
215
|
};
|
|
216
216
|
export const ListFlowAssociationResourceType = {
|
|
217
|
-
SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER",
|
|
218
217
|
VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER",
|
|
219
218
|
};
|
|
220
219
|
export const EndpointType = {
|
|
@@ -377,6 +376,7 @@ export const IntegrationType = {
|
|
|
377
376
|
VOICE_ID: "VOICE_ID",
|
|
378
377
|
WISDOM_ASSISTANT: "WISDOM_ASSISTANT",
|
|
379
378
|
WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE",
|
|
379
|
+
WISDOM_QUICK_RESPONSES: "WISDOM_QUICK_RESPONSES",
|
|
380
380
|
};
|
|
381
381
|
export const SourceType = {
|
|
382
382
|
SALESFORCE: "SALESFORCE",
|
|
@@ -35,7 +35,7 @@ export interface BatchGetFlowAssociationCommandOutput extends BatchGetFlowAssoci
|
|
|
35
35
|
* ResourceIds: [ // resourceArnListMaxLimit100 // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* ResourceType: "
|
|
38
|
+
* ResourceType: "VOICE_PHONE_NUMBER",
|
|
39
39
|
* };
|
|
40
40
|
* const command = new BatchGetFlowAssociationCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
@@ -44,7 +44,7 @@ export interface BatchGetFlowAssociationCommandOutput extends BatchGetFlowAssoci
|
|
|
44
44
|
* // { // FlowAssociationSummary
|
|
45
45
|
* // ResourceId: "STRING_VALUE",
|
|
46
46
|
* // FlowId: "STRING_VALUE",
|
|
47
|
-
* // ResourceType: "
|
|
47
|
+
* // ResourceType: "VOICE_PHONE_NUMBER",
|
|
48
48
|
* // },
|
|
49
49
|
* // ],
|
|
50
50
|
* // };
|
|
@@ -33,7 +33,7 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
|
|
|
33
33
|
* const client = new ConnectClient(config);
|
|
34
34
|
* const input = { // CreateIntegrationAssociationRequest
|
|
35
35
|
* InstanceId: "STRING_VALUE", // required
|
|
36
|
-
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER", // required
|
|
36
|
+
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER", // required
|
|
37
37
|
* IntegrationArn: "STRING_VALUE", // required
|
|
38
38
|
* SourceApplicationUrl: "STRING_VALUE",
|
|
39
39
|
* SourceApplicationName: "STRING_VALUE",
|
|
@@ -33,7 +33,7 @@ export interface ListIntegrationAssociationsCommandOutput extends ListIntegratio
|
|
|
33
33
|
* const client = new ConnectClient(config);
|
|
34
34
|
* const input = { // ListIntegrationAssociationsRequest
|
|
35
35
|
* InstanceId: "STRING_VALUE", // required
|
|
36
|
-
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER",
|
|
36
|
+
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER",
|
|
37
37
|
* NextToken: "STRING_VALUE",
|
|
38
38
|
* MaxResults: Number("int"),
|
|
39
39
|
* IntegrationArn: "STRING_VALUE",
|
|
@@ -46,7 +46,7 @@ export interface ListIntegrationAssociationsCommandOutput extends ListIntegratio
|
|
|
46
46
|
* // IntegrationAssociationId: "STRING_VALUE",
|
|
47
47
|
* // IntegrationAssociationArn: "STRING_VALUE",
|
|
48
48
|
* // InstanceId: "STRING_VALUE",
|
|
49
|
-
* // IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER",
|
|
49
|
+
* // IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER",
|
|
50
50
|
* // IntegrationArn: "STRING_VALUE",
|
|
51
51
|
* // SourceApplicationUrl: "STRING_VALUE",
|
|
52
52
|
* // SourceApplicationName: "STRING_VALUE",
|
|
@@ -1031,7 +1031,6 @@ export interface AssociateTrafficDistributionGroupUserResponse {
|
|
|
1031
1031
|
* @enum
|
|
1032
1032
|
*/
|
|
1033
1033
|
export declare const ListFlowAssociationResourceType: {
|
|
1034
|
-
readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
|
|
1035
1034
|
readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
|
|
1036
1035
|
};
|
|
1037
1036
|
/**
|
|
@@ -2177,6 +2176,7 @@ export declare const IntegrationType: {
|
|
|
2177
2176
|
readonly VOICE_ID: "VOICE_ID";
|
|
2178
2177
|
readonly WISDOM_ASSISTANT: "WISDOM_ASSISTANT";
|
|
2179
2178
|
readonly WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE";
|
|
2179
|
+
readonly WISDOM_QUICK_RESPONSES: "WISDOM_QUICK_RESPONSES";
|
|
2180
2180
|
};
|
|
2181
2181
|
/**
|
|
2182
2182
|
* @public
|
|
@@ -354,7 +354,6 @@ export interface AssociateTrafficDistributionGroupUserRequest {
|
|
|
354
354
|
}
|
|
355
355
|
export interface AssociateTrafficDistributionGroupUserResponse {}
|
|
356
356
|
export declare const ListFlowAssociationResourceType: {
|
|
357
|
-
readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
|
|
358
357
|
readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
|
|
359
358
|
};
|
|
360
359
|
export type ListFlowAssociationResourceType =
|
|
@@ -750,6 +749,7 @@ export declare const IntegrationType: {
|
|
|
750
749
|
readonly VOICE_ID: "VOICE_ID";
|
|
751
750
|
readonly WISDOM_ASSISTANT: "WISDOM_ASSISTANT";
|
|
752
751
|
readonly WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE";
|
|
752
|
+
readonly WISDOM_QUICK_RESPONSES: "WISDOM_QUICK_RESPONSES";
|
|
753
753
|
};
|
|
754
754
|
export type IntegrationType =
|
|
755
755
|
(typeof IntegrationType)[keyof typeof IntegrationType];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.458.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.458.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.458.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.451.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.451.0",
|