cdk-lambda-subminute 2.0.427 → 2.0.428

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.
@@ -28,11 +28,11 @@ declare class QConnect extends Service {
28
28
  */
29
29
  createAssistantAssociation(callback?: (err: AWSError, data: QConnect.Types.CreateAssistantAssociationResponse) => void): Request<QConnect.Types.CreateAssistantAssociationResponse, AWSError>;
30
30
  /**
31
- * Creates Amazon Q content. Before to calling this API, use StartContentUpload to upload an asset.
31
+ * Creates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.
32
32
  */
33
33
  createContent(params: QConnect.Types.CreateContentRequest, callback?: (err: AWSError, data: QConnect.Types.CreateContentResponse) => void): Request<QConnect.Types.CreateContentResponse, AWSError>;
34
34
  /**
35
- * Creates Amazon Q content. Before to calling this API, use StartContentUpload to upload an asset.
35
+ * Creates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.
36
36
  */
37
37
  createContent(callback?: (err: AWSError, data: QConnect.Types.CreateContentResponse) => void): Request<QConnect.Types.CreateContentResponse, AWSError>;
38
38
  /**
@@ -44,19 +44,19 @@ declare class QConnect extends Service {
44
44
  */
45
45
  createKnowledgeBase(callback?: (err: AWSError, data: QConnect.Types.CreateKnowledgeBaseResponse) => void): Request<QConnect.Types.CreateKnowledgeBaseResponse, AWSError>;
46
46
  /**
47
- * Creates an Amazon Q quick response.
47
+ * Creates an Amazon Q in Connect quick response.
48
48
  */
49
49
  createQuickResponse(params: QConnect.Types.CreateQuickResponseRequest, callback?: (err: AWSError, data: QConnect.Types.CreateQuickResponseResponse) => void): Request<QConnect.Types.CreateQuickResponseResponse, AWSError>;
50
50
  /**
51
- * Creates an Amazon Q quick response.
51
+ * Creates an Amazon Q in Connect quick response.
52
52
  */
53
53
  createQuickResponse(callback?: (err: AWSError, data: QConnect.Types.CreateQuickResponseResponse) => void): Request<QConnect.Types.CreateQuickResponseResponse, AWSError>;
54
54
  /**
55
- * Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Amazon Q session for each contact on which Amazon Q is enabled.
55
+ * Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.
56
56
  */
57
57
  createSession(params: QConnect.Types.CreateSessionRequest, callback?: (err: AWSError, data: QConnect.Types.CreateSessionResponse) => void): Request<QConnect.Types.CreateSessionResponse, AWSError>;
58
58
  /**
59
- * Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Amazon Q session for each contact on which Amazon Q is enabled.
59
+ * Creates a session. A session is a contextual container used for generating recommendations. Amazon Connect creates a new Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.
60
60
  */
61
61
  createSession(callback?: (err: AWSError, data: QConnect.Types.CreateSessionResponse) => void): Request<QConnect.Types.CreateSessionResponse, AWSError>;
62
62
  /**
@@ -164,11 +164,11 @@ declare class QConnect extends Service {
164
164
  */
165
165
  getQuickResponse(callback?: (err: AWSError, data: QConnect.Types.GetQuickResponseResponse) => void): Request<QConnect.Types.GetQuickResponseResponse, AWSError>;
166
166
  /**
167
- * Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the waitTimeSeconds parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use QueryAssistant.
167
+ * This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications. Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the waitTimeSeconds parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use QueryAssistant.
168
168
  */
169
169
  getRecommendations(params: QConnect.Types.GetRecommendationsRequest, callback?: (err: AWSError, data: QConnect.Types.GetRecommendationsResponse) => void): Request<QConnect.Types.GetRecommendationsResponse, AWSError>;
170
170
  /**
171
- * Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the waitTimeSeconds parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use QueryAssistant.
171
+ * This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications. Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the waitTimeSeconds parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use QueryAssistant.
172
172
  */
173
173
  getRecommendations(callback?: (err: AWSError, data: QConnect.Types.GetRecommendationsResponse) => void): Request<QConnect.Types.GetRecommendationsResponse, AWSError>;
174
174
  /**
@@ -252,11 +252,11 @@ declare class QConnect extends Service {
252
252
  */
253
253
  putFeedback(callback?: (err: AWSError, data: QConnect.Types.PutFeedbackResponse) => void): Request<QConnect.Types.PutFeedbackResponse, AWSError>;
254
254
  /**
255
- * Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
255
+ * This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications. Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
256
256
  */
257
257
  queryAssistant(params: QConnect.Types.QueryAssistantRequest, callback?: (err: AWSError, data: QConnect.Types.QueryAssistantResponse) => void): Request<QConnect.Types.QueryAssistantResponse, AWSError>;
258
258
  /**
259
- * Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
259
+ * This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications. Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use GetRecommendations.
260
260
  */
261
261
  queryAssistant(callback?: (err: AWSError, data: QConnect.Types.QueryAssistantResponse) => void): Request<QConnect.Types.QueryAssistantResponse, AWSError>;
262
262
  /**
@@ -276,11 +276,11 @@ declare class QConnect extends Service {
276
276
  */
277
277
  searchContent(callback?: (err: AWSError, data: QConnect.Types.SearchContentResponse) => void): Request<QConnect.Types.SearchContentResponse, AWSError>;
278
278
  /**
279
- * Searches existing Amazon Q quick responses in an Amazon Q knowledge base.
279
+ * Searches existing Amazon Q in Connect quick responses in an Amazon Q in Connect knowledge base.
280
280
  */
281
281
  searchQuickResponses(params: QConnect.Types.SearchQuickResponsesRequest, callback?: (err: AWSError, data: QConnect.Types.SearchQuickResponsesResponse) => void): Request<QConnect.Types.SearchQuickResponsesResponse, AWSError>;
282
282
  /**
283
- * Searches existing Amazon Q quick responses in an Amazon Q knowledge base.
283
+ * Searches existing Amazon Q in Connect quick responses in an Amazon Q in Connect knowledge base.
284
284
  */
285
285
  searchQuickResponses(callback?: (err: AWSError, data: QConnect.Types.SearchQuickResponsesResponse) => void): Request<QConnect.Types.SearchQuickResponsesResponse, AWSError>;
286
286
  /**
@@ -300,11 +300,11 @@ declare class QConnect extends Service {
300
300
  */
301
301
  startContentUpload(callback?: (err: AWSError, data: QConnect.Types.StartContentUploadResponse) => void): Request<QConnect.Types.StartContentUploadResponse, AWSError>;
302
302
  /**
303
- * Start an asynchronous job to import Amazon Q resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data. For importing Amazon Q quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
303
+ * Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data. For importing Amazon Q in Connect quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
304
304
  */
305
305
  startImportJob(params: QConnect.Types.StartImportJobRequest, callback?: (err: AWSError, data: QConnect.Types.StartImportJobResponse) => void): Request<QConnect.Types.StartImportJobResponse, AWSError>;
306
306
  /**
307
- * Start an asynchronous job to import Amazon Q resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data. For importing Amazon Q quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
307
+ * Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data. For importing Amazon Q in Connect quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
308
308
  */
309
309
  startImportJob(callback?: (err: AWSError, data: QConnect.Types.StartImportJobResponse) => void): Request<QConnect.Types.StartImportJobResponse, AWSError>;
310
310
  /**
@@ -332,37 +332,46 @@ declare class QConnect extends Service {
332
332
  */
333
333
  updateContent(callback?: (err: AWSError, data: QConnect.Types.UpdateContentResponse) => void): Request<QConnect.Types.UpdateContentResponse, AWSError>;
334
334
  /**
335
- * Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ${variable} format; this interpolated by Amazon Q using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*view.
335
+ * Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ${variable} format; this interpolated by Amazon Q in Connect using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*view.
336
336
  */
337
337
  updateKnowledgeBaseTemplateUri(params: QConnect.Types.UpdateKnowledgeBaseTemplateUriRequest, callback?: (err: AWSError, data: QConnect.Types.UpdateKnowledgeBaseTemplateUriResponse) => void): Request<QConnect.Types.UpdateKnowledgeBaseTemplateUriResponse, AWSError>;
338
338
  /**
339
- * Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ${variable} format; this interpolated by Amazon Q using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*view.
339
+ * Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in ${variable} format; this interpolated by Amazon Q in Connect using ingested content. For example, if you ingest a Salesforce article, it has an Id value, and you can set the template URI to https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*view.
340
340
  */
341
341
  updateKnowledgeBaseTemplateUri(callback?: (err: AWSError, data: QConnect.Types.UpdateKnowledgeBaseTemplateUriResponse) => void): Request<QConnect.Types.UpdateKnowledgeBaseTemplateUriResponse, AWSError>;
342
342
  /**
343
- * Updates an existing Amazon Q quick response.
343
+ * Updates an existing Amazon Q in Connect quick response.
344
344
  */
345
345
  updateQuickResponse(params: QConnect.Types.UpdateQuickResponseRequest, callback?: (err: AWSError, data: QConnect.Types.UpdateQuickResponseResponse) => void): Request<QConnect.Types.UpdateQuickResponseResponse, AWSError>;
346
346
  /**
347
- * Updates an existing Amazon Q quick response.
347
+ * Updates an existing Amazon Q in Connect quick response.
348
348
  */
349
349
  updateQuickResponse(callback?: (err: AWSError, data: QConnect.Types.UpdateQuickResponseResponse) => void): Request<QConnect.Types.UpdateQuickResponseResponse, AWSError>;
350
+ /**
351
+ * Updates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.
352
+ */
353
+ updateSession(params: QConnect.Types.UpdateSessionRequest, callback?: (err: AWSError, data: QConnect.Types.UpdateSessionResponse) => void): Request<QConnect.Types.UpdateSessionResponse, AWSError>;
354
+ /**
355
+ * Updates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.
356
+ */
357
+ updateSession(callback?: (err: AWSError, data: QConnect.Types.UpdateSessionResponse) => void): Request<QConnect.Types.UpdateSessionResponse, AWSError>;
350
358
  }
