aws-sdk-qbusiness 1.23.0 → 1.24.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/async_client.rb +2 -2
- data/lib/aws-sdk-qbusiness/client.rb +932 -9
- data/lib/aws-sdk-qbusiness/client_api.rb +449 -0
- data/lib/aws-sdk-qbusiness/types.rb +910 -16
- data/lib/aws-sdk-qbusiness.rb +2 -2
- data/sig/client.rbs +432 -6
- data/sig/types.rbs +264 -8
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -39,6 +39,12 @@ module Aws::QBusiness
|
|
39
39
|
SENSITIVE: []
|
40
40
|
end
|
41
41
|
|
42
|
+
class ActionConfiguration
|
43
|
+
attr_accessor action: ::String
|
44
|
+
attr_accessor filter_configuration: Types::ActionFilterConfiguration
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
42
48
|
class ActionExecution
|
43
49
|
attr_accessor plugin_id: ::String
|
44
50
|
attr_accessor payload: ::Hash[::String, Types::ActionExecutionPayloadField]
|
@@ -59,9 +65,14 @@ module Aws::QBusiness
|
|
59
65
|
SENSITIVE: []
|
60
66
|
end
|
61
67
|
|
68
|
+
class ActionFilterConfiguration
|
69
|
+
attr_accessor document_attribute_filter: Types::AttributeFilter
|
70
|
+
SENSITIVE: []
|
71
|
+
end
|
72
|
+
|
62
73
|
class ActionReview
|
63
74
|
attr_accessor plugin_id: ::String
|
64
|
-
attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
|
75
|
+
attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
65
76
|
attr_accessor payload: ::Hash[::String, Types::ActionReviewPayloadField]
|
66
77
|
attr_accessor payload_field_name_separator: ::String
|
67
78
|
SENSITIVE: []
|
@@ -72,7 +83,7 @@ module Aws::QBusiness
|
|
72
83
|
attr_accessor user_message_id: ::String
|
73
84
|
attr_accessor system_message_id: ::String
|
74
85
|
attr_accessor plugin_id: ::String
|
75
|
-
attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
|
86
|
+
attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
76
87
|
attr_accessor payload: ::Hash[::String, Types::ActionReviewPayloadField]
|
77
88
|
attr_accessor payload_field_name_separator: ::String
|
78
89
|
attr_accessor event_type: untyped
|
@@ -98,13 +109,22 @@ module Aws::QBusiness
|
|
98
109
|
SENSITIVE: []
|
99
110
|
end
|
100
111
|
|
112
|
+
class ActionSummary
|
113
|
+
attr_accessor action_identifier: ::String
|
114
|
+
attr_accessor display_name: ::String
|
115
|
+
attr_accessor instruction_example: ::String
|
116
|
+
attr_accessor description: ::String
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
101
120
|
class Application
|
102
121
|
attr_accessor display_name: ::String
|
103
122
|
attr_accessor application_id: ::String
|
104
123
|
attr_accessor created_at: ::Time
|
105
124
|
attr_accessor updated_at: ::Time
|
106
125
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|
107
|
-
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC")
|
126
|
+
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP")
|
127
|
+
attr_accessor quick_sight_configuration: Types::QuickSightConfiguration
|
108
128
|
SENSITIVE: []
|
109
129
|
end
|
110
130
|
|
@@ -118,6 +138,19 @@ module Aws::QBusiness
|
|
118
138
|
SENSITIVE: []
|
119
139
|
end
|
120
140
|
|
141
|
+
class AssociatePermissionRequest
|
142
|
+
attr_accessor application_id: ::String
|
143
|
+
attr_accessor statement_id: ::String
|
144
|
+
attr_accessor actions: ::Array[::String]
|
145
|
+
attr_accessor principal: ::String
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class AssociatePermissionResponse
|
150
|
+
attr_accessor statement: ::String
|
151
|
+
SENSITIVE: []
|
152
|
+
end
|
153
|
+
|
121
154
|
class Attachment
|
122
155
|
attr_accessor attachment_id: ::String
|
123
156
|
attr_accessor conversation_id: ::String
|
@@ -333,6 +366,17 @@ module Aws::QBusiness
|
|
333
366
|
SENSITIVE: []
|
334
367
|
end
|
335
368
|
|
369
|
+
class ContentSource
|
370
|
+
attr_accessor retriever: Types::RetrieverContentSource
|
371
|
+
attr_accessor unknown: untyped
|
372
|
+
SENSITIVE: []
|
373
|
+
|
374
|
+
class Retriever < ContentSource
|
375
|
+
end
|
376
|
+
class Unknown < ContentSource
|
377
|
+
end
|
378
|
+
end
|
379
|
+
|
336
380
|
class Conversation
|
337
381
|
attr_accessor conversation_id: ::String
|
338
382
|
attr_accessor title: ::String
|
@@ -360,7 +404,7 @@ module Aws::QBusiness
|
|
360
404
|
class CreateApplicationRequest
|
361
405
|
attr_accessor display_name: ::String
|
362
406
|
attr_accessor role_arn: ::String
|
363
|
-
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC")
|
407
|
+
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP")
|
364
408
|
attr_accessor iam_identity_provider_arn: ::String
|
365
409
|
attr_accessor identity_center_instance_arn: ::String
|
366
410
|
attr_accessor client_ids_for_oidc: ::Array[::String]
|
@@ -371,6 +415,7 @@ module Aws::QBusiness
|
|
371
415
|
attr_accessor attachments_configuration: Types::AttachmentsConfiguration
|
372
416
|
attr_accessor q_apps_configuration: Types::QAppsConfiguration
|
373
417
|
attr_accessor personalization_configuration: Types::PersonalizationConfiguration
|
418
|
+
attr_accessor quick_sight_configuration: Types::QuickSightConfiguration
|
374
419
|
SENSITIVE: []
|
375
420
|
end
|
376
421
|
|
@@ -380,6 +425,23 @@ module Aws::QBusiness
|
|
380
425
|
SENSITIVE: []
|
381
426
|
end
|
382
427
|
|
428
|
+
class CreateDataAccessorRequest
|
429
|
+
attr_accessor application_id: ::String
|
430
|
+
attr_accessor principal: ::String
|
431
|
+
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
432
|
+
attr_accessor client_token: ::String
|
433
|
+
attr_accessor display_name: ::String
|
434
|
+
attr_accessor tags: ::Array[Types::Tag]
|
435
|
+
SENSITIVE: [:display_name]
|
436
|
+
end
|
437
|
+
|
438
|
+
class CreateDataAccessorResponse
|
439
|
+
attr_accessor data_accessor_id: ::String
|
440
|
+
attr_accessor idc_application_arn: ::String
|
441
|
+
attr_accessor data_accessor_arn: ::String
|
442
|
+
SENSITIVE: []
|
443
|
+
end
|
444
|
+
|
383
445
|
class CreateDataSourceRequest
|
384
446
|
attr_accessor application_id: ::String
|
385
447
|
attr_accessor index_id: ::String
|
@@ -422,7 +484,7 @@ module Aws::QBusiness
|
|
422
484
|
class CreatePluginRequest
|
423
485
|
attr_accessor application_id: ::String
|
424
486
|
attr_accessor display_name: ::String
|
425
|
-
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
|
487
|
+
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
426
488
|
attr_accessor auth_configuration: Types::PluginAuthConfiguration
|
427
489
|
attr_accessor server_url: ::String
|
428
490
|
attr_accessor custom_plugin_configuration: Types::CustomPluginConfiguration
|
@@ -478,6 +540,7 @@ module Aws::QBusiness
|
|
478
540
|
attr_accessor client_token: ::String
|
479
541
|
attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
|
480
542
|
attr_accessor browser_extension_configuration: Types::BrowserExtensionConfiguration
|
543
|
+
attr_accessor customization_configuration: Types::CustomizationConfiguration
|
481
544
|
SENSITIVE: []
|
482
545
|
end
|
483
546
|
|
@@ -499,6 +562,25 @@ module Aws::QBusiness
|
|
499
562
|
SENSITIVE: []
|
500
563
|
end
|
501
564
|
|
565
|
+
class CustomizationConfiguration
|
566
|
+
attr_accessor custom_css_url: ::String
|
567
|
+
attr_accessor logo_url: ::String
|
568
|
+
attr_accessor font_url: ::String
|
569
|
+
attr_accessor favicon_url: ::String
|
570
|
+
SENSITIVE: []
|
571
|
+
end
|
572
|
+
|
573
|
+
class DataAccessor
|
574
|
+
attr_accessor display_name: ::String
|
575
|
+
attr_accessor data_accessor_id: ::String
|
576
|
+
attr_accessor data_accessor_arn: ::String
|
577
|
+
attr_accessor idc_application_arn: ::String
|
578
|
+
attr_accessor principal: ::String
|
579
|
+
attr_accessor created_at: ::Time
|
580
|
+
attr_accessor updated_at: ::Time
|
581
|
+
SENSITIVE: [:display_name]
|
582
|
+
end
|
583
|
+
|
502
584
|
class DataSource
|
503
585
|
attr_accessor display_name: ::String
|
504
586
|
attr_accessor data_source_id: ::String
|
@@ -567,6 +649,15 @@ module Aws::QBusiness
|
|
567
649
|
class DeleteConversationResponse < Aws::EmptyStructure
|
568
650
|
end
|
569
651
|
|
652
|
+
class DeleteDataAccessorRequest
|
653
|
+
attr_accessor application_id: ::String
|
654
|
+
attr_accessor data_accessor_id: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class DeleteDataAccessorResponse < Aws::EmptyStructure
|
659
|
+
end
|
660
|
+
|
570
661
|
class DeleteDataSourceRequest
|
571
662
|
attr_accessor application_id: ::String
|
572
663
|
attr_accessor index_id: ::String
|
@@ -638,6 +729,15 @@ module Aws::QBusiness
|
|
638
729
|
class DeleteWebExperienceResponse < Aws::EmptyStructure
|
639
730
|
end
|
640
731
|
|
732
|
+
class DisassociatePermissionRequest
|
733
|
+
attr_accessor application_id: ::String
|
734
|
+
attr_accessor statement_id: ::String
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class DisassociatePermissionResponse < Aws::EmptyStructure
|
739
|
+
end
|
740
|
+
|
641
741
|
class Document
|
642
742
|
attr_accessor id: ::String
|
643
743
|
attr_accessor attributes: ::Array[Types::DocumentAttribute]
|
@@ -799,7 +899,7 @@ module Aws::QBusiness
|
|
799
899
|
attr_accessor display_name: ::String
|
800
900
|
attr_accessor application_id: ::String
|
801
901
|
attr_accessor application_arn: ::String
|
802
|
-
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC")
|
902
|
+
attr_accessor identity_type: ("AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP")
|
803
903
|
attr_accessor iam_identity_provider_arn: ::String
|
804
904
|
attr_accessor identity_center_application_arn: ::String
|
805
905
|
attr_accessor role_arn: ::String
|
@@ -814,6 +914,7 @@ module Aws::QBusiness
|
|
814
914
|
attr_accessor personalization_configuration: Types::PersonalizationConfiguration
|
815
915
|
attr_accessor auto_subscription_configuration: Types::AutoSubscriptionConfiguration
|
816
916
|
attr_accessor client_ids_for_oidc: ::Array[::String]
|
917
|
+
attr_accessor quick_sight_configuration: Types::QuickSightConfiguration
|
817
918
|
SENSITIVE: []
|
818
919
|
end
|
819
920
|
|
@@ -833,6 +934,25 @@ module Aws::QBusiness
|
|
833
934
|
SENSITIVE: []
|
834
935
|
end
|
835
936
|
|
937
|
+
class GetDataAccessorRequest
|
938
|
+
attr_accessor application_id: ::String
|
939
|
+
attr_accessor data_accessor_id: ::String
|
940
|
+
SENSITIVE: []
|
941
|
+
end
|
942
|
+
|
943
|
+
class GetDataAccessorResponse
|
944
|
+
attr_accessor display_name: ::String
|
945
|
+
attr_accessor data_accessor_id: ::String
|
946
|
+
attr_accessor data_accessor_arn: ::String
|
947
|
+
attr_accessor application_id: ::String
|
948
|
+
attr_accessor idc_application_arn: ::String
|
949
|
+
attr_accessor principal: ::String
|
950
|
+
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
951
|
+
attr_accessor created_at: ::Time
|
952
|
+
attr_accessor updated_at: ::Time
|
953
|
+
SENSITIVE: [:display_name]
|
954
|
+
end
|
955
|
+
|
836
956
|
class GetDataSourceRequest
|
837
957
|
attr_accessor application_id: ::String
|
838
958
|
attr_accessor index_id: ::String
|
@@ -922,7 +1042,7 @@ module Aws::QBusiness
|
|
922
1042
|
attr_accessor application_id: ::String
|
923
1043
|
attr_accessor plugin_id: ::String
|
924
1044
|
attr_accessor display_name: ::String
|
925
|
-
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
|
1045
|
+
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
926
1046
|
attr_accessor server_url: ::String
|
927
1047
|
attr_accessor auth_configuration: Types::PluginAuthConfiguration
|
928
1048
|
attr_accessor custom_plugin_configuration: Types::CustomPluginConfiguration
|
@@ -934,6 +1054,16 @@ module Aws::QBusiness
|
|
934
1054
|
SENSITIVE: []
|
935
1055
|
end
|
936
1056
|
|
1057
|
+
class GetPolicyRequest
|
1058
|
+
attr_accessor application_id: ::String
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class GetPolicyResponse
|
1063
|
+
attr_accessor policy: ::String
|
1064
|
+
SENSITIVE: []
|
1065
|
+
end
|
1066
|
+
|
937
1067
|
class GetRetrieverRequest
|
938
1068
|
attr_accessor application_id: ::String
|
939
1069
|
attr_accessor retriever_id: ::String
|
@@ -989,6 +1119,7 @@ module Aws::QBusiness
|
|
989
1119
|
attr_accessor authentication_configuration: Types::WebExperienceAuthConfiguration
|
990
1120
|
attr_accessor error: Types::ErrorDetail
|
991
1121
|
attr_accessor browser_extension_configuration: Types::BrowserExtensionConfiguration
|
1122
|
+
attr_accessor customization_configuration: Types::CustomizationConfiguration
|
992
1123
|
SENSITIVE: []
|
993
1124
|
end
|
994
1125
|
|
@@ -1019,6 +1150,12 @@ module Aws::QBusiness
|
|
1019
1150
|
SENSITIVE: []
|
1020
1151
|
end
|
1021
1152
|
|
1153
|
+
class IdcAuthConfiguration
|
1154
|
+
attr_accessor idc_application_arn: ::String
|
1155
|
+
attr_accessor role_arn: ::String
|
1156
|
+
SENSITIVE: []
|
1157
|
+
end
|
1158
|
+
|
1022
1159
|
class IdentityProviderConfiguration
|
1023
1160
|
attr_accessor saml_configuration: Types::SamlProviderConfiguration
|
1024
1161
|
attr_accessor open_id_connect_configuration: Types::OpenIDConnectProviderConfiguration
|
@@ -1120,6 +1257,19 @@ module Aws::QBusiness
|
|
1120
1257
|
SENSITIVE: []
|
1121
1258
|
end
|
1122
1259
|
|
1260
|
+
class ListDataAccessorsRequest
|
1261
|
+
attr_accessor application_id: ::String
|
1262
|
+
attr_accessor next_token: ::String
|
1263
|
+
attr_accessor max_results: ::Integer
|
1264
|
+
SENSITIVE: []
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class ListDataAccessorsResponse
|
1268
|
+
attr_accessor data_accessors: ::Array[Types::DataAccessor]
|
1269
|
+
attr_accessor next_token: ::String
|
1270
|
+
SENSITIVE: []
|
1271
|
+
end
|
1272
|
+
|
1123
1273
|
class ListDataSourceSyncJobsRequest
|
1124
1274
|
attr_accessor data_source_id: ::String
|
1125
1275
|
attr_accessor application_id: ::String
|
@@ -1211,6 +1361,45 @@ module Aws::QBusiness
|
|
1211
1361
|
SENSITIVE: []
|
1212
1362
|
end
|
1213
1363
|
|
1364
|
+
class ListPluginActionsRequest
|
1365
|
+
attr_accessor application_id: ::String
|
1366
|
+
attr_accessor plugin_id: ::String
|
1367
|
+
attr_accessor next_token: ::String
|
1368
|
+
attr_accessor max_results: ::Integer
|
1369
|
+
SENSITIVE: []
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class ListPluginActionsResponse
|
1373
|
+
attr_accessor next_token: ::String
|
1374
|
+
attr_accessor items: ::Array[Types::ActionSummary]
|
1375
|
+
SENSITIVE: []
|
1376
|
+
end
|
1377
|
+
|
1378
|
+
class ListPluginTypeActionsRequest
|
1379
|
+
attr_accessor plugin_type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
1380
|
+
attr_accessor next_token: ::String
|
1381
|
+
attr_accessor max_results: ::Integer
|
1382
|
+
SENSITIVE: []
|
1383
|
+
end
|
1384
|
+
|
1385
|
+
class ListPluginTypeActionsResponse
|
1386
|
+
attr_accessor next_token: ::String
|
1387
|
+
attr_accessor items: ::Array[Types::ActionSummary]
|
1388
|
+
SENSITIVE: []
|
1389
|
+
end
|
1390
|
+
|
1391
|
+
class ListPluginTypeMetadataRequest
|
1392
|
+
attr_accessor next_token: ::String
|
1393
|
+
attr_accessor max_results: ::Integer
|
1394
|
+
SENSITIVE: []
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class ListPluginTypeMetadataResponse
|
1398
|
+
attr_accessor next_token: ::String
|
1399
|
+
attr_accessor items: ::Array[Types::PluginTypeMetadataSummary]
|
1400
|
+
SENSITIVE: []
|
1401
|
+
end
|
1402
|
+
|
1214
1403
|
class ListPluginsRequest
|
1215
1404
|
attr_accessor application_id: ::String
|
1216
1405
|
attr_accessor next_token: ::String
|
@@ -1330,6 +1519,8 @@ module Aws::QBusiness
|
|
1330
1519
|
class OAuth2ClientCredentialConfiguration
|
1331
1520
|
attr_accessor secret_arn: ::String
|
1332
1521
|
attr_accessor role_arn: ::String
|
1522
|
+
attr_accessor authorization_url: ::String
|
1523
|
+
attr_accessor token_url: ::String
|
1333
1524
|
SENSITIVE: []
|
1334
1525
|
end
|
1335
1526
|
|
@@ -1347,7 +1538,7 @@ module Aws::QBusiness
|
|
1347
1538
|
class Plugin
|
1348
1539
|
attr_accessor plugin_id: ::String
|
1349
1540
|
attr_accessor display_name: ::String
|
1350
|
-
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM")
|
1541
|
+
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
1351
1542
|
attr_accessor server_url: ::String
|
1352
1543
|
attr_accessor state: ("ENABLED" | "DISABLED")
|
1353
1544
|
attr_accessor build_status: ("READY" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
@@ -1360,6 +1551,7 @@ module Aws::QBusiness
|
|
1360
1551
|
attr_accessor basic_auth_configuration: Types::BasicAuthConfiguration
|
1361
1552
|
attr_accessor o_auth_2_client_credential_configuration: Types::OAuth2ClientCredentialConfiguration
|
1362
1553
|
attr_accessor no_auth_configuration: Types::NoAuthConfiguration
|
1554
|
+
attr_accessor idc_auth_configuration: Types::IdcAuthConfiguration
|
1363
1555
|
attr_accessor unknown: untyped
|
1364
1556
|
SENSITIVE: []
|
1365
1557
|
|
@@ -1369,6 +1561,8 @@ module Aws::QBusiness
|
|
1369
1561
|
end
|
1370
1562
|
class NoAuthConfiguration < PluginAuthConfiguration
|
1371
1563
|
end
|
1564
|
+
class IdcAuthConfiguration < PluginAuthConfiguration
|
1565
|
+
end
|
1372
1566
|
class Unknown < PluginAuthConfiguration
|
1373
1567
|
end
|
1374
1568
|
end
|
@@ -1378,6 +1572,13 @@ module Aws::QBusiness
|
|
1378
1572
|
SENSITIVE: []
|
1379
1573
|
end
|
1380
1574
|
|
1575
|
+
class PluginTypeMetadataSummary
|
1576
|
+
attr_accessor type: ("SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA")
|
1577
|
+
attr_accessor category: ("Customer relationship management (CRM)" | "Project management" | "Communication" | "Productivity" | "Ticketing and incident management")
|
1578
|
+
attr_accessor description: ::String
|
1579
|
+
SENSITIVE: []
|
1580
|
+
end
|
1581
|
+
|
1381
1582
|
class Principal
|
1382
1583
|
attr_accessor user: Types::PrincipalUser
|
1383
1584
|
attr_accessor group: Types::PrincipalGroup
|
@@ -1435,6 +1636,21 @@ module Aws::QBusiness
|
|
1435
1636
|
SENSITIVE: []
|
1436
1637
|
end
|
1437
1638
|
|
1639
|
+
class QuickSightConfiguration
|
1640
|
+
attr_accessor client_namespace: ::String
|
1641
|
+
SENSITIVE: []
|
1642
|
+
end
|
1643
|
+
|
1644
|
+
class RelevantContent
|
1645
|
+
attr_accessor content: ::String
|
1646
|
+
attr_accessor document_id: ::String
|
1647
|
+
attr_accessor document_title: ::String
|
1648
|
+
attr_accessor document_uri: ::String
|
1649
|
+
attr_accessor document_attributes: ::Array[Types::DocumentAttribute]
|
1650
|
+
attr_accessor score_attributes: Types::ScoreAttributes
|
1651
|
+
SENSITIVE: []
|
1652
|
+
end
|
1653
|
+
|
1438
1654
|
class ResourceNotFoundException
|
1439
1655
|
attr_accessor message: ::String
|
1440
1656
|
attr_accessor resource_id: ::String
|
@@ -1465,6 +1681,11 @@ module Aws::QBusiness
|
|
1465
1681
|
end
|
1466
1682
|
end
|
1467
1683
|
|
1684
|
+
class RetrieverContentSource
|
1685
|
+
attr_accessor retriever_id: ::String
|
1686
|
+
SENSITIVE: []
|
1687
|
+
end
|
1688
|
+
|
1468
1689
|
class Rule
|
1469
1690
|
attr_accessor included_users_and_groups: Types::UsersAndGroups
|
1470
1691
|
attr_accessor excluded_users_and_groups: Types::UsersAndGroups
|
@@ -1506,6 +1727,29 @@ module Aws::QBusiness
|
|
1506
1727
|
SENSITIVE: []
|
1507
1728
|
end
|
1508
1729
|
|
1730
|
+
class ScoreAttributes
|
1731
|
+
attr_accessor score_confidence: ("VERY_HIGH" | "HIGH" | "MEDIUM" | "LOW" | "NOT_AVAILABLE")
|
1732
|
+
SENSITIVE: []
|
1733
|
+
end
|
1734
|
+
|
1735
|
+
class SearchRelevantContentRequest
|
1736
|
+
attr_accessor application_id: ::String
|
1737
|
+
attr_accessor user_id: ::String
|
1738
|
+
attr_accessor user_groups: ::Array[::String]
|
1739
|
+
attr_accessor query_text: ::String
|
1740
|
+
attr_accessor content_source: Types::ContentSource
|
1741
|
+
attr_accessor attribute_filter: Types::AttributeFilter
|
1742
|
+
attr_accessor max_results: ::Integer
|
1743
|
+
attr_accessor next_token: ::String
|
1744
|
+
SENSITIVE: []
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class SearchRelevantContentResponse
|
1748
|
+
attr_accessor relevant_content: ::Array[Types::RelevantContent]
|
1749
|
+
attr_accessor next_token: ::String
|
1750
|
+
SENSITIVE: []
|
1751
|
+
end
|
1752
|
+
|
1509
1753
|
class ServiceQuotaExceededException
|
1510
1754
|
attr_accessor message: ::String
|
1511
1755
|
attr_accessor resource_id: ::String
|
@@ -1658,6 +1902,17 @@ module Aws::QBusiness
|
|
1658
1902
|
class UpdateChatControlsConfigurationResponse < Aws::EmptyStructure
|
1659
1903
|
end
|
1660
1904
|
|
1905
|
+
class UpdateDataAccessorRequest
|
1906
|
+
attr_accessor application_id: ::String
|
1907
|
+
attr_accessor data_accessor_id: ::String
|
1908
|
+
attr_accessor action_configurations: ::Array[Types::ActionConfiguration]
|
1909
|
+
attr_accessor display_name: ::String
|
1910
|
+
SENSITIVE: [:display_name]
|
1911
|
+
end
|
1912
|
+
|
1913
|
+
class UpdateDataAccessorResponse < Aws::EmptyStructure
|
1914
|
+
end
|
1915
|
+
|
1661
1916
|
class UpdateDataSourceRequest
|
1662
1917
|
attr_accessor application_id: ::String
|
1663
1918
|
attr_accessor index_id: ::String
|
@@ -1742,6 +1997,7 @@ module Aws::QBusiness
|
|
1742
1997
|
attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
|
1743
1998
|
attr_accessor origins: ::Array[::String]
|
1744
1999
|
attr_accessor browser_extension_configuration: Types::BrowserExtensionConfiguration
|
2000
|
+
attr_accessor customization_configuration: Types::CustomizationConfiguration
|
1745
2001
|
SENSITIVE: []
|
1746
2002
|
end
|
1747
2003
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|