aws-sdk-qbusiness 1.40.0 → 1.42.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/async_client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +367 -18
- data/lib/aws-sdk-qbusiness/client_api.rb +224 -1
- data/lib/aws-sdk-qbusiness/types.rb +686 -8
- data/lib/aws-sdk-qbusiness.rb +1 -1
- data/sig/client.rbs +134 -12
- data/sig/types.rbs +143 -5
- metadata +1 -1
data/lib/aws-sdk-qbusiness.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -89,6 +89,13 @@ module Aws
|
|
89
89
|
application_id: ::String,
|
90
90
|
statement_id: ::String,
|
91
91
|
actions: Array[::String],
|
92
|
+
?conditions: Array[
|
93
|
+
{
|
94
|
+
condition_operator: ("StringEquals"),
|
95
|
+
condition_key: ::String,
|
96
|
+
condition_values: Array[::String]
|
97
|
+
},
|
98
|
+
],
|
92
99
|
principal: ::String
|
93
100
|
) -> _AssociatePermissionResponseSuccess
|
94
101
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePermissionResponseSuccess
|
@@ -443,6 +450,37 @@ module Aws
|
|
443
450
|
) -> _CreateApplicationResponseSuccess
|
444
451
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
445
452
|
|
453
|
+
interface _CreateChatResponseConfigurationResponseSuccess
|
454
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateChatResponseConfigurationResponse]
|
455
|
+
def chat_response_configuration_id: () -> ::String
|
456
|
+
def chat_response_configuration_arn: () -> ::String
|
457
|
+
end
|
458
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QBusiness/Client.html#create_chat_response_configuration-instance_method
|
459
|
+
def create_chat_response_configuration: (
|
460
|
+
application_id: ::String,
|
461
|
+
display_name: ::String,
|
462
|
+
?client_token: ::String,
|
463
|
+
response_configurations: Hash[("ALL"), {
|
464
|
+
instruction_collection: {
|
465
|
+
response_length: ::String?,
|
466
|
+
target_audience: ::String?,
|
467
|
+
perspective: ::String?,
|
468
|
+
output_style: ::String?,
|
469
|
+
identity: ::String?,
|
470
|
+
tone: ::String?,
|
471
|
+
custom_instructions: ::String?,
|
472
|
+
examples: ::String?
|
473
|
+
}?
|
474
|
+
}],
|
475
|
+
?tags: Array[
|
476
|
+
{
|
477
|
+
key: ::String,
|
478
|
+
value: ::String
|
479
|
+
},
|
480
|
+
]
|
481
|
+
) -> _CreateChatResponseConfigurationResponseSuccess
|
482
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChatResponseConfigurationResponseSuccess
|
483
|
+
|
446
484
|
interface _CreateDataAccessorResponseSuccess
|
447
485
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDataAccessorResponse]
|
448
486
|
def data_accessor_id: () -> ::String
|
@@ -534,6 +572,15 @@ module Aws
|
|
534
572
|
],
|
535
573
|
?client_token: ::String,
|
536
574
|
display_name: ::String,
|
575
|
+
?authentication_detail: {
|
576
|
+
authentication_type: ("AWS_IAM_IDC_TTI" | "AWS_IAM_IDC_AUTH_CODE"),
|
577
|
+
authentication_configuration: {
|
578
|
+
idc_trusted_token_issuer_configuration: {
|
579
|
+
idc_trusted_token_issuer_arn: ::String
|
580
|
+
}?
|
581
|
+
}?,
|
582
|
+
external_ids: Array[::String]?
|
583
|
+
},
|
537
584
|
?tags: Array[
|
538
585
|
{
|
539
586
|
key: ::String,
|
@@ -703,7 +750,7 @@ module Aws
|
|
703
750
|
bucket: ::String,
|
704
751
|
key: ::String
|
705
752
|
}?
|
706
|
-
}
|
753
|
+
}?
|
707
754
|
},
|
708
755
|
?tags: Array[
|
709
756
|
{
|
@@ -728,21 +775,22 @@ module Aws
|
|
728
775
|
configuration: {
|
729
776
|
native_index_configuration: {
|
730
777
|
index_id: ::String,
|
778
|
+
version: ::Integer?,
|
731
779
|
boosting_override: Hash[::String, {
|
732
780
|
number_configuration: {
|
733
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
781
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
734
782
|
boosting_type: ("PRIORITIZE_LARGER_VALUES" | "PRIORITIZE_SMALLER_VALUES")?
|
735
783
|
}?,
|
736
784
|
string_configuration: {
|
737
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
738
|
-
attribute_value_boosting: Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")]?
|
785
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
786
|
+
attribute_value_boosting: Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO" | "THREE" | "FOUR" | "FIVE")]?
|
739
787
|
}?,
|
740
788
|
date_configuration: {
|
741
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
789
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
742
790
|
boosting_duration_in_seconds: ::Integer?
|
743
791
|
}?,
|
744
792
|
string_list_configuration: {
|
745
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
793
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
746
794
|
}?
|
747
795
|
}]?
|
748
796
|
}?,
|
@@ -870,6 +918,16 @@ module Aws
|
|
870
918
|
) -> _DeleteChatControlsConfigurationResponseSuccess
|
871
919
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteChatControlsConfigurationResponseSuccess
|
872
920
|
|
921
|
+
interface _DeleteChatResponseConfigurationResponseSuccess
|
922
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteChatResponseConfigurationResponse]
|
923
|
+
end
|
924
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QBusiness/Client.html#delete_chat_response_configuration-instance_method
|
925
|
+
def delete_chat_response_configuration: (
|
926
|
+
application_id: ::String,
|
927
|
+
chat_response_configuration_id: ::String
|
928
|
+
) -> _DeleteChatResponseConfigurationResponseSuccess
|
929
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteChatResponseConfigurationResponseSuccess
|
930
|
+
|
873
931
|
interface _DeleteConversationResponseSuccess
|
874
932
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConversationResponse]
|
875
933
|
end
|
@@ -1019,6 +1077,22 @@ module Aws
|
|
1019
1077
|
) -> _GetChatControlsConfigurationResponseSuccess
|
1020
1078
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChatControlsConfigurationResponseSuccess
|
1021
1079
|
|
1080
|
+
interface _GetChatResponseConfigurationResponseSuccess
|
1081
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetChatResponseConfigurationResponse]
|
1082
|
+
def chat_response_configuration_id: () -> ::String
|
1083
|
+
def chat_response_configuration_arn: () -> ::String
|
1084
|
+
def display_name: () -> ::String
|
1085
|
+
def created_at: () -> ::Time
|
1086
|
+
def in_use_configuration: () -> Types::ChatResponseConfigurationDetail
|
1087
|
+
def last_update_configuration: () -> Types::ChatResponseConfigurationDetail
|
1088
|
+
end
|
1089
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QBusiness/Client.html#get_chat_response_configuration-instance_method
|
1090
|
+
def get_chat_response_configuration: (
|
1091
|
+
application_id: ::String,
|
1092
|
+
chat_response_configuration_id: ::String
|
1093
|
+
) -> _GetChatResponseConfigurationResponseSuccess
|
1094
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChatResponseConfigurationResponseSuccess
|
1095
|
+
|
1022
1096
|
interface _GetDataAccessorResponseSuccess
|
1023
1097
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetDataAccessorResponse]
|
1024
1098
|
def display_name: () -> ::String
|
@@ -1028,6 +1102,7 @@ module Aws
|
|
1028
1102
|
def idc_application_arn: () -> ::String
|
1029
1103
|
def principal: () -> ::String
|
1030
1104
|
def action_configurations: () -> ::Array[Types::ActionConfiguration]
|
1105
|
+
def authentication_detail: () -> Types::DataAccessorAuthenticationDetail
|
1031
1106
|
def created_at: () -> ::Time
|
1032
1107
|
def updated_at: () -> ::Time
|
1033
1108
|
end
|
@@ -1232,6 +1307,19 @@ module Aws
|
|
1232
1307
|
) -> _ListAttachmentsResponseSuccess
|
1233
1308
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttachmentsResponseSuccess
|
1234
1309
|
|
1310
|
+
interface _ListChatResponseConfigurationsResponseSuccess
|
1311
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChatResponseConfigurationsResponse]
|
1312
|
+
def chat_response_configurations: () -> ::Array[Types::ChatResponseConfiguration]
|
1313
|
+
def next_token: () -> ::String
|
1314
|
+
end
|
1315
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QBusiness/Client.html#list_chat_response_configurations-instance_method
|
1316
|
+
def list_chat_response_configurations: (
|
1317
|
+
application_id: ::String,
|
1318
|
+
?max_results: ::Integer,
|
1319
|
+
?next_token: ::String
|
1320
|
+
) -> _ListChatResponseConfigurationsResponseSuccess
|
1321
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChatResponseConfigurationsResponseSuccess
|
1322
|
+
|
1235
1323
|
interface _ListConversationsResponseSuccess
|
1236
1324
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListConversationsResponse]
|
1237
1325
|
def next_token: () -> ::String
|
@@ -1755,6 +1843,30 @@ module Aws
|
|
1755
1843
|
) -> _UpdateChatControlsConfigurationResponseSuccess
|
1756
1844
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChatControlsConfigurationResponseSuccess
|
1757
1845
|
|
1846
|
+
interface _UpdateChatResponseConfigurationResponseSuccess
|
1847
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChatResponseConfigurationResponse]
|
1848
|
+
end
|
1849
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QBusiness/Client.html#update_chat_response_configuration-instance_method
|
1850
|
+
def update_chat_response_configuration: (
|
1851
|
+
application_id: ::String,
|
1852
|
+
chat_response_configuration_id: ::String,
|
1853
|
+
?display_name: ::String,
|
1854
|
+
response_configurations: Hash[("ALL"), {
|
1855
|
+
instruction_collection: {
|
1856
|
+
response_length: ::String?,
|
1857
|
+
target_audience: ::String?,
|
1858
|
+
perspective: ::String?,
|
1859
|
+
output_style: ::String?,
|
1860
|
+
identity: ::String?,
|
1861
|
+
tone: ::String?,
|
1862
|
+
custom_instructions: ::String?,
|
1863
|
+
examples: ::String?
|
1864
|
+
}?
|
1865
|
+
}],
|
1866
|
+
?client_token: ::String
|
1867
|
+
) -> _UpdateChatResponseConfigurationResponseSuccess
|
1868
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChatResponseConfigurationResponseSuccess
|
1869
|
+
|
1758
1870
|
interface _UpdateDataAccessorResponseSuccess
|
1759
1871
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDataAccessorResponse]
|
1760
1872
|
end
|
@@ -1841,6 +1953,15 @@ module Aws
|
|
1841
1953
|
}?
|
1842
1954
|
},
|
1843
1955
|
],
|
1956
|
+
?authentication_detail: {
|
1957
|
+
authentication_type: ("AWS_IAM_IDC_TTI" | "AWS_IAM_IDC_AUTH_CODE"),
|
1958
|
+
authentication_configuration: {
|
1959
|
+
idc_trusted_token_issuer_configuration: {
|
1960
|
+
idc_trusted_token_issuer_arn: ::String
|
1961
|
+
}?
|
1962
|
+
}?,
|
1963
|
+
external_ids: Array[::String]?
|
1964
|
+
},
|
1844
1965
|
?display_name: ::String
|
1845
1966
|
) -> _UpdateDataAccessorResponseSuccess
|
1846
1967
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataAccessorResponseSuccess
|
@@ -1975,7 +2096,7 @@ module Aws
|
|
1975
2096
|
bucket: ::String,
|
1976
2097
|
key: ::String
|
1977
2098
|
}?
|
1978
|
-
}
|
2099
|
+
}?
|
1979
2100
|
},
|
1980
2101
|
?auth_configuration: {
|
1981
2102
|
basic_auth_configuration: {
|
@@ -2008,21 +2129,22 @@ module Aws
|
|
2008
2129
|
?configuration: {
|
2009
2130
|
native_index_configuration: {
|
2010
2131
|
index_id: ::String,
|
2132
|
+
version: ::Integer?,
|
2011
2133
|
boosting_override: Hash[::String, {
|
2012
2134
|
number_configuration: {
|
2013
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
2135
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
2014
2136
|
boosting_type: ("PRIORITIZE_LARGER_VALUES" | "PRIORITIZE_SMALLER_VALUES")?
|
2015
2137
|
}?,
|
2016
2138
|
string_configuration: {
|
2017
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
2018
|
-
attribute_value_boosting: Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")]?
|
2139
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
2140
|
+
attribute_value_boosting: Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO" | "THREE" | "FOUR" | "FIVE")]?
|
2019
2141
|
}?,
|
2020
2142
|
date_configuration: {
|
2021
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"),
|
2143
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO"),
|
2022
2144
|
boosting_duration_in_seconds: ::Integer?
|
2023
2145
|
}?,
|
2024
2146
|
string_list_configuration: {
|
2025
|
-
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
2147
|
+
boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
2026
2148
|
}?
|
2027
2149
|
}]?
|
2028
2150
|
}?,
|
data/sig/types.rbs
CHANGED
@@ -147,6 +147,7 @@ module Aws::QBusiness
|
|
147
147
|
attr_accessor application_id: ::String
|
148
148
|
attr_accessor statement_id: ::String
|
149
149
|
attr_accessor actions: ::Array[::String]
|
150
|
+
attr_accessor conditions: ::Array[Types::PermissionCondition]
|
150
151
|
attr_accessor principal: ::String
|
151
152
|
SENSITIVE: []
|
152
153
|
end
|
@@ -356,6 +357,26 @@ module Aws::QBusiness
|
|
356
357
|
SENSITIVE: []
|
357
358
|
end
|
358
359
|
|
360
|
+
class ChatResponseConfiguration
|
361
|
+
attr_accessor chat_response_configuration_id: ::String
|
362
|
+
attr_accessor chat_response_configuration_arn: ::String
|
363
|
+
attr_accessor display_name: ::String
|
364
|
+
attr_accessor response_configuration_summary: ::String
|
365
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "FAILED" | "ACTIVE")
|
366
|
+
attr_accessor created_at: ::Time
|
367
|
+
attr_accessor updated_at: ::Time
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class ChatResponseConfigurationDetail
|
372
|
+
attr_accessor response_configurations: ::Hash[("ALL"), Types::ResponseConfiguration]
|
373
|
+
attr_accessor response_configuration_summary: ::String
|
374
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "FAILED" | "ACTIVE")
|
375
|
+
attr_accessor error: Types::ErrorDetail
|
376
|
+
attr_accessor updated_at: ::Time
|
377
|
+
SENSITIVE: []
|
378
|
+
end
|
379
|
+
|
359
380
|
class ChatSyncInput
|
360
381
|
attr_accessor application_id: ::String
|
361
382
|
attr_accessor user_id: ::String
|
@@ -498,12 +519,28 @@ module Aws::QBusiness
|
|
498
519
|
SENSITIVE: []
|
499
520
|
end
|
500
521
|
|
522
|
+
class CreateChatResponseConfigurationRequest
|
523
|
+
attr_accessor application_id: ::String
|
524
|
+
attr_accessor display_name: ::String
|
525
|
+
attr_accessor client_token: ::String
|
526
|
+
attr_accessor response_configurations: ::Hash[("ALL"), Types::ResponseConfiguration]
|
527
|
+
attr_accessor tags: ::Array[Types::Tag]
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class CreateChatResponseConfigurationResponse
|
532
|
+
attr_accessor chat_response_configuration_id: ::String
|
533
|
+
attr_accessor chat_response_configuration_arn: ::String
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
501
537
|
class CreateDataAccessorRequest
|
502
538
|
attr_accessor application_id: ::String
|
503
539
|
attr_accessor principal: ::String
|
504
540
|
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
505
541
|
attr_accessor client_token: ::String
|
506
542
|
attr_accessor display_name: ::String
|
543
|
+
attr_accessor authentication_detail: Types::DataAccessorAuthenticationDetail
|
507
544
|
attr_accessor tags: ::Array[Types::Tag]
|
508
545
|
SENSITIVE: [:display_name]
|
509
546
|
end
|
@@ -665,11 +702,35 @@ module Aws::QBusiness
|
|
665
702
|
attr_accessor data_accessor_arn: ::String
|
666
703
|
attr_accessor idc_application_arn: ::String
|
667
704
|
attr_accessor principal: ::String
|
705
|
+
attr_accessor authentication_detail: Types::DataAccessorAuthenticationDetail
|
668
706
|
attr_accessor created_at: ::Time
|
669
707
|
attr_accessor updated_at: ::Time
|
670
708
|
SENSITIVE: [:display_name]
|
671
709
|
end
|
672
710
|
|
711
|
+
class DataAccessorAuthenticationConfiguration
|
712
|
+
attr_accessor idc_trusted_token_issuer_configuration: Types::DataAccessorIdcTrustedTokenIssuerConfiguration
|
713
|
+
attr_accessor unknown: untyped
|
714
|
+
SENSITIVE: []
|
715
|
+
|
716
|
+
class IdcTrustedTokenIssuerConfiguration < DataAccessorAuthenticationConfiguration
|
717
|
+
end
|
718
|
+
class Unknown < DataAccessorAuthenticationConfiguration
|
719
|
+
end
|
720
|
+
end
|
721
|
+
|
722
|
+
class DataAccessorAuthenticationDetail
|
723
|
+
attr_accessor authentication_type: ("AWS_IAM_IDC_TTI" | "AWS_IAM_IDC_AUTH_CODE")
|
724
|
+
attr_accessor authentication_configuration: Types::DataAccessorAuthenticationConfiguration
|
725
|
+
attr_accessor external_ids: ::Array[::String]
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class DataAccessorIdcTrustedTokenIssuerConfiguration
|
730
|
+
attr_accessor idc_trusted_token_issuer_arn: ::String
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
673
734
|
class DataSource
|
674
735
|
attr_accessor display_name: ::String
|
675
736
|
attr_accessor data_source_id: ::String
|
@@ -707,7 +768,7 @@ module Aws::QBusiness
|
|
707
768
|
end
|
708
769
|
|
709
770
|
class DateAttributeBoostingConfiguration
|
710
|
-
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
771
|
+
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
711
772
|
attr_accessor boosting_duration_in_seconds: ::Integer
|
712
773
|
SENSITIVE: []
|
713
774
|
end
|
@@ -739,6 +800,15 @@ module Aws::QBusiness
|
|
739
800
|
class DeleteChatControlsConfigurationResponse < Aws::EmptyStructure
|
740
801
|
end
|
741
802
|
|
803
|
+
class DeleteChatResponseConfigurationRequest
|
804
|
+
attr_accessor application_id: ::String
|
805
|
+
attr_accessor chat_response_configuration_id: ::String
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class DeleteChatResponseConfigurationResponse < Aws::EmptyStructure
|
810
|
+
end
|
811
|
+
|
742
812
|
class DeleteConversationRequest
|
743
813
|
attr_accessor conversation_id: ::String
|
744
814
|
attr_accessor application_id: ::String
|
@@ -1067,6 +1137,22 @@ module Aws::QBusiness
|
|
1067
1137
|
SENSITIVE: []
|
1068
1138
|
end
|
1069
1139
|
|
1140
|
+
class GetChatResponseConfigurationRequest
|
1141
|
+
attr_accessor application_id: ::String
|
1142
|
+
attr_accessor chat_response_configuration_id: ::String
|
1143
|
+
SENSITIVE: []
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class GetChatResponseConfigurationResponse
|
1147
|
+
attr_accessor chat_response_configuration_id: ::String
|
1148
|
+
attr_accessor chat_response_configuration_arn: ::String
|
1149
|
+
attr_accessor display_name: ::String
|
1150
|
+
attr_accessor created_at: ::Time
|
1151
|
+
attr_accessor in_use_configuration: Types::ChatResponseConfigurationDetail
|
1152
|
+
attr_accessor last_update_configuration: Types::ChatResponseConfigurationDetail
|
1153
|
+
SENSITIVE: []
|
1154
|
+
end
|
1155
|
+
|
1070
1156
|
class GetDataAccessorRequest
|
1071
1157
|
attr_accessor application_id: ::String
|
1072
1158
|
attr_accessor data_accessor_id: ::String
|
@@ -1081,6 +1167,7 @@ module Aws::QBusiness
|
|
1081
1167
|
attr_accessor idc_application_arn: ::String
|
1082
1168
|
attr_accessor principal: ::String
|
1083
1169
|
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
1170
|
+
attr_accessor authentication_detail: Types::DataAccessorAuthenticationDetail
|
1084
1171
|
attr_accessor created_at: ::Time
|
1085
1172
|
attr_accessor updated_at: ::Time
|
1086
1173
|
SENSITIVE: [:display_name]
|
@@ -1345,6 +1432,18 @@ module Aws::QBusiness
|
|
1345
1432
|
SENSITIVE: []
|
1346
1433
|
end
|
1347
1434
|
|
1435
|
+
class InstructionCollection
|
1436
|
+
attr_accessor response_length: ::String
|
1437
|
+
attr_accessor target_audience: ::String
|
1438
|
+
attr_accessor perspective: ::String
|
1439
|
+
attr_accessor output_style: ::String
|
1440
|
+
attr_accessor identity: ::String
|
1441
|
+
attr_accessor tone: ::String
|
1442
|
+
attr_accessor custom_instructions: ::String
|
1443
|
+
attr_accessor examples: ::String
|
1444
|
+
SENSITIVE: []
|
1445
|
+
end
|
1446
|
+
|
1348
1447
|
class InternalServerException
|
1349
1448
|
attr_accessor message: ::String
|
1350
1449
|
SENSITIVE: []
|
@@ -1387,6 +1486,19 @@ module Aws::QBusiness
|
|
1387
1486
|
SENSITIVE: []
|
1388
1487
|
end
|
1389
1488
|
|
1489
|
+
class ListChatResponseConfigurationsRequest
|
1490
|
+
attr_accessor application_id: ::String
|
1491
|
+
attr_accessor max_results: ::Integer
|
1492
|
+
attr_accessor next_token: ::String
|
1493
|
+
SENSITIVE: []
|
1494
|
+
end
|
1495
|
+
|
1496
|
+
class ListChatResponseConfigurationsResponse
|
1497
|
+
attr_accessor chat_response_configurations: ::Array[Types::ChatResponseConfiguration]
|
1498
|
+
attr_accessor next_token: ::String
|
1499
|
+
SENSITIVE: []
|
1500
|
+
end
|
1501
|
+
|
1390
1502
|
class ListConversationsRequest
|
1391
1503
|
attr_accessor application_id: ::String
|
1392
1504
|
attr_accessor user_id: ::String
|
@@ -1662,6 +1774,7 @@ module Aws::QBusiness
|
|
1662
1774
|
|
1663
1775
|
class NativeIndexConfiguration
|
1664
1776
|
attr_accessor index_id: ::String
|
1777
|
+
attr_accessor version: ::Integer
|
1665
1778
|
attr_accessor boosting_override: ::Hash[::String, Types::DocumentAttributeBoostingConfiguration]
|
1666
1779
|
SENSITIVE: []
|
1667
1780
|
end
|
@@ -1670,7 +1783,7 @@ module Aws::QBusiness
|
|
1670
1783
|
end
|
1671
1784
|
|
1672
1785
|
class NumberAttributeBoostingConfiguration
|
1673
|
-
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
1786
|
+
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
1674
1787
|
attr_accessor boosting_type: ("PRIORITIZE_LARGER_VALUES" | "PRIORITIZE_SMALLER_VALUES")
|
1675
1788
|
SENSITIVE: []
|
1676
1789
|
end
|
@@ -1694,6 +1807,13 @@ module Aws::QBusiness
|
|
1694
1807
|
SENSITIVE: []
|
1695
1808
|
end
|
1696
1809
|
|
1810
|
+
class PermissionCondition
|
1811
|
+
attr_accessor condition_operator: ("StringEquals")
|
1812
|
+
attr_accessor condition_key: ::String
|
1813
|
+
attr_accessor condition_values: ::Array[::String]
|
1814
|
+
SENSITIVE: []
|
1815
|
+
end
|
1816
|
+
|
1697
1817
|
class PersonalizationConfiguration
|
1698
1818
|
attr_accessor personalization_control_mode: ("ENABLED" | "DISABLED")
|
1699
1819
|
SENSITIVE: []
|
@@ -1822,6 +1942,11 @@ module Aws::QBusiness
|
|
1822
1942
|
SENSITIVE: []
|
1823
1943
|
end
|
1824
1944
|
|
1945
|
+
class ResponseConfiguration
|
1946
|
+
attr_accessor instruction_collection: Types::InstructionCollection
|
1947
|
+
SENSITIVE: []
|
1948
|
+
end
|
1949
|
+
|
1825
1950
|
class Retriever
|
1826
1951
|
attr_accessor application_id: ::String
|
1827
1952
|
attr_accessor retriever_id: ::String
|
@@ -1974,13 +2099,13 @@ module Aws::QBusiness
|
|
1974
2099
|
end
|
1975
2100
|
|
1976
2101
|
class StringAttributeBoostingConfiguration
|
1977
|
-
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
1978
|
-
attr_accessor attribute_value_boosting: ::Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")]
|
2102
|
+
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
2103
|
+
attr_accessor attribute_value_boosting: ::Hash[::String, ("LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO" | "THREE" | "FOUR" | "FIVE")]
|
1979
2104
|
SENSITIVE: []
|
1980
2105
|
end
|
1981
2106
|
|
1982
2107
|
class StringListAttributeBoostingConfiguration
|
1983
|
-
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH")
|
2108
|
+
attr_accessor boosting_level: ("NONE" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH" | "ONE" | "TWO")
|
1984
2109
|
SENSITIVE: []
|
1985
2110
|
end
|
1986
2111
|
|
@@ -2113,10 +2238,23 @@ module Aws::QBusiness
|
|
2113
2238
|
class UpdateChatControlsConfigurationResponse < Aws::EmptyStructure
|
2114
2239
|
end
|
2115
2240
|
|
2241
|
+
class UpdateChatResponseConfigurationRequest
|
2242
|
+
attr_accessor application_id: ::String
|
2243
|
+
attr_accessor chat_response_configuration_id: ::String
|
2244
|
+
attr_accessor display_name: ::String
|
2245
|
+
attr_accessor response_configurations: ::Hash[("ALL"), Types::ResponseConfiguration]
|
2246
|
+
attr_accessor client_token: ::String
|
2247
|
+
SENSITIVE: []
|
2248
|
+
end
|
2249
|
+
|
2250
|
+
class UpdateChatResponseConfigurationResponse < Aws::EmptyStructure
|
2251
|
+
end
|
2252
|
+
|
2116
2253
|
class UpdateDataAccessorRequest
|
2117
2254
|
attr_accessor application_id: ::String
|
2118
2255
|
attr_accessor data_accessor_id: ::String
|
2119
2256
|
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
2257
|
+
attr_accessor authentication_detail: Types::DataAccessorAuthenticationDetail
|
2120
2258
|
attr_accessor display_name: ::String
|
2121
2259
|
SENSITIVE: [:display_name]
|
2122
2260
|
end
|