351
359
  declare namespace QConnect {
360
+ export type AndConditions = TagCondition[];
352
361
  export interface AppIntegrationsConfiguration {
353
362
  /**
354
363
  * The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content. For Salesforce, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted as source fields. For ServiceNow, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least number, short_description, sys_mod_count, workflow_state, and active as source fields. For Zendesk, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least id, title, updated_at, and draft as source fields. For SharePoint, your AppIntegrations DataIntegration must have a FileConfiguration, including only file extensions that are among docx, pdf, html, htm, and txt. For Amazon S3, the ObjectConfiguration and FileConfiguration of your AppIntegrations DataIntegration must be null. The SourceURI of your DataIntegration must use the following format: s3://your_s3_bucket_name. The bucket policy of the corresponding S3 bucket must allow the Amazon Web Services principal app-integrations.amazonaws.com to perform s3:ListBucket, s3:GetObject, and s3:GetBucketLocation against the bucket.
355
364
  */
356
365
  appIntegrationArn: GenericArn;
357
366
  /**
358
- * The fields from the source that are made available to your agents in Amazon Q. Optional if ObjectConfiguration is included in the provided DataIntegration. For Salesforce, you must include at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted. For ServiceNow, you must include at least number, short_description, sys_mod_count, workflow_state, and active. For Zendesk, you must include at least id, title, updated_at, and draft. Make sure to include additional fields. These fields are indexed and used to source recommendations.
367
+ * The fields from the source that are made available to your agents in Amazon Q in Connect. Optional if ObjectConfiguration is included in the provided DataIntegration. For Salesforce, you must include at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted. For ServiceNow, you must include at least number, short_description, sys_mod_count, workflow_state, and active. For Zendesk, you must include at least id, title, updated_at, and draft. Make sure to include additional fields. These fields are indexed and used to source recommendations.
359
368
  */
360
369
  objectFields?: ObjectFieldsList;
361
370
  }
362
371
  export type Arn = string;
363
372
  export interface AssistantAssociationData {
364
373
  /**
365
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
374
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
366
375
  */
367
376
  assistantArn: Arn;
368
377
  /**
@@ -374,7 +383,7 @@ declare namespace QConnect {
374
383
  */
375
384
  assistantAssociationId: Uuid;
376
385
  /**
377
- * The identifier of the Amazon Q assistant.
386
+ * The identifier of the Amazon Q in Connect assistant.
378
387
  */
379
388
  assistantId: Uuid;
380
389
  /**
@@ -392,7 +401,7 @@ declare namespace QConnect {
392
401
  }
393
402
  export interface AssistantAssociationInputData {
394
403
  /**
395
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
404
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
396
405
  */
397
406
  knowledgeBaseId?: Uuid;
398
407
  }
@@ -404,7 +413,7 @@ declare namespace QConnect {
404
413
  }
405
414
  export interface AssistantAssociationSummary {
406
415
  /**
407
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
416
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
408
417
  */
409
418
  assistantArn: Arn;
410
419
  /**
@@ -416,7 +425,7 @@ declare namespace QConnect {
416
425
  */
417
426
  assistantAssociationId: Uuid;
418
427
  /**
419
- * The identifier of the Amazon Q assistant.
428
+ * The identifier of the Amazon Q in Connect assistant.
420
429
  */
421
430
  assistantId: Uuid;
422
431
  /**
@@ -435,22 +444,22 @@ declare namespace QConnect {
435
444
  export type AssistantAssociationSummaryList = AssistantAssociationSummary[];
436
445
  export interface AssistantCapabilityConfiguration {
437
446
  /**
438
- * The type of Amazon Q assistant capability.
447
+ * The type of Amazon Q in Connect assistant capability.
439
448
  */
440
449
  type?: AssistantCapabilityType;
441
450
  }
442
451
  export type AssistantCapabilityType = "V1"|"V2"|string;
443
452
  export interface AssistantData {
444
453
  /**
445
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
454
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
446
455
  */
447
456
  assistantArn: Arn;
448
457
  /**
449
- * The identifier of the Amazon Q assistant.
458
+ * The identifier of the Amazon Q in Connect assistant.
450
459
  */
451
460
  assistantId: Uuid;
452
461
  /**
453
- * The configuration information for the Amazon Q assistant capability.
462
+ * The configuration information for the Amazon Q in Connect assistant capability.
454
463
  */
455
464
  capabilityConfiguration?: AssistantCapabilityConfiguration;
456
465
  /**
@@ -458,7 +467,7 @@ declare namespace QConnect {
458
467
  */
459
468
  description?: Description;
460
469
  /**
461
- * The configuration information for the Amazon Q assistant integration.
470
+ * The configuration information for the Amazon Q in Connect assistant integration.
462
471
  */
463
472
  integrationConfiguration?: AssistantIntegrationConfiguration;
464
473
  /**
@@ -466,7 +475,7 @@ declare namespace QConnect {
466
475
  */
467
476
  name: Name;
468
477
  /**
469
- * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. To use Amazon Q with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
478
+ * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. To use Amazon Q in Connect with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
470
479
  */
471
480
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
472
481
  /**
@@ -492,15 +501,15 @@ declare namespace QConnect {
492
501
  export type AssistantStatus = "CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|"DELETED"|string;
493
502
  export interface AssistantSummary {
494
503
  /**
495
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
504
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
496
505
  */
497
506
  assistantArn: Arn;
498
507
  /**
499
- * The identifier of the Amazon Q assistant.
508
+ * The identifier of the Amazon Q in Connect assistant.
500
509
  */
501
510
  assistantId: Uuid;
502
511
  /**
503
- * The configuration information for the Amazon Q assistant capability.
512
+ * The configuration information for the Amazon Q in Connect assistant capability.
504
513
  */
505
514
  capabilityConfiguration?: AssistantCapabilityConfiguration;
506
515
  /**
@@ -508,7 +517,7 @@ declare namespace QConnect {
508
517
  */
509
518
  description?: Description;
510
519
  /**
511
- * The configuration information for the Amazon Q assistant integration.
520
+ * The configuration information for the Amazon Q in Connect assistant integration.
512
521
  */
513
522
  integrationConfiguration?: AssistantIntegrationConfiguration;
514
523
  /**
@@ -516,7 +525,7 @@ declare namespace QConnect {
516
525
  */
517
526
  name: Name;
518
527
  /**
519
- * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. To use Amazon Q with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
528
+ * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. To use Amazon Q in Connect with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
520
529
  */
521
530
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
522
531
  /**
@@ -572,7 +581,7 @@ declare namespace QConnect {
572
581
  */
573
582
  knowledgeBaseArn: Arn;
574
583
  /**
575
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
584
+ * The identifier of the knowledge base.
576
585
  */
577
586
  knowledgeBaseId: Uuid;
578
587
  /**
@@ -580,7 +589,7 @@ declare namespace QConnect {
580
589
  */
581
590
  linkOutUri?: Uri;
582
591
  /**
583
- * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q, you can store an external version identifier as metadata to utilize for determining drift.
592
+ * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.
584
593
  */
585
594
  metadata: ContentMetadata;
586
595
  /**
@@ -643,7 +652,7 @@ declare namespace QConnect {
643
652
  */
644
653
  knowledgeBaseArn?: Arn;
645
654
  /**
646
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
655
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
647
656
  */
648
657
  knowledgeBaseId?: Uuid;
649
658
  }
@@ -666,11 +675,11 @@ declare namespace QConnect {
666
675
  */
667
676
  knowledgeBaseArn: Arn;
668
677
  /**
669
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
678
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
670
679
  */
671
680
  knowledgeBaseId: Uuid;
672
681
  /**
673
- * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q, you can store an external version identifier as metadata to utilize for determining drift.
682
+ * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.
674
683
  */
675
684
  metadata: ContentMetadata;
676
685
  /**
@@ -699,7 +708,7 @@ declare namespace QConnect {
699
708
  export type ContentType = string;
700
709
  export interface CreateAssistantAssociationRequest {
701
710
  /**
702
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
711
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
703
712
  */
704
713
  assistantId: UuidOrArn;
705
714
  /**
@@ -739,7 +748,7 @@ declare namespace QConnect {
739
748
  */
740
749
  name: Name;
741
750
  /**
742
- * The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. To use Amazon Q with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
751
+ * The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. To use Amazon Q in Connect with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
743
752
  */
744
753
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
745
754
  /**
@@ -763,11 +772,11 @@ declare namespace QConnect {
763
772
  */
764
773
  clientToken?: NonEmptyString;
765
774
  /**
766
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
775
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
767
776
  */
768
777
  knowledgeBaseId: UuidOrArn;
769
778
  /**
770
- * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q, you can store an external version identifier as metadata to utilize for determining drift.
779
+ * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.
771
780
  */
772
781
  metadata?: ContentMetadata;
773
782
  /**
@@ -819,7 +828,7 @@ declare namespace QConnect {
819
828
  */
820
829
  renderingConfiguration?: RenderingConfiguration;
821
830
  /**
822
- * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
831
+ * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
823
832
  */
824
833
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
825
834
  /**
@@ -867,7 +876,7 @@ declare namespace QConnect {
867
876
  */
868
877
  isActive?: Boolean;
869
878
  /**
870
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
879
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
871
880
  */
872
881
  knowledgeBaseId: UuidOrArn;
873
882
  /**
@@ -895,7 +904,7 @@ declare namespace QConnect {
895
904
  }
896
905
  export interface CreateSessionRequest {
897
906
  /**
898
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
907
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
899
908
  */
900
909
  assistantId: UuidOrArn;
901
910
  /**
@@ -910,6 +919,10 @@ declare namespace QConnect {
910
919
  * The name of the session.
911
920
  */
912
921
  name: Name;
922
+ /**
923
+ * An object that can be used to specify Tag conditions.
924
+ */
925
+ tagFilter?: TagFilter;
913
926
  /**
914
927
  * The tags used to organize, track, or control access for this resource.
915
928
  */
@@ -959,7 +972,7 @@ declare namespace QConnect {
959
972
  */
960
973
  assistantAssociationId: UuidOrArn;
961
974
  /**
962
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
975
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
963
976
  */
964
977
  assistantId: UuidOrArn;
965
978
  }
@@ -967,7 +980,7 @@ declare namespace QConnect {
967
980
  }
968
981
  export interface DeleteAssistantRequest {
969
982
  /**
970
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
983
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
971
984
  */
972
985
  assistantId: UuidOrArn;
973
986
  }
@@ -979,7 +992,7 @@ declare namespace QConnect {
979
992
  */
980
993
  contentId: UuidOrArn;
981
994
  /**
982
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
995
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
983
996
  */
984
997
  knowledgeBaseId: UuidOrArn;
985
998
  }
@@ -991,7 +1004,7 @@ declare namespace QConnect {
991
1004
  */
992
1005
  importJobId: Uuid;
993
1006
  /**
994
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1007
+ * The identifier of the knowledge base.
995
1008
  */
996
1009
  knowledgeBaseId: UuidOrArn;
997
1010
  }
@@ -1007,7 +1020,7 @@ declare namespace QConnect {
1007
1020
  }
1008
1021
  export interface DeleteQuickResponseRequest {
1009
1022
  /**
1010
- * The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1023
+ * The knowledge base from which the quick response is deleted. The identifier of the knowledge base.
1011
1024
  */
1012
1025
  knowledgeBaseId: UuidOrArn;
1013
1026
  /**
@@ -1107,7 +1120,7 @@ declare namespace QConnect {
1107
1120
  */
1108
1121
  assistantAssociationId: UuidOrArn;
1109
1122
  /**
1110
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1123
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1111
1124
  */
1112
1125
  assistantId: UuidOrArn;
1113
1126
  }
@@ -1119,7 +1132,7 @@ declare namespace QConnect {
1119
1132
  }
1120
1133
  export interface GetAssistantRequest {
1121
1134
  /**
1122
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1135
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1123
1136
  */
1124
1137
  assistantId: UuidOrArn;
1125
1138
  }
@@ -1135,7 +1148,7 @@ declare namespace QConnect {
1135
1148
  */
1136
1149
  contentId: UuidOrArn;
1137
1150
  /**
1138
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1151
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1139
1152
  */
1140
1153
  knowledgeBaseId: UuidOrArn;
1141
1154
  }
@@ -1151,7 +1164,7 @@ declare namespace QConnect {
1151
1164
  */
1152
1165
  contentId: UuidOrArn;
1153
1166
  /**
1154
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1167
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1155
1168
  */
1156
1169
  knowledgeBaseId: UuidOrArn;
1157
1170
  }
@@ -1179,7 +1192,7 @@ declare namespace QConnect {
1179
1192
  }
1180
1193
  export interface GetKnowledgeBaseRequest {
1181
1194
  /**
1182
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1195
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1183
1196
  */
1184
1197
  knowledgeBaseId: UuidOrArn;
1185
1198
  }
@@ -1207,7 +1220,7 @@ declare namespace QConnect {
1207
1220
  }
1208
1221
  export interface GetRecommendationsRequest {
1209
1222
  /**
1210
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1223
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1211
1224
  */
1212
1225
  assistantId: UuidOrArn;
1213
1226
  /**
@@ -1235,7 +1248,7 @@ declare namespace QConnect {
1235
1248
  }
1236
1249
  export interface GetSessionRequest {
1237
1250
  /**
1238
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1251
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1239
1252
  */
1240
1253
  assistantId: UuidOrArn;
1241
1254
  /**
@@ -1251,11 +1264,11 @@ declare namespace QConnect {
1251
1264
  }
1252
1265
  export interface GroupingConfiguration {
1253
1266
  /**
1254
- * The criteria used for grouping Amazon Q users. The following is the list of supported criteria values. RoutingProfileArn: Grouping the users by their Amazon Connect routing profile ARN. User should have SearchRoutingProfile and DescribeRoutingProfile permissions when setting criteria to this value.
1267
+ * The criteria used for grouping Amazon Q in Connect users. The following is the list of supported criteria values. RoutingProfileArn: Grouping the users by their Amazon Connect routing profile ARN. User should have SearchRoutingProfile and DescribeRoutingProfile permissions when setting criteria to this value.
1255
1268
  */
1256
1269
  criteria?: GroupingCriteria;
1257
1270
  /**
1258
- * The list of values that define different groups of Amazon Q users. When setting criteria to RoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
1271
+ * The list of values that define different groups of Amazon Q in Connect users. When setting criteria to RoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
1259
1272
  */
1260
1273
  values?: GroupingValues;
1261
1274
  }
@@ -1298,7 +1311,7 @@ declare namespace QConnect {
1298
1311
  */
1299
1312
  knowledgeBaseArn: Arn;
1300
1313
  /**
1301
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1314
+ * The identifier of the knowledge base.
1302
1315
  */
1303
1316
  knowledgeBaseId: Uuid;
1304
1317
  /**
@@ -1306,7 +1319,7 @@ declare namespace QConnect {
1306
1319
  */
1307
1320
  lastModifiedTime: SyntheticTimestamp_epoch_seconds;
1308
1321
  /**
1309
- * The metadata fields of the imported Amazon Q resources.
1322
+ * The metadata fields of the imported Amazon Q in Connect resources.
1310
1323
  */
1311
1324
  metadata?: ContentMetadata;
1312
1325
  /**
@@ -1350,7 +1363,7 @@ declare namespace QConnect {
1350
1363
  */
1351
1364
  knowledgeBaseArn: Arn;
1352
1365
  /**
1353
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1366
+ * The identifier of the knowledge base.
1354
1367
  */
1355
1368
  knowledgeBaseId: Uuid;
1356
1369
  /**
@@ -1358,7 +1371,7 @@ declare namespace QConnect {
1358
1371
  */
1359
1372
  lastModifiedTime: SyntheticTimestamp_epoch_seconds;
1360
1373
  /**
1361
- * The metadata fields of the imported Amazon Q resources.
1374
+ * The metadata fields of the imported Amazon Q in Connect resources.
1362
1375
  */
1363
1376
  metadata?: ContentMetadata;
1364
1377
  /**
@@ -1377,7 +1390,7 @@ declare namespace QConnect {
1377
1390
  */
1378
1391
  knowledgeBaseArn?: Arn;
1379
1392
  /**
1380
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1393
+ * The identifier of the knowledge base.
1381
1394
  */
1382
1395
  knowledgeBaseId?: Uuid;
1383
1396
  }
@@ -1391,7 +1404,7 @@ declare namespace QConnect {
1391
1404
  */
1392
1405
  knowledgeBaseArn: Arn;
1393
1406
  /**
1394
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1407
+ * The identifier of the knowledge base.
1395
1408
  */
1396
1409
  knowledgeBaseId: Uuid;
1397
1410
  /**
@@ -1411,7 +1424,7 @@ declare namespace QConnect {
1411
1424
  */
1412
1425
  renderingConfiguration?: RenderingConfiguration;
1413
1426
  /**
1414
- * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
1427
+ * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
1415
1428
  */
1416
1429
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
1417
1430
  /**
@@ -1439,7 +1452,7 @@ declare namespace QConnect {
1439
1452
  */
1440
1453
  knowledgeBaseArn: Arn;
1441
1454
  /**
1442
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
1455
+ * The identifier of the knowledge base.
1443
1456
  */
1444
1457
  knowledgeBaseId: Uuid;
1445
1458
  /**
@@ -1455,7 +1468,7 @@ declare namespace QConnect {
1455
1468
  */
1456
1469
  renderingConfiguration?: RenderingConfiguration;
1457
1470
  /**
1458
- * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance.
1471
+ * The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.
1459
1472
  */
1460
1473
  serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
1461
1474
  /**
@@ -1475,7 +1488,7 @@ declare namespace QConnect {
1475
1488
  export type LanguageCode = string;
1476
1489
  export interface ListAssistantAssociationsRequest {
1477
1490
  /**
1478
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1491
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1479
1492
  */
1480
1493
  assistantId: UuidOrArn;
1481
1494
  /**
@@ -1519,7 +1532,7 @@ declare namespace QConnect {
1519
1532
  }
1520
1533
  export interface ListContentsRequest {
1521
1534
  /**
1522
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1535
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1523
1536
  */
1524
1537
  knowledgeBaseId: UuidOrArn;
1525
1538
  /**
@@ -1543,7 +1556,7 @@ declare namespace QConnect {
1543
1556
  }
1544
1557
  export interface ListImportJobsRequest {
1545
1558
  /**
1546
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1559
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1547
1560
  */
1548
1561
  knowledgeBaseId: UuidOrArn;
1549
1562
  /**
@@ -1587,7 +1600,7 @@ declare namespace QConnect {
1587
1600
  }
1588
1601
  export interface ListQuickResponsesRequest {
1589
1602
  /**
1590
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1603
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1591
1604
  */
1592
1605
  knowledgeBaseId: UuidOrArn;
1593
1606
  /**
@@ -1640,7 +1653,7 @@ declare namespace QConnect {
1640
1653
  export type NotifyRecommendationsReceivedErrorMessage = string;
1641
1654
  export interface NotifyRecommendationsReceivedRequest {
1642
1655
  /**
1643
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1656
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1644
1657
  */
1645
1658
  assistantId: UuidOrArn;
1646
1659
  /**
@@ -1663,11 +1676,22 @@ declare namespace QConnect {
1663
1676
  recommendationIds?: RecommendationIdList;
1664
1677
  }
1665
1678
  export type ObjectFieldsList = NonEmptyString[];
1679
+ export interface OrCondition {
1680
+ /**
1681
+ * A list of conditions which would be applied together with an AND condition.
1682
+ */
1683
+ andConditions?: AndConditions;
1684
+ /**
1685
+ * A leaf node condition which can be used to specify a tag condition.
1686
+ */
1687
+ tagCondition?: TagCondition;
1688
+ }
1689
+ export type OrConditions = OrCondition[];
1666
1690
  export type Order = "ASC"|"DESC"|string;
1667
1691
  export type Priority = "HIGH"|"MEDIUM"|"LOW"|string;
1668
1692
  export interface PutFeedbackRequest {
1669
1693
  /**
1670
- * The identifier of the Amazon Q assistant.
1694
+ * The identifier of the Amazon Q in Connect assistant.
1671
1695
  */
1672
1696
  assistantId: UuidOrArn;
1673
1697
  /**
@@ -1685,11 +1709,11 @@ declare namespace QConnect {
1685
1709
  }
1686
1710
  export interface PutFeedbackResponse {
1687
1711
  /**
1688
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
1712
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
1689
1713
  */
1690
1714
  assistantArn: UuidOrArn;
1691
1715
  /**
1692
- * The identifier of the Amazon Q assistant.
1716
+ * The identifier of the Amazon Q in Connect assistant.
1693
1717
  */
1694
1718
  assistantId: Uuid;
1695
1719
  /**
@@ -1707,7 +1731,7 @@ declare namespace QConnect {
1707
1731
  }
1708
1732
  export interface QueryAssistantRequest {
1709
1733
  /**
1710
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1734
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
1711
1735
  */
1712
1736
  assistantId: UuidOrArn;
1713
1737
  /**
@@ -1727,7 +1751,7 @@ declare namespace QConnect {
1727
1751
  */
1728
1752
  queryText: QueryText;
1729
1753
  /**
1730
- * The identifier of the Amazon Q session. Can be either the ID or the ARN. URLs cannot contain the ARN.
1754
+ * The identifier of the Amazon Q in Connect session. Can be either the ID or the ARN. URLs cannot contain the ARN.
1731
1755
  */
1732
1756
  sessionId?: UuidOrArn;
1733
1757
  }
@@ -1818,7 +1842,7 @@ declare namespace QConnect {
1818
1842
  */
1819
1843
  knowledgeBaseArn: Arn;
1820
1844
  /**
1821
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
1845
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1822
1846
  */
1823
1847
  knowledgeBaseId: Uuid;
1824
1848
  /**
@@ -1980,7 +2004,7 @@ declare namespace QConnect {
1980
2004
  */
1981
2005
  knowledgeBaseArn: Arn;
1982
2006
  /**
1983
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2007
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
1984
2008
  */
1985
2009
  knowledgeBaseId: Uuid;
1986
2010
  /**
@@ -2048,7 +2072,7 @@ declare namespace QConnect {
2048
2072
  */
2049
2073
  knowledgeBaseArn: Arn;
2050
2074
  /**
2051
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
2075
+ * The identifier of the knowledge base.
2052
2076
  */
2053
2077
  knowledgeBaseId: Uuid;
2054
2078
  /**
@@ -2158,7 +2182,7 @@ declare namespace QConnect {
2158
2182
  export type RelevanceScore = number;
2159
2183
  export interface RemoveKnowledgeBaseTemplateUriRequest {
2160
2184
  /**
2161
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2185
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2162
2186
  */
2163
2187
  knowledgeBaseId: UuidOrArn;
2164
2188
  }
@@ -2194,7 +2218,7 @@ declare namespace QConnect {
2194
2218
  }
2195
2219
  export interface SearchContentRequest {
2196
2220
  /**
2197
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2221
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2198
2222
  */
2199
2223
  knowledgeBaseId: UuidOrArn;
2200
2224
  /**
@@ -2260,7 +2284,7 @@ declare namespace QConnect {
2260
2284
  }
2261
2285
  export interface SearchSessionsRequest {
2262
2286
  /**
2263
- * The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
2287
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
2264
2288
  */
2265
2289
  assistantId: UuidOrArn;
2266
2290
  /**
@@ -2289,7 +2313,7 @@ declare namespace QConnect {
2289
2313
  export type SensitiveString = string;
2290
2314
  export interface ServerSideEncryptionConfiguration {
2291
2315
  /**
2292
- * The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
2316
+ * The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
2293
2317
  */
2294
2318
  kmsKeyId?: NonEmptyString;
2295
2319
  }
@@ -2314,6 +2338,10 @@ declare namespace QConnect {
2314
2338
  * The identifier of the session.
2315
2339
  */
2316
2340
  sessionId: Uuid;
2341
+ /**
2342
+ * An object that can be used to specify Tag conditions.
2343
+ */
2344
+ tagFilter?: TagFilter;
2317
2345
  /**
2318
2346
  * The tags used to organize, track, or control access for this resource.
2319
2347
  */
@@ -2328,11 +2356,11 @@ declare namespace QConnect {
2328
2356
  export type SessionSummaries = SessionSummary[];
2329
2357
  export interface SessionSummary {
2330
2358
  /**
2331
- * The Amazon Resource Name (ARN) of the Amazon Q assistant.
2359
+ * The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
2332
2360
  */
2333
2361
  assistantArn: Arn;
2334
2362
  /**
2335
- * The identifier of the Amazon Q assistant.
2363
+ * The identifier of the Amazon Q in Connect assistant.
2336
2364
  */
2337
2365
  assistantId: Uuid;
2338
2366
  /**
@@ -2376,7 +2404,7 @@ declare namespace QConnect {
2376
2404
  */
2377
2405
  contentType: ContentType;
2378
2406
  /**
2379
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2407
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2380
2408
  */
2381
2409
  knowledgeBaseId: UuidOrArn;
2382
2410
  /**
@@ -2416,11 +2444,11 @@ declare namespace QConnect {
2416
2444
  */
2417
2445
  importJobType: ImportJobType;
2418
2446
  /**
2419
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN. For importing Amazon Q quick responses, this should be a QUICK_RESPONSES type knowledge base.
2447
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN. For importing Amazon Q in Connect quick responses, this should be a QUICK_RESPONSES type knowledge base.
2420
2448
  */
2421
2449
  knowledgeBaseId: UuidOrArn;
2422
2450
  /**
2423
- * The metadata fields of the imported Amazon Q resources.
2451
+ * The metadata fields of the imported Amazon Q in Connect resources.
2424
2452
  */
2425
2453
  metadata?: ContentMetadata;
2426
2454
  /**
@@ -2435,6 +2463,30 @@ declare namespace QConnect {
2435
2463
  importJob?: ImportJobData;
2436
2464
  }
2437
2465
  export type SyntheticTimestamp_epoch_seconds = Date;
2466
+ export interface TagCondition {
2467
+ /**
2468
+ * The tag key in the tag condition.
2469
+ */
2470
+ key: TagKey;
2471
+ /**
2472
+ * The tag value in the tag condition.
2473
+ */
2474
+ value?: TagValue;
2475
+ }
2476
+ export interface TagFilter {
2477
+ /**
2478
+ * A list of conditions which would be applied together with an AND condition.
2479
+ */
2480
+ andConditions?: AndConditions;
2481
+ /**
2482
+ * A list of conditions which would be applied together with an OR condition.
2483
+ */
2484
+ orConditions?: OrConditions;
2485
+ /**
2486
+ * A leaf node condition which can be used to specify a tag condition.
2487
+ */
2488
+ tagCondition?: TagCondition;
2489
+ }
2438
2490
  export type TagKey = string;
2439
2491
  export type TagKeyList = TagKey[];
2440
2492
  export interface TagResourceRequest {
@@ -2475,11 +2527,11 @@ declare namespace QConnect {
2475
2527
  */
2476
2528
  contentId: UuidOrArn;
2477
2529
  /**
2478
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN
2530
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN
2479
2531
  */
2480
2532
  knowledgeBaseId: UuidOrArn;
2481
2533
  /**
2482
- * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q, you can store an external version identifier as metadata to utilize for determining drift.
2534
+ * A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.
2483
2535
  */
2484
2536
  metadata?: ContentMetadata;
2485
2537
  /**
@@ -2511,7 +2563,7 @@ declare namespace QConnect {
2511
2563
  }
2512
2564
  export interface UpdateKnowledgeBaseTemplateUriRequest {
2513
2565
  /**
2514
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2566
+ * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2515
2567
  */
2516
2568
  knowledgeBaseId: UuidOrArn;
2517
2569
  /**
@@ -2551,7 +2603,7 @@ declare namespace QConnect {
2551
2603
  */
2552
2604
  isActive?: Boolean;
2553
2605
  /**
2554
- * The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
2606
+ * The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
2555
2607
  */
2556
2608
  knowledgeBaseId: UuidOrArn;
2557
2609
  /**
@@ -2589,6 +2641,27 @@ declare namespace QConnect {
2589
2641
  */
2590
2642
  quickResponse?: QuickResponseData;
2591
2643
  }
2644
+ export interface UpdateSessionRequest {
2645
+ /**
2646
+ * The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
2647
+ */
2648
+ assistantId: UuidOrArn;
2649
+ /**
2650
+ * The description.
2651
+ */
2652
+ description?: Description;
2653
+ /**
2654
+ * The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
2655
+ */
2656
+ sessionId: UuidOrArn;
2657
+ /**
2658
+ * An object that can be used to specify Tag conditions.
2659
+ */
2660
+ tagFilter?: TagFilter;
2661
+ }
2662
+ export interface UpdateSessionResponse {
2663
+ session?: SessionData;
2664
+ }
2592
2665
  export type UploadId = string;
2593
2666
  export type Uri = string;
2594
2667
  export type Url = string;