aws-sdk-connectwisdomservice 1.9.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectwisdomservice/client.rb +22 -5
- data/lib/aws-sdk-connectwisdomservice/client_api.rb +4 -3
- data/lib/aws-sdk-connectwisdomservice/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-connectwisdomservice/endpoint_provider.rb +110 -0
- data/lib/aws-sdk-connectwisdomservice/endpoints.rb +449 -0
- data/lib/aws-sdk-connectwisdomservice/plugins/endpoints.rb +130 -0
- data/lib/aws-sdk-connectwisdomservice/types.rb +0 -370
- data/lib/aws-sdk-connectwisdomservice.rb +5 -1
- metadata +8 -4
@@ -26,14 +26,6 @@ module Aws::ConnectWisdomService
|
|
26
26
|
# Configuration information for Amazon AppIntegrations to automatically
|
27
27
|
# ingest content.
|
28
28
|
#
|
29
|
-
# @note When making an API call, you may pass AppIntegrationsConfiguration
|
30
|
-
# data as a hash:
|
31
|
-
#
|
32
|
-
# {
|
33
|
-
# app_integration_arn: "GenericArn", # required
|
34
|
-
# object_fields: ["NonEmptyString"], # required
|
35
|
-
# }
|
36
|
-
#
|
37
29
|
# @!attribute [rw] app_integration_arn
|
38
30
|
# The Amazon Resource Name (ARN) of the AppIntegrations
|
39
31
|
# DataIntegration to use for ingesting content.
|
@@ -499,21 +491,6 @@ module Aws::ConnectWisdomService
|
|
499
491
|
include Aws::Structure
|
500
492
|
end
|
501
493
|
|
502
|
-
# @note When making an API call, you may pass CreateAssistantAssociationRequest
|
503
|
-
# data as a hash:
|
504
|
-
#
|
505
|
-
# {
|
506
|
-
# assistant_id: "UuidOrArn", # required
|
507
|
-
# association: { # required
|
508
|
-
# knowledge_base_id: "Uuid",
|
509
|
-
# },
|
510
|
-
# association_type: "KNOWLEDGE_BASE", # required, accepts KNOWLEDGE_BASE
|
511
|
-
# client_token: "ClientToken",
|
512
|
-
# tags: {
|
513
|
-
# "TagKey" => "TagValue",
|
514
|
-
# },
|
515
|
-
# }
|
516
|
-
#
|
517
494
|
# @!attribute [rw] assistant_id
|
518
495
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
519
496
|
# ARN. URLs cannot contain the ARN.
|
@@ -564,22 +541,6 @@ module Aws::ConnectWisdomService
|
|
564
541
|
include Aws::Structure
|
565
542
|
end
|
566
543
|
|
567
|
-
# @note When making an API call, you may pass CreateAssistantRequest
|
568
|
-
# data as a hash:
|
569
|
-
#
|
570
|
-
# {
|
571
|
-
# client_token: "ClientToken",
|
572
|
-
# description: "Description",
|
573
|
-
# name: "Name", # required
|
574
|
-
# server_side_encryption_configuration: {
|
575
|
-
# kms_key_id: "NonEmptyString",
|
576
|
-
# },
|
577
|
-
# tags: {
|
578
|
-
# "TagKey" => "TagValue",
|
579
|
-
# },
|
580
|
-
# type: "AGENT", # required, accepts AGENT
|
581
|
-
# }
|
582
|
-
#
|
583
544
|
# @!attribute [rw] client_token
|
584
545
|
# A unique, case-sensitive identifier that you provide to ensure the
|
585
546
|
# idempotency of the request.
|
@@ -634,24 +595,6 @@ module Aws::ConnectWisdomService
|
|
634
595
|
include Aws::Structure
|
635
596
|
end
|
636
597
|
|
637
|
-
# @note When making an API call, you may pass CreateContentRequest
|
638
|
-
# data as a hash:
|
639
|
-
#
|
640
|
-
# {
|
641
|
-
# client_token: "NonEmptyString",
|
642
|
-
# knowledge_base_id: "UuidOrArn", # required
|
643
|
-
# metadata: {
|
644
|
-
# "NonEmptyString" => "NonEmptyString",
|
645
|
-
# },
|
646
|
-
# name: "Name", # required
|
647
|
-
# override_link_out_uri: "Uri",
|
648
|
-
# tags: {
|
649
|
-
# "TagKey" => "TagValue",
|
650
|
-
# },
|
651
|
-
# title: "ContentTitle",
|
652
|
-
# upload_id: "NonEmptyString", # required
|
653
|
-
# }
|
654
|
-
#
|
655
598
|
# @!attribute [rw] client_token
|
656
599
|
# A unique, case-sensitive identifier that you provide to ensure the
|
657
600
|
# idempotency of the request.
|
@@ -735,31 +678,6 @@ module Aws::ConnectWisdomService
|
|
735
678
|
include Aws::Structure
|
736
679
|
end
|
737
680
|
|
738
|
-
# @note When making an API call, you may pass CreateKnowledgeBaseRequest
|
739
|
-
# data as a hash:
|
740
|
-
#
|
741
|
-
# {
|
742
|
-
# client_token: "NonEmptyString",
|
743
|
-
# description: "Description",
|
744
|
-
# knowledge_base_type: "EXTERNAL", # required, accepts EXTERNAL, CUSTOM
|
745
|
-
# name: "Name", # required
|
746
|
-
# rendering_configuration: {
|
747
|
-
# template_uri: "Uri",
|
748
|
-
# },
|
749
|
-
# server_side_encryption_configuration: {
|
750
|
-
# kms_key_id: "NonEmptyString",
|
751
|
-
# },
|
752
|
-
# source_configuration: {
|
753
|
-
# app_integrations: {
|
754
|
-
# app_integration_arn: "GenericArn", # required
|
755
|
-
# object_fields: ["NonEmptyString"], # required
|
756
|
-
# },
|
757
|
-
# },
|
758
|
-
# tags: {
|
759
|
-
# "TagKey" => "TagValue",
|
760
|
-
# },
|
761
|
-
# }
|
762
|
-
#
|
763
681
|
# @!attribute [rw] client_token
|
764
682
|
# A unique, case-sensitive identifier that you provide to ensure the
|
765
683
|
# idempotency of the request.
|
@@ -828,19 +746,6 @@ module Aws::ConnectWisdomService
|
|
828
746
|
include Aws::Structure
|
829
747
|
end
|
830
748
|
|
831
|
-
# @note When making an API call, you may pass CreateSessionRequest
|
832
|
-
# data as a hash:
|
833
|
-
#
|
834
|
-
# {
|
835
|
-
# assistant_id: "UuidOrArn", # required
|
836
|
-
# client_token: "ClientToken",
|
837
|
-
# description: "Description",
|
838
|
-
# name: "Name", # required
|
839
|
-
# tags: {
|
840
|
-
# "TagKey" => "TagValue",
|
841
|
-
# },
|
842
|
-
# }
|
843
|
-
#
|
844
749
|
# @!attribute [rw] assistant_id
|
845
750
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
846
751
|
# ARN. URLs cannot contain the ARN.
|
@@ -891,14 +796,6 @@ module Aws::ConnectWisdomService
|
|
891
796
|
include Aws::Structure
|
892
797
|
end
|
893
798
|
|
894
|
-
# @note When making an API call, you may pass DeleteAssistantAssociationRequest
|
895
|
-
# data as a hash:
|
896
|
-
#
|
897
|
-
# {
|
898
|
-
# assistant_association_id: "UuidOrArn", # required
|
899
|
-
# assistant_id: "UuidOrArn", # required
|
900
|
-
# }
|
901
|
-
#
|
902
799
|
# @!attribute [rw] assistant_association_id
|
903
800
|
# The identifier of the assistant association. Can be either the ID or
|
904
801
|
# the ARN. URLs cannot contain the ARN.
|
@@ -922,13 +819,6 @@ module Aws::ConnectWisdomService
|
|
922
819
|
#
|
923
820
|
class DeleteAssistantAssociationResponse < Aws::EmptyStructure; end
|
924
821
|
|
925
|
-
# @note When making an API call, you may pass DeleteAssistantRequest
|
926
|
-
# data as a hash:
|
927
|
-
#
|
928
|
-
# {
|
929
|
-
# assistant_id: "UuidOrArn", # required
|
930
|
-
# }
|
931
|
-
#
|
932
822
|
# @!attribute [rw] assistant_id
|
933
823
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
934
824
|
# ARN. URLs cannot contain the ARN.
|
@@ -946,14 +836,6 @@ module Aws::ConnectWisdomService
|
|
946
836
|
#
|
947
837
|
class DeleteAssistantResponse < Aws::EmptyStructure; end
|
948
838
|
|
949
|
-
# @note When making an API call, you may pass DeleteContentRequest
|
950
|
-
# data as a hash:
|
951
|
-
#
|
952
|
-
# {
|
953
|
-
# content_id: "UuidOrArn", # required
|
954
|
-
# knowledge_base_id: "UuidOrArn", # required
|
955
|
-
# }
|
956
|
-
#
|
957
839
|
# @!attribute [rw] content_id
|
958
840
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
959
841
|
# cannot contain the ARN.
|
@@ -977,13 +859,6 @@ module Aws::ConnectWisdomService
|
|
977
859
|
#
|
978
860
|
class DeleteContentResponse < Aws::EmptyStructure; end
|
979
861
|
|
980
|
-
# @note When making an API call, you may pass DeleteKnowledgeBaseRequest
|
981
|
-
# data as a hash:
|
982
|
-
#
|
983
|
-
# {
|
984
|
-
# knowledge_base_id: "UuidOrArn", # required
|
985
|
-
# }
|
986
|
-
#
|
987
862
|
# @!attribute [rw] knowledge_base_id
|
988
863
|
# The knowledge base to delete content from. Can be either the ID or
|
989
864
|
# the ARN. URLs cannot contain the ARN.
|
@@ -1046,15 +921,6 @@ module Aws::ConnectWisdomService
|
|
1046
921
|
|
1047
922
|
# A search filter.
|
1048
923
|
#
|
1049
|
-
# @note When making an API call, you may pass Filter
|
1050
|
-
# data as a hash:
|
1051
|
-
#
|
1052
|
-
# {
|
1053
|
-
# field: "NAME", # required, accepts NAME
|
1054
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
1055
|
-
# value: "NonEmptyString", # required
|
1056
|
-
# }
|
1057
|
-
#
|
1058
924
|
# @!attribute [rw] field
|
1059
925
|
# The field on which to filter.
|
1060
926
|
# @return [String]
|
@@ -1078,14 +944,6 @@ module Aws::ConnectWisdomService
|
|
1078
944
|
include Aws::Structure
|
1079
945
|
end
|
1080
946
|
|
1081
|
-
# @note When making an API call, you may pass GetAssistantAssociationRequest
|
1082
|
-
# data as a hash:
|
1083
|
-
#
|
1084
|
-
# {
|
1085
|
-
# assistant_association_id: "UuidOrArn", # required
|
1086
|
-
# assistant_id: "UuidOrArn", # required
|
1087
|
-
# }
|
1088
|
-
#
|
1089
947
|
# @!attribute [rw] assistant_association_id
|
1090
948
|
# The identifier of the assistant association. Can be either the ID or
|
1091
949
|
# the ARN. URLs cannot contain the ARN.
|
@@ -1117,13 +975,6 @@ module Aws::ConnectWisdomService
|
|
1117
975
|
include Aws::Structure
|
1118
976
|
end
|
1119
977
|
|
1120
|
-
# @note When making an API call, you may pass GetAssistantRequest
|
1121
|
-
# data as a hash:
|
1122
|
-
#
|
1123
|
-
# {
|
1124
|
-
# assistant_id: "UuidOrArn", # required
|
1125
|
-
# }
|
1126
|
-
#
|
1127
978
|
# @!attribute [rw] assistant_id
|
1128
979
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1129
980
|
# ARN. URLs cannot contain the ARN.
|
@@ -1149,14 +1000,6 @@ module Aws::ConnectWisdomService
|
|
1149
1000
|
include Aws::Structure
|
1150
1001
|
end
|
1151
1002
|
|
1152
|
-
# @note When making an API call, you may pass GetContentRequest
|
1153
|
-
# data as a hash:
|
1154
|
-
#
|
1155
|
-
# {
|
1156
|
-
# content_id: "UuidOrArn", # required
|
1157
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1158
|
-
# }
|
1159
|
-
#
|
1160
1003
|
# @!attribute [rw] content_id
|
1161
1004
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
1162
1005
|
# cannot contain the ARN.
|
@@ -1188,14 +1031,6 @@ module Aws::ConnectWisdomService
|
|
1188
1031
|
include Aws::Structure
|
1189
1032
|
end
|
1190
1033
|
|
1191
|
-
# @note When making an API call, you may pass GetContentSummaryRequest
|
1192
|
-
# data as a hash:
|
1193
|
-
#
|
1194
|
-
# {
|
1195
|
-
# content_id: "UuidOrArn", # required
|
1196
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1197
|
-
# }
|
1198
|
-
#
|
1199
1034
|
# @!attribute [rw] content_id
|
1200
1035
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
1201
1036
|
# cannot contain the ARN.
|
@@ -1227,13 +1062,6 @@ module Aws::ConnectWisdomService
|
|
1227
1062
|
include Aws::Structure
|
1228
1063
|
end
|
1229
1064
|
|
1230
|
-
# @note When making an API call, you may pass GetKnowledgeBaseRequest
|
1231
|
-
# data as a hash:
|
1232
|
-
#
|
1233
|
-
# {
|
1234
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1235
|
-
# }
|
1236
|
-
#
|
1237
1065
|
# @!attribute [rw] knowledge_base_id
|
1238
1066
|
# The identifier of the knowledge base. Can be either the ID or the
|
1239
1067
|
# ARN. URLs cannot contain the ARN.
|
@@ -1259,16 +1087,6 @@ module Aws::ConnectWisdomService
|
|
1259
1087
|
include Aws::Structure
|
1260
1088
|
end
|
1261
1089
|
|
1262
|
-
# @note When making an API call, you may pass GetRecommendationsRequest
|
1263
|
-
# data as a hash:
|
1264
|
-
#
|
1265
|
-
# {
|
1266
|
-
# assistant_id: "UuidOrArn", # required
|
1267
|
-
# max_results: 1,
|
1268
|
-
# session_id: "UuidOrArn", # required
|
1269
|
-
# wait_time_seconds: 1,
|
1270
|
-
# }
|
1271
|
-
#
|
1272
1090
|
# @!attribute [rw] assistant_id
|
1273
1091
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1274
1092
|
# ARN. URLs cannot contain the ARN.
|
@@ -1319,14 +1137,6 @@ module Aws::ConnectWisdomService
|
|
1319
1137
|
include Aws::Structure
|
1320
1138
|
end
|
1321
1139
|
|
1322
|
-
# @note When making an API call, you may pass GetSessionRequest
|
1323
|
-
# data as a hash:
|
1324
|
-
#
|
1325
|
-
# {
|
1326
|
-
# assistant_id: "UuidOrArn", # required
|
1327
|
-
# session_id: "UuidOrArn", # required
|
1328
|
-
# }
|
1329
|
-
#
|
1330
1140
|
# @!attribute [rw] assistant_id
|
1331
1141
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1332
1142
|
# ARN. URLs cannot contain the ARN.
|
@@ -1524,15 +1334,6 @@ module Aws::ConnectWisdomService
|
|
1524
1334
|
include Aws::Structure
|
1525
1335
|
end
|
1526
1336
|
|
1527
|
-
# @note When making an API call, you may pass ListAssistantAssociationsRequest
|
1528
|
-
# data as a hash:
|
1529
|
-
#
|
1530
|
-
# {
|
1531
|
-
# assistant_id: "UuidOrArn", # required
|
1532
|
-
# max_results: 1,
|
1533
|
-
# next_token: "NextToken",
|
1534
|
-
# }
|
1535
|
-
#
|
1536
1337
|
# @!attribute [rw] assistant_id
|
1537
1338
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1538
1339
|
# ARN. URLs cannot contain the ARN.
|
@@ -1576,14 +1377,6 @@ module Aws::ConnectWisdomService
|
|
1576
1377
|
include Aws::Structure
|
1577
1378
|
end
|
1578
1379
|
|
1579
|
-
# @note When making an API call, you may pass ListAssistantsRequest
|
1580
|
-
# data as a hash:
|
1581
|
-
#
|
1582
|
-
# {
|
1583
|
-
# max_results: 1,
|
1584
|
-
# next_token: "NextToken",
|
1585
|
-
# }
|
1586
|
-
#
|
1587
1380
|
# @!attribute [rw] max_results
|
1588
1381
|
# The maximum number of results to return per page.
|
1589
1382
|
# @return [Integer]
|
@@ -1621,15 +1414,6 @@ module Aws::ConnectWisdomService
|
|
1621
1414
|
include Aws::Structure
|
1622
1415
|
end
|
1623
1416
|
|
1624
|
-
# @note When making an API call, you may pass ListContentsRequest
|
1625
|
-
# data as a hash:
|
1626
|
-
#
|
1627
|
-
# {
|
1628
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1629
|
-
# max_results: 1,
|
1630
|
-
# next_token: "NextToken",
|
1631
|
-
# }
|
1632
|
-
#
|
1633
1417
|
# @!attribute [rw] knowledge_base_id
|
1634
1418
|
# The identifier of the knowledge base. Can be either the ID or the
|
1635
1419
|
# ARN. URLs cannot contain the ARN.
|
@@ -1673,14 +1457,6 @@ module Aws::ConnectWisdomService
|
|
1673
1457
|
include Aws::Structure
|
1674
1458
|
end
|
1675
1459
|
|
1676
|
-
# @note When making an API call, you may pass ListKnowledgeBasesRequest
|
1677
|
-
# data as a hash:
|
1678
|
-
#
|
1679
|
-
# {
|
1680
|
-
# max_results: 1,
|
1681
|
-
# next_token: "NonEmptyString",
|
1682
|
-
# }
|
1683
|
-
#
|
1684
1460
|
# @!attribute [rw] max_results
|
1685
1461
|
# The maximum number of results to return per page.
|
1686
1462
|
# @return [Integer]
|
@@ -1718,13 +1494,6 @@ module Aws::ConnectWisdomService
|
|
1718
1494
|
include Aws::Structure
|
1719
1495
|
end
|
1720
1496
|
|
1721
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
1722
|
-
# data as a hash:
|
1723
|
-
#
|
1724
|
-
# {
|
1725
|
-
# resource_arn: "Arn", # required
|
1726
|
-
# }
|
1727
|
-
#
|
1728
1497
|
# @!attribute [rw] resource_arn
|
1729
1498
|
# The Amazon Resource Name (ARN) of the resource.
|
1730
1499
|
# @return [String]
|
@@ -1769,15 +1538,6 @@ module Aws::ConnectWisdomService
|
|
1769
1538
|
include Aws::Structure
|
1770
1539
|
end
|
1771
1540
|
|
1772
|
-
# @note When making an API call, you may pass NotifyRecommendationsReceivedRequest
|
1773
|
-
# data as a hash:
|
1774
|
-
#
|
1775
|
-
# {
|
1776
|
-
# assistant_id: "UuidOrArn", # required
|
1777
|
-
# recommendation_ids: ["String"], # required
|
1778
|
-
# session_id: "UuidOrArn", # required
|
1779
|
-
# }
|
1780
|
-
#
|
1781
1541
|
# @!attribute [rw] assistant_id
|
1782
1542
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1783
1543
|
# ARN. URLs cannot contain the ARN.
|
@@ -1833,16 +1593,6 @@ module Aws::ConnectWisdomService
|
|
1833
1593
|
include Aws::Structure
|
1834
1594
|
end
|
1835
1595
|
|
1836
|
-
# @note When making an API call, you may pass QueryAssistantRequest
|
1837
|
-
# data as a hash:
|
1838
|
-
#
|
1839
|
-
# {
|
1840
|
-
# assistant_id: "UuidOrArn", # required
|
1841
|
-
# max_results: 1,
|
1842
|
-
# next_token: "NextToken",
|
1843
|
-
# query_text: "QueryText", # required
|
1844
|
-
# }
|
1845
|
-
#
|
1846
1596
|
# @!attribute [rw] assistant_id
|
1847
1597
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1848
1598
|
# ARN. URLs cannot contain the ARN.
|
@@ -2002,13 +1752,6 @@ module Aws::ConnectWisdomService
|
|
2002
1752
|
class Unknown < RecommendationTriggerData; end
|
2003
1753
|
end
|
2004
1754
|
|
2005
|
-
# @note When making an API call, you may pass RemoveKnowledgeBaseTemplateUriRequest
|
2006
|
-
# data as a hash:
|
2007
|
-
#
|
2008
|
-
# {
|
2009
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2010
|
-
# }
|
2011
|
-
#
|
2012
1755
|
# @!attribute [rw] knowledge_base_id
|
2013
1756
|
# The identifier of the knowledge base. Can be either the ID or the
|
2014
1757
|
# ARN. URLs cannot contain the ARN.
|
@@ -2028,13 +1771,6 @@ module Aws::ConnectWisdomService
|
|
2028
1771
|
|
2029
1772
|
# Information about how to render the content.
|
2030
1773
|
#
|
2031
|
-
# @note When making an API call, you may pass RenderingConfiguration
|
2032
|
-
# data as a hash:
|
2033
|
-
#
|
2034
|
-
# {
|
2035
|
-
# template_uri: "Uri",
|
2036
|
-
# }
|
2037
|
-
#
|
2038
1774
|
# @!attribute [rw] template_uri
|
2039
1775
|
# A URI template containing exactly one variable in `$\{variableName\}
|
2040
1776
|
# `format. This can only be set for `EXTERNAL` knowledge bases. For
|
@@ -2101,24 +1837,6 @@ module Aws::ConnectWisdomService
|
|
2101
1837
|
include Aws::Structure
|
2102
1838
|
end
|
2103
1839
|
|
2104
|
-
# @note When making an API call, you may pass SearchContentRequest
|
2105
|
-
# data as a hash:
|
2106
|
-
#
|
2107
|
-
# {
|
2108
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2109
|
-
# max_results: 1,
|
2110
|
-
# next_token: "NextToken",
|
2111
|
-
# search_expression: { # required
|
2112
|
-
# filters: [ # required
|
2113
|
-
# {
|
2114
|
-
# field: "NAME", # required, accepts NAME
|
2115
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2116
|
-
# value: "NonEmptyString", # required
|
2117
|
-
# },
|
2118
|
-
# ],
|
2119
|
-
# },
|
2120
|
-
# }
|
2121
|
-
#
|
2122
1840
|
# @!attribute [rw] knowledge_base_id
|
2123
1841
|
# The identifier of the knowledge base. Can be either the ID or the
|
2124
1842
|
# ARN. URLs cannot contain the ARN.
|
@@ -2169,19 +1887,6 @@ module Aws::ConnectWisdomService
|
|
2169
1887
|
|
2170
1888
|
# The search expression.
|
2171
1889
|
#
|
2172
|
-
# @note When making an API call, you may pass SearchExpression
|
2173
|
-
# data as a hash:
|
2174
|
-
#
|
2175
|
-
# {
|
2176
|
-
# filters: [ # required
|
2177
|
-
# {
|
2178
|
-
# field: "NAME", # required, accepts NAME
|
2179
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2180
|
-
# value: "NonEmptyString", # required
|
2181
|
-
# },
|
2182
|
-
# ],
|
2183
|
-
# }
|
2184
|
-
#
|
2185
1890
|
# @!attribute [rw] filters
|
2186
1891
|
# The search expression filters.
|
2187
1892
|
# @return [Array<Types::Filter>]
|
@@ -2194,24 +1899,6 @@ module Aws::ConnectWisdomService
|
|
2194
1899
|
include Aws::Structure
|
2195
1900
|
end
|
2196
1901
|
|
2197
|
-
# @note When making an API call, you may pass SearchSessionsRequest
|
2198
|
-
# data as a hash:
|
2199
|
-
#
|
2200
|
-
# {
|
2201
|
-
# assistant_id: "UuidOrArn", # required
|
2202
|
-
# max_results: 1,
|
2203
|
-
# next_token: "NextToken",
|
2204
|
-
# search_expression: { # required
|
2205
|
-
# filters: [ # required
|
2206
|
-
# {
|
2207
|
-
# field: "NAME", # required, accepts NAME
|
2208
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2209
|
-
# value: "NonEmptyString", # required
|
2210
|
-
# },
|
2211
|
-
# ],
|
2212
|
-
# },
|
2213
|
-
# }
|
2214
|
-
#
|
2215
1902
|
# @!attribute [rw] assistant_id
|
2216
1903
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
2217
1904
|
# ARN. URLs cannot contain the ARN.
|
@@ -2262,13 +1949,6 @@ module Aws::ConnectWisdomService
|
|
2262
1949
|
|
2263
1950
|
# The KMS key used for encryption.
|
2264
1951
|
#
|
2265
|
-
# @note When making an API call, you may pass ServerSideEncryptionConfiguration
|
2266
|
-
# data as a hash:
|
2267
|
-
#
|
2268
|
-
# {
|
2269
|
-
# kms_key_id: "NonEmptyString",
|
2270
|
-
# }
|
2271
|
-
#
|
2272
1952
|
# @!attribute [rw] kms_key_id
|
2273
1953
|
# The KMS key. For information about valid ID values, see [Key
|
2274
1954
|
# identifiers (KeyId)][1].
|
@@ -2389,14 +2069,6 @@ module Aws::ConnectWisdomService
|
|
2389
2069
|
class Unknown < SourceConfiguration; end
|
2390
2070
|
end
|
2391
2071
|
|
2392
|
-
# @note When making an API call, you may pass StartContentUploadRequest
|
2393
|
-
# data as a hash:
|
2394
|
-
#
|
2395
|
-
# {
|
2396
|
-
# content_type: "ContentType", # required
|
2397
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2398
|
-
# }
|
2399
|
-
#
|
2400
2072
|
# @!attribute [rw] content_type
|
2401
2073
|
# The type of content to upload.
|
2402
2074
|
# @return [String]
|
@@ -2442,16 +2114,6 @@ module Aws::ConnectWisdomService
|
|
2442
2114
|
include Aws::Structure
|
2443
2115
|
end
|
2444
2116
|
|
2445
|
-
# @note When making an API call, you may pass TagResourceRequest
|
2446
|
-
# data as a hash:
|
2447
|
-
#
|
2448
|
-
# {
|
2449
|
-
# resource_arn: "Arn", # required
|
2450
|
-
# tags: { # required
|
2451
|
-
# "TagKey" => "TagValue",
|
2452
|
-
# },
|
2453
|
-
# }
|
2454
|
-
#
|
2455
2117
|
# @!attribute [rw] resource_arn
|
2456
2118
|
# The Amazon Resource Name (ARN) of the resource.
|
2457
2119
|
# @return [String]
|
@@ -2493,14 +2155,6 @@ module Aws::ConnectWisdomService
|
|
2493
2155
|
include Aws::Structure
|
2494
2156
|
end
|
2495
2157
|
|
2496
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
2497
|
-
# data as a hash:
|
2498
|
-
#
|
2499
|
-
# {
|
2500
|
-
# resource_arn: "Arn", # required
|
2501
|
-
# tag_keys: ["TagKey"], # required
|
2502
|
-
# }
|
2503
|
-
#
|
2504
2158
|
# @!attribute [rw] resource_arn
|
2505
2159
|
# The Amazon Resource Name (ARN) of the resource.
|
2506
2160
|
# @return [String]
|
@@ -2522,22 +2176,6 @@ module Aws::ConnectWisdomService
|
|
2522
2176
|
#
|
2523
2177
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
2524
2178
|
|
2525
|
-
# @note When making an API call, you may pass UpdateContentRequest
|
2526
|
-
# data as a hash:
|
2527
|
-
#
|
2528
|
-
# {
|
2529
|
-
# content_id: "UuidOrArn", # required
|
2530
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2531
|
-
# metadata: {
|
2532
|
-
# "NonEmptyString" => "NonEmptyString",
|
2533
|
-
# },
|
2534
|
-
# override_link_out_uri: "Uri",
|
2535
|
-
# remove_override_link_out_uri: false,
|
2536
|
-
# revision_id: "NonEmptyString",
|
2537
|
-
# title: "ContentTitle",
|
2538
|
-
# upload_id: "NonEmptyString",
|
2539
|
-
# }
|
2540
|
-
#
|
2541
2179
|
# @!attribute [rw] content_id
|
2542
2180
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
2543
2181
|
# cannot contain the ARN.
|
@@ -2615,14 +2253,6 @@ module Aws::ConnectWisdomService
|
|
2615
2253
|
include Aws::Structure
|
2616
2254
|
end
|
2617
2255
|
|
2618
|
-
# @note When making an API call, you may pass UpdateKnowledgeBaseTemplateUriRequest
|
2619
|
-
# data as a hash:
|
2620
|
-
#
|
2621
|
-
# {
|
2622
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2623
|
-
# template_uri: "Uri", # required
|
2624
|
-
# }
|
2625
|
-
#
|
2626
2256
|
# @!attribute [rw] knowledge_base_id
|
2627
2257
|
# The identifier of the knowledge base. Can be either the ID or the
|
2628
2258
|
# ARN. URLs cannot contain the ARN.
|
@@ -13,9 +13,13 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-connectwisdomservice/types'
|
15
15
|
require_relative 'aws-sdk-connectwisdomservice/client_api'
|
16
|
+
require_relative 'aws-sdk-connectwisdomservice/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-connectwisdomservice/client'
|
17
18
|
require_relative 'aws-sdk-connectwisdomservice/errors'
|
18
19
|
require_relative 'aws-sdk-connectwisdomservice/resource'
|
20
|
+
require_relative 'aws-sdk-connectwisdomservice/endpoint_parameters'
|
21
|
+
require_relative 'aws-sdk-connectwisdomservice/endpoint_provider'
|
22
|
+
require_relative 'aws-sdk-connectwisdomservice/endpoints'
|
19
23
|
require_relative 'aws-sdk-connectwisdomservice/customizations'
|
20
24
|
|
21
25
|
# This module provides support for Amazon Connect Wisdom Service. This module is available in the
|
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-connectwisdomservice/customizations'
|
|
48
52
|
# @!group service
|
49
53
|
module Aws::ConnectWisdomService
|
50
54
|
|
51
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.11.0'
|
52
56
|
|
53
57
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connectwisdomservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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: 2022-
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.165.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.165.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,11 @@ files:
|
|
59
59
|
- lib/aws-sdk-connectwisdomservice/client.rb
|
60
60
|
- lib/aws-sdk-connectwisdomservice/client_api.rb
|
61
61
|
- lib/aws-sdk-connectwisdomservice/customizations.rb
|
62
|
+
- lib/aws-sdk-connectwisdomservice/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-connectwisdomservice/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-connectwisdomservice/endpoints.rb
|
62
65
|
- lib/aws-sdk-connectwisdomservice/errors.rb
|
66
|
+
- lib/aws-sdk-connectwisdomservice/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-connectwisdomservice/resource.rb
|
64
68
|
- lib/aws-sdk-connectwisdomservice/types.rb
|
65
69
|
homepage: https://github.com/aws/aws-sdk-ruby
|