@@ -33,6 +33,7 @@ import {
33
33
HoursOfOperationOverrideConfig,
34
34
InstanceStorageConfig,
35
35
InstanceStorageResourceType,
36
+
IntegrationType,
36
37
LexBot,
37
38
LexV2Bot,
38
39
ListFlowAssociationResourceType,
@@ -50,6 +51,7 @@ import {
50
51
RuleAction,
51
52
RulePublishStatus,
52
53
RuleTriggerEventSource,
54
+
SourceType,
53
55
StorageType,
54
56
TaskTemplateConstraints,
55
57
TaskTemplateDefaults,
@@ -64,41 +66,6 @@ import {
64
66
VocabularyState,
65
67
} from "./models_0";
66
68
67
-
/**
68
-
* @public
69
-
*/
70
-
export interface DeleteIntegrationAssociationRequest {
71
-
/**
72
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
73
-
* @public
74
-
*/
75
-
InstanceId: string | undefined;
76
-
77
-
/**
78
-
* <p>The identifier for the integration association.</p>
79
-
* @public
80
-
*/
81
-
IntegrationAssociationId: string | undefined;
82
-
}
83
-
84
-
/**
85
-
* @public
86
-
*/
87
-
export interface DeletePredefinedAttributeRequest {
88
-
/**
89
-
* <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
90
-
* Name (ARN) of the instance.</p>
91
-
* @public
92
-
*/
93
-
InstanceId: string | undefined;
94
-
95
-
/**
96
-
* <p> The name of the predefined attribute.</p>
97
-
* @public
98
-
*/
99
-
Name: string | undefined;
100
-
}
101
-
102
69
/**
103
70
* @public
104
71
*/
@@ -10317,6 +10284,96 @@ export interface ListInstanceStorageConfigsResponse {
10317
10284
NextToken?: string | undefined;
10318
10285
}
10319
10286
10287
+
/**
10288
+
* @public
10289
+
*/
10290
+
export interface ListIntegrationAssociationsRequest {
10291
+
/**
10292
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
10293
+
* @public
10294
+
*/
10295
+
InstanceId: string | undefined;
10296
+
10297
+
/**
10298
+
* <p>The integration type.</p>
10299
+
* @public
10300
+
*/
10301
+
IntegrationType?: IntegrationType | undefined;
10302
+
10303
+
/**
10304
+
* <p>The token for the next set of results. Use the value returned in the previous
10305
+
* response in the next request to retrieve the next set of results.</p>
10306
+
* @public
10307
+
*/
10308
+
NextToken?: string | undefined;
10309
+
10310
+
/**
10311
+
* <p>The maximum number of results to return per page.</p>
10312
+
* @public
10313
+
*/
10314
+
MaxResults?: number | undefined;
10315
+
10316
+
/**
10317
+
* <p>The Amazon Resource Name (ARN) of the integration.</p>
10318
+
* @public
10319
+
*/
10320
+
IntegrationArn?: string | undefined;
10321
+
}
10322
+
10323
+
/**
10324
+
* <p>Contains summary information about the associated AppIntegrations.</p>
10325
+
* @public
10326
+
*/
10327
+
export interface IntegrationAssociationSummary {
10328
+
/**
10329
+
* <p>The identifier for the AppIntegration association.</p>
10330
+
* @public
10331
+
*/
10332
+
IntegrationAssociationId?: string | undefined;
10333
+
10334
+
/**
10335
+
* <p>The Amazon Resource Name (ARN) for the AppIntegration association.</p>
10336
+
* @public
10337
+
*/
10338
+
IntegrationAssociationArn?: string | undefined;
10339
+
10340
+
/**
10341
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
10342
+
* @public
10343
+
*/
10344
+
InstanceId?: string | undefined;
10345
+
10346
+
/**
10347
+
* <p>The integration type.</p>
10348
+
* @public
10349
+
*/
10350
+
IntegrationType?: IntegrationType | undefined;
10351
+
10352
+
/**
10353
+
* <p>The Amazon Resource Name (ARN) for the AppIntegration.</p>
10354
+
* @public
10355
+
*/
10356
+
IntegrationArn?: string | undefined;
10357
+
10358
+
/**
10359
+
* <p>The URL for the external application.</p>
10360
+
* @public
10361
+
*/
10362
+
SourceApplicationUrl?: string | undefined;
10363
+
10364
+
/**
10365
+
* <p>The user-provided, friendly name for the external application.</p>
10366
+
* @public
10367
+
*/
10368
+
SourceApplicationName?: string | undefined;
10369
+
10370
+
/**
10371
+
* <p>The name of the source.</p>
10372
+
* @public
10373
+
*/
10374
+
SourceType?: SourceType | undefined;
10375
+
}
10376
+
10320
10377
/**
10321
10378
* @internal
10322
10379
*/
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4