Skip to content

Commit 076ca09

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 71b34b3 commit 076ca09

File tree

10 files changed

+1977
-52
lines changed

10 files changed

+1977
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Kendra - Updated the API, and documentation for AWSKendraFrontendService.
5+
6+
* Feature - Aws::Neptune - Updated the API, and documentation for Amazon Neptune.
7+
8+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
9+
410
2.11.613 (2020-10-23)
511
------------------
612

aws-sdk-core/apis/kendra/2019-02-03/api-2.json

Lines changed: 180 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,182 @@
612612
},
613613
"exception":true
614614
},
615+
"ConfluenceAttachmentConfiguration":{
616+
"type":"structure",
617+
"members":{
618+
"CrawlAttachments":{"shape":"Boolean"},
619+
"AttachmentFieldMappings":{"shape":"ConfluenceAttachmentFieldMappingsList"}
620+
}
621+
},
622+
"ConfluenceAttachmentFieldMappingsList":{
623+
"type":"list",
624+
"member":{"shape":"ConfluenceAttachmentToIndexFieldMapping"},
625+
"max":11,
626+
"min":1
627+
},
628+
"ConfluenceAttachmentFieldName":{
629+
"type":"string",
630+
"enum":[
631+
"AUTHOR",
632+
"CONTENT_TYPE",
633+
"CREATED_DATE",
634+
"DISPLAY_URL",
635+
"FILE_SIZE",
636+
"ITEM_TYPE",
637+
"PARENT_ID",
638+
"SPACE_KEY",
639+
"SPACE_NAME",
640+
"URL",
641+
"VERSION"
642+
]
643+
},
644+
"ConfluenceAttachmentToIndexFieldMapping":{
645+
"type":"structure",
646+
"members":{
647+
"DataSourceFieldName":{"shape":"ConfluenceAttachmentFieldName"},
648+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
649+
"IndexFieldName":{"shape":"IndexFieldName"}
650+
}
651+
},
652+
"ConfluenceBlogConfiguration":{
653+
"type":"structure",
654+
"members":{
655+
"BlogFieldMappings":{"shape":"ConfluenceBlogFieldMappingsList"}
656+
}
657+
},
658+
"ConfluenceBlogFieldMappingsList":{
659+
"type":"list",
660+
"member":{"shape":"ConfluenceBlogToIndexFieldMapping"},
661+
"max":9,
662+
"min":1
663+
},
664+
"ConfluenceBlogFieldName":{
665+
"type":"string",
666+
"enum":[
667+
"AUTHOR",
668+
"DISPLAY_URL",
669+
"ITEM_TYPE",
670+
"LABELS",
671+
"PUBLISH_DATE",
672+
"SPACE_KEY",
673+
"SPACE_NAME",
674+
"URL",
675+
"VERSION"
676+
]
677+
},
678+
"ConfluenceBlogToIndexFieldMapping":{
679+
"type":"structure",
680+
"members":{
681+
"DataSourceFieldName":{"shape":"ConfluenceBlogFieldName"},
682+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
683+
"IndexFieldName":{"shape":"IndexFieldName"}
684+
}
685+
},
686+
"ConfluenceConfiguration":{
687+
"type":"structure",
688+
"required":[
689+
"ServerUrl",
690+
"SecretArn",
691+
"Version"
692+
],
693+
"members":{
694+
"ServerUrl":{"shape":"Url"},
695+
"SecretArn":{"shape":"SecretArn"},
696+
"Version":{"shape":"ConfluenceVersion"},
697+
"SpaceConfiguration":{"shape":"ConfluenceSpaceConfiguration"},
698+
"PageConfiguration":{"shape":"ConfluencePageConfiguration"},
699+
"BlogConfiguration":{"shape":"ConfluenceBlogConfiguration"},
700+
"AttachmentConfiguration":{"shape":"ConfluenceAttachmentConfiguration"},
701+
"VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
702+
"InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
703+
"ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"}
704+
}
705+
},
706+
"ConfluencePageConfiguration":{
707+
"type":"structure",
708+
"members":{
709+
"PageFieldMappings":{"shape":"ConfluencePageFieldMappingsList"}
710+
}
711+
},
712+
"ConfluencePageFieldMappingsList":{
713+
"type":"list",
714+
"member":{"shape":"ConfluencePageToIndexFieldMapping"},
715+
"max":12,
716+
"min":1
717+
},
718+
"ConfluencePageFieldName":{
719+
"type":"string",
720+
"enum":[
721+
"AUTHOR",
722+
"CONTENT_STATUS",
723+
"CREATED_DATE",
724+
"DISPLAY_URL",
725+
"ITEM_TYPE",
726+
"LABELS",
727+
"MODIFIED_DATE",
728+
"PARENT_ID",
729+
"SPACE_KEY",
730+
"SPACE_NAME",
731+
"URL",
732+
"VERSION"
733+
]
734+
},
735+
"ConfluencePageToIndexFieldMapping":{
736+
"type":"structure",
737+
"members":{
738+
"DataSourceFieldName":{"shape":"ConfluencePageFieldName"},
739+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
740+
"IndexFieldName":{"shape":"IndexFieldName"}
741+
}
742+
},
743+
"ConfluenceSpaceConfiguration":{
744+
"type":"structure",
745+
"members":{
746+
"CrawlPersonalSpaces":{"shape":"Boolean"},
747+
"CrawlArchivedSpaces":{"shape":"Boolean"},
748+
"IncludeSpaces":{"shape":"ConfluenceSpaceList"},
749+
"ExcludeSpaces":{"shape":"ConfluenceSpaceList"},
750+
"SpaceFieldMappings":{"shape":"ConfluenceSpaceFieldMappingsList"}
751+
}
752+
},
753+
"ConfluenceSpaceFieldMappingsList":{
754+
"type":"list",
755+
"member":{"shape":"ConfluenceSpaceToIndexFieldMapping"},
756+
"max":4,
757+
"min":1
758+
},
759+
"ConfluenceSpaceFieldName":{
760+
"type":"string",
761+
"enum":[
762+
"DISPLAY_URL",
763+
"ITEM_TYPE",
764+
"SPACE_KEY",
765+
"URL"
766+
]
767+
},
768+
"ConfluenceSpaceIdentifier":{
769+
"type":"string",
770+
"max":255,
771+
"min":1,
772+
"pattern":"^\\P{C}*$"
773+
},
774+
"ConfluenceSpaceList":{
775+
"type":"list",
776+
"member":{"shape":"ConfluenceSpaceIdentifier"},
777+
"min":1
778+
},
779+
"ConfluenceSpaceToIndexFieldMapping":{
780+
"type":"structure",
781+
"members":{
782+
"DataSourceFieldName":{"shape":"ConfluenceSpaceFieldName"},
783+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
784+
"IndexFieldName":{"shape":"IndexFieldName"}
785+
}
786+
},
787+
"ConfluenceVersion":{
788+
"type":"string",
789+
"enum":["SERVER"]
790+
},
615791
"ConnectionConfiguration":{
616792
"type":"structure",
617793
"required":[
@@ -729,7 +905,8 @@
729905
"DatabaseConfiguration":{"shape":"DatabaseConfiguration"},
730906
"SalesforceConfiguration":{"shape":"SalesforceConfiguration"},
731907
"OneDriveConfiguration":{"shape":"OneDriveConfiguration"},
732-
"ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"}
908+
"ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"},
909+
"ConfluenceConfiguration":{"shape":"ConfluenceConfiguration"}
733910
}
734911
},
735912
"DataSourceDateFieldFormat":{
@@ -875,7 +1052,8 @@
8751052
"SALESFORCE",
8761053
"ONEDRIVE",
8771054
"SERVICENOW",
878-
"CUSTOM"
1055+
"CUSTOM",
1056+
"CONFLUENCE"
8791057
]
8801058
},
8811059
"DataSourceVpcConfiguration":{

0 commit comments

Comments
 (0)