aws-sdk-kendra 1.48.0 → 1.51.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +258 -9
- data/lib/aws-sdk-kendra/client_api.rb +82 -0
- data/lib/aws-sdk-kendra/types.rb +734 -21
- data/lib/aws-sdk-kendra.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c4530b8aec37c1b07463e54346ec7c7a99d2ceef01369b572a27d04c19b91dc
|
4
|
+
data.tar.gz: 18da96c2f2c752a2f25a91d2926ba0042d03b63ae81c19a98e293ceaeb316f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4aad3a31332f5de79d7aea4333d9b1bda266eeb670ef63ffa39358fbeac202186beef72e2dbee2f30c9a9f9f1cca0328a0aec2270a7b51262cd1d17702ba724
|
7
|
+
data.tar.gz: 001762fe12e24bf154eea7e29a031b5b671e701744ec6530fb7075462dc9d257cf526a2bf356c8ceff9925ba7542167fe25c97aa6cf6a5fc3c45a3fddc38e5b4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2022-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html
|
8
|
+
|
9
|
+
1.50.0 (2022-05-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html
|
13
|
+
|
14
|
+
1.49.0 (2022-04-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html
|
18
|
+
|
4
19
|
1.48.0 (2022-04-06)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -925,7 +925,7 @@ module Aws::Kendra
|
|
925
925
|
# resp = client.create_data_source({
|
926
926
|
# name: "DataSourceName", # required
|
927
927
|
# index_id: "IndexId", # required
|
928
|
-
# type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX
|
928
|
+
# type: "S3", # required, accepts S3, SHAREPOINT, DATABASE, SALESFORCE, ONEDRIVE, SERVICENOW, CUSTOM, CONFLUENCE, GOOGLEDRIVE, WEBCRAWLER, WORKDOCS, FSX, SLACK, BOX, QUIP, JIRA
|
929
929
|
# configuration: {
|
930
930
|
# s3_configuration: {
|
931
931
|
# bucket_name: "S3BucketName", # required
|
@@ -1322,6 +1322,91 @@ module Aws::Kendra
|
|
1322
1322
|
# security_group_ids: ["VpcSecurityGroupId"], # required
|
1323
1323
|
# },
|
1324
1324
|
# },
|
1325
|
+
# quip_configuration: {
|
1326
|
+
# domain: "Domain", # required
|
1327
|
+
# secret_arn: "SecretArn", # required
|
1328
|
+
# crawl_file_comments: false,
|
1329
|
+
# crawl_chat_rooms: false,
|
1330
|
+
# crawl_attachments: false,
|
1331
|
+
# folder_ids: ["FolderId"],
|
1332
|
+
# thread_field_mappings: [
|
1333
|
+
# {
|
1334
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1335
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1336
|
+
# index_field_name: "IndexFieldName", # required
|
1337
|
+
# },
|
1338
|
+
# ],
|
1339
|
+
# message_field_mappings: [
|
1340
|
+
# {
|
1341
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1342
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1343
|
+
# index_field_name: "IndexFieldName", # required
|
1344
|
+
# },
|
1345
|
+
# ],
|
1346
|
+
# attachment_field_mappings: [
|
1347
|
+
# {
|
1348
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1349
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1350
|
+
# index_field_name: "IndexFieldName", # required
|
1351
|
+
# },
|
1352
|
+
# ],
|
1353
|
+
# inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
1354
|
+
# exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
1355
|
+
# vpc_configuration: {
|
1356
|
+
# subnet_ids: ["SubnetId"], # required
|
1357
|
+
# security_group_ids: ["VpcSecurityGroupId"], # required
|
1358
|
+
# },
|
1359
|
+
# },
|
1360
|
+
# jira_configuration: {
|
1361
|
+
# jira_account_url: "JiraAccountUrl", # required
|
1362
|
+
# secret_arn: "SecretArn", # required
|
1363
|
+
# use_change_log: false,
|
1364
|
+
# project: ["String"],
|
1365
|
+
# issue_type: ["String"],
|
1366
|
+
# status: ["String"],
|
1367
|
+
# issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
|
1368
|
+
# attachment_field_mappings: [
|
1369
|
+
# {
|
1370
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1371
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1372
|
+
# index_field_name: "IndexFieldName", # required
|
1373
|
+
# },
|
1374
|
+
# ],
|
1375
|
+
# comment_field_mappings: [
|
1376
|
+
# {
|
1377
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1378
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1379
|
+
# index_field_name: "IndexFieldName", # required
|
1380
|
+
# },
|
1381
|
+
# ],
|
1382
|
+
# issue_field_mappings: [
|
1383
|
+
# {
|
1384
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1385
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1386
|
+
# index_field_name: "IndexFieldName", # required
|
1387
|
+
# },
|
1388
|
+
# ],
|
1389
|
+
# project_field_mappings: [
|
1390
|
+
# {
|
1391
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1392
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1393
|
+
# index_field_name: "IndexFieldName", # required
|
1394
|
+
# },
|
1395
|
+
# ],
|
1396
|
+
# work_log_field_mappings: [
|
1397
|
+
# {
|
1398
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
1399
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
1400
|
+
# index_field_name: "IndexFieldName", # required
|
1401
|
+
# },
|
1402
|
+
# ],
|
1403
|
+
# inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
1404
|
+
# exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
1405
|
+
# vpc_configuration: {
|
1406
|
+
# subnet_ids: ["SubnetId"], # required
|
1407
|
+
# security_group_ids: ["VpcSecurityGroupId"], # required
|
1408
|
+
# },
|
1409
|
+
# },
|
1325
1410
|
# },
|
1326
1411
|
# description: "Description",
|
1327
1412
|
# schedule: "ScanSchedule",
|
@@ -2189,7 +2274,7 @@ module Aws::Kendra
|
|
2189
2274
|
# resp.id #=> String
|
2190
2275
|
# resp.index_id #=> String
|
2191
2276
|
# resp.name #=> String
|
2192
|
-
# resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX"
|
2277
|
+
# resp.type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA"
|
2193
2278
|
# resp.configuration.s3_configuration.bucket_name #=> String
|
2194
2279
|
# resp.configuration.s3_configuration.inclusion_prefixes #=> Array
|
2195
2280
|
# resp.configuration.s3_configuration.inclusion_prefixes[0] #=> String
|
@@ -2478,6 +2563,72 @@ module Aws::Kendra
|
|
2478
2563
|
# resp.configuration.box_configuration.vpc_configuration.subnet_ids[0] #=> String
|
2479
2564
|
# resp.configuration.box_configuration.vpc_configuration.security_group_ids #=> Array
|
2480
2565
|
# resp.configuration.box_configuration.vpc_configuration.security_group_ids[0] #=> String
|
2566
|
+
# resp.configuration.quip_configuration.domain #=> String
|
2567
|
+
# resp.configuration.quip_configuration.secret_arn #=> String
|
2568
|
+
# resp.configuration.quip_configuration.crawl_file_comments #=> Boolean
|
2569
|
+
# resp.configuration.quip_configuration.crawl_chat_rooms #=> Boolean
|
2570
|
+
# resp.configuration.quip_configuration.crawl_attachments #=> Boolean
|
2571
|
+
# resp.configuration.quip_configuration.folder_ids #=> Array
|
2572
|
+
# resp.configuration.quip_configuration.folder_ids[0] #=> String
|
2573
|
+
# resp.configuration.quip_configuration.thread_field_mappings #=> Array
|
2574
|
+
# resp.configuration.quip_configuration.thread_field_mappings[0].data_source_field_name #=> String
|
2575
|
+
# resp.configuration.quip_configuration.thread_field_mappings[0].date_field_format #=> String
|
2576
|
+
# resp.configuration.quip_configuration.thread_field_mappings[0].index_field_name #=> String
|
2577
|
+
# resp.configuration.quip_configuration.message_field_mappings #=> Array
|
2578
|
+
# resp.configuration.quip_configuration.message_field_mappings[0].data_source_field_name #=> String
|
2579
|
+
# resp.configuration.quip_configuration.message_field_mappings[0].date_field_format #=> String
|
2580
|
+
# resp.configuration.quip_configuration.message_field_mappings[0].index_field_name #=> String
|
2581
|
+
# resp.configuration.quip_configuration.attachment_field_mappings #=> Array
|
2582
|
+
# resp.configuration.quip_configuration.attachment_field_mappings[0].data_source_field_name #=> String
|
2583
|
+
# resp.configuration.quip_configuration.attachment_field_mappings[0].date_field_format #=> String
|
2584
|
+
# resp.configuration.quip_configuration.attachment_field_mappings[0].index_field_name #=> String
|
2585
|
+
# resp.configuration.quip_configuration.inclusion_patterns #=> Array
|
2586
|
+
# resp.configuration.quip_configuration.inclusion_patterns[0] #=> String
|
2587
|
+
# resp.configuration.quip_configuration.exclusion_patterns #=> Array
|
2588
|
+
# resp.configuration.quip_configuration.exclusion_patterns[0] #=> String
|
2589
|
+
# resp.configuration.quip_configuration.vpc_configuration.subnet_ids #=> Array
|
2590
|
+
# resp.configuration.quip_configuration.vpc_configuration.subnet_ids[0] #=> String
|
2591
|
+
# resp.configuration.quip_configuration.vpc_configuration.security_group_ids #=> Array
|
2592
|
+
# resp.configuration.quip_configuration.vpc_configuration.security_group_ids[0] #=> String
|
2593
|
+
# resp.configuration.jira_configuration.jira_account_url #=> String
|
2594
|
+
# resp.configuration.jira_configuration.secret_arn #=> String
|
2595
|
+
# resp.configuration.jira_configuration.use_change_log #=> Boolean
|
2596
|
+
# resp.configuration.jira_configuration.project #=> Array
|
2597
|
+
# resp.configuration.jira_configuration.project[0] #=> String
|
2598
|
+
# resp.configuration.jira_configuration.issue_type #=> Array
|
2599
|
+
# resp.configuration.jira_configuration.issue_type[0] #=> String
|
2600
|
+
# resp.configuration.jira_configuration.status #=> Array
|
2601
|
+
# resp.configuration.jira_configuration.status[0] #=> String
|
2602
|
+
# resp.configuration.jira_configuration.issue_sub_entity_filter #=> Array
|
2603
|
+
# resp.configuration.jira_configuration.issue_sub_entity_filter[0] #=> String, one of "COMMENTS", "ATTACHMENTS", "WORKLOGS"
|
2604
|
+
# resp.configuration.jira_configuration.attachment_field_mappings #=> Array
|
2605
|
+
# resp.configuration.jira_configuration.attachment_field_mappings[0].data_source_field_name #=> String
|
2606
|
+
# resp.configuration.jira_configuration.attachment_field_mappings[0].date_field_format #=> String
|
2607
|
+
# resp.configuration.jira_configuration.attachment_field_mappings[0].index_field_name #=> String
|
2608
|
+
# resp.configuration.jira_configuration.comment_field_mappings #=> Array
|
2609
|
+
# resp.configuration.jira_configuration.comment_field_mappings[0].data_source_field_name #=> String
|
2610
|
+
# resp.configuration.jira_configuration.comment_field_mappings[0].date_field_format #=> String
|
2611
|
+
# resp.configuration.jira_configuration.comment_field_mappings[0].index_field_name #=> String
|
2612
|
+
# resp.configuration.jira_configuration.issue_field_mappings #=> Array
|
2613
|
+
# resp.configuration.jira_configuration.issue_field_mappings[0].data_source_field_name #=> String
|
2614
|
+
# resp.configuration.jira_configuration.issue_field_mappings[0].date_field_format #=> String
|
2615
|
+
# resp.configuration.jira_configuration.issue_field_mappings[0].index_field_name #=> String
|
2616
|
+
# resp.configuration.jira_configuration.project_field_mappings #=> Array
|
2617
|
+
# resp.configuration.jira_configuration.project_field_mappings[0].data_source_field_name #=> String
|
2618
|
+
# resp.configuration.jira_configuration.project_field_mappings[0].date_field_format #=> String
|
2619
|
+
# resp.configuration.jira_configuration.project_field_mappings[0].index_field_name #=> String
|
2620
|
+
# resp.configuration.jira_configuration.work_log_field_mappings #=> Array
|
2621
|
+
# resp.configuration.jira_configuration.work_log_field_mappings[0].data_source_field_name #=> String
|
2622
|
+
# resp.configuration.jira_configuration.work_log_field_mappings[0].date_field_format #=> String
|
2623
|
+
# resp.configuration.jira_configuration.work_log_field_mappings[0].index_field_name #=> String
|
2624
|
+
# resp.configuration.jira_configuration.inclusion_patterns #=> Array
|
2625
|
+
# resp.configuration.jira_configuration.inclusion_patterns[0] #=> String
|
2626
|
+
# resp.configuration.jira_configuration.exclusion_patterns #=> Array
|
2627
|
+
# resp.configuration.jira_configuration.exclusion_patterns[0] #=> String
|
2628
|
+
# resp.configuration.jira_configuration.vpc_configuration.subnet_ids #=> Array
|
2629
|
+
# resp.configuration.jira_configuration.vpc_configuration.subnet_ids[0] #=> String
|
2630
|
+
# resp.configuration.jira_configuration.vpc_configuration.security_group_ids #=> Array
|
2631
|
+
# resp.configuration.jira_configuration.vpc_configuration.security_group_ids[0] #=> String
|
2481
2632
|
# resp.created_at #=> Time
|
2482
2633
|
# resp.updated_at #=> Time
|
2483
2634
|
# resp.description #=> String
|
@@ -3312,7 +3463,7 @@ module Aws::Kendra
|
|
3312
3463
|
# resp.summary_items #=> Array
|
3313
3464
|
# resp.summary_items[0].name #=> String
|
3314
3465
|
# resp.summary_items[0].id #=> String
|
3315
|
-
# resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX"
|
3466
|
+
# resp.summary_items[0].type #=> String, one of "S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA"
|
3316
3467
|
# resp.summary_items[0].created_at #=> Time
|
3317
3468
|
# resp.summary_items[0].updated_at #=> Time
|
3318
3469
|
# resp.summary_items[0].status #=> String, one of "CREATING", "DELETING", "FAILED", "UPDATING", "ACTIVE"
|
@@ -3515,6 +3666,8 @@ module Aws::Kendra
|
|
3515
3666
|
# * {Types::ListFaqsResponse#next_token #next_token} => String
|
3516
3667
|
# * {Types::ListFaqsResponse#faq_summary_items #faq_summary_items} => Array<Types::FaqSummary>
|
3517
3668
|
#
|
3669
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3670
|
+
#
|
3518
3671
|
# @example Request syntax with placeholder values
|
3519
3672
|
#
|
3520
3673
|
# resp = client.list_faqs({
|
@@ -3578,6 +3731,8 @@ module Aws::Kendra
|
|
3578
3731
|
# * {Types::ListGroupsOlderThanOrderingIdResponse#groups_summaries #groups_summaries} => Array<Types::GroupSummary>
|
3579
3732
|
# * {Types::ListGroupsOlderThanOrderingIdResponse#next_token #next_token} => String
|
3580
3733
|
#
|
3734
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3735
|
+
#
|
3581
3736
|
# @example Request syntax with placeholder values
|
3582
3737
|
#
|
3583
3738
|
# resp = client.list_groups_older_than_ordering_id({
|
@@ -3686,6 +3841,8 @@ module Aws::Kendra
|
|
3686
3841
|
# * {Types::ListQuerySuggestionsBlockListsResponse#block_list_summary_items #block_list_summary_items} => Array<Types::QuerySuggestionsBlockListSummary>
|
3687
3842
|
# * {Types::ListQuerySuggestionsBlockListsResponse#next_token #next_token} => String
|
3688
3843
|
#
|
3844
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3845
|
+
#
|
3689
3846
|
# @example Request syntax with placeholder values
|
3690
3847
|
#
|
3691
3848
|
# resp = client.list_query_suggestions_block_lists({
|
@@ -3765,6 +3922,8 @@ module Aws::Kendra
|
|
3765
3922
|
# * {Types::ListThesauriResponse#next_token #next_token} => String
|
3766
3923
|
# * {Types::ListThesauriResponse#thesaurus_summary_items #thesaurus_summary_items} => Array<Types::ThesaurusSummary>
|
3767
3924
|
#
|
3925
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3926
|
+
#
|
3768
3927
|
# @example Request syntax with placeholder values
|
3769
3928
|
#
|
3770
3929
|
# resp = client.list_thesauri({
|
@@ -3956,13 +4115,13 @@ module Aws::Kendra
|
|
3956
4115
|
#
|
3957
4116
|
# @option params [Array<Types::Facet>] :facets
|
3958
4117
|
# An array of documents attributes. Amazon Kendra returns a count for
|
3959
|
-
# each attribute key specified.
|
3960
|
-
#
|
4118
|
+
# each attribute key specified. This helps your users narrow their
|
4119
|
+
# search.
|
3961
4120
|
#
|
3962
4121
|
# @option params [Array<String>] :requested_document_attributes
|
3963
|
-
# An array of document attributes to include in the response.
|
3964
|
-
#
|
3965
|
-
# document attributes are included in the response.
|
4122
|
+
# An array of document attributes to include in the response. You can
|
4123
|
+
# limit the response to include certain document attributes. By default
|
4124
|
+
# all document attributes are included in the response.
|
3966
4125
|
#
|
3967
4126
|
# @option params [String] :query_result_type_filter
|
3968
4127
|
# Sets the type of query. Only results for the specified query type are
|
@@ -4112,6 +4271,10 @@ module Aws::Kendra
|
|
4112
4271
|
# facets: [
|
4113
4272
|
# {
|
4114
4273
|
# document_attribute_key: "DocumentAttributeKey",
|
4274
|
+
# facets: {
|
4275
|
+
# # recursive FacetList
|
4276
|
+
# },
|
4277
|
+
# max_results: 1,
|
4115
4278
|
# },
|
4116
4279
|
# ],
|
4117
4280
|
# requested_document_attributes: ["DocumentAttributeKey"],
|
@@ -4201,6 +4364,7 @@ module Aws::Kendra
|
|
4201
4364
|
# resp.facet_results[0].document_attribute_value_count_pairs[0].document_attribute_value.long_value #=> Integer
|
4202
4365
|
# resp.facet_results[0].document_attribute_value_count_pairs[0].document_attribute_value.date_value #=> Time
|
4203
4366
|
# resp.facet_results[0].document_attribute_value_count_pairs[0].count #=> Integer
|
4367
|
+
# resp.facet_results[0].document_attribute_value_count_pairs[0].facet_results #=> Types::FacetResultList
|
4204
4368
|
# resp.total_number_of_results #=> Integer
|
4205
4369
|
# resp.warnings #=> Array
|
4206
4370
|
# resp.warnings[0].message #=> String
|
@@ -4852,6 +5016,91 @@ module Aws::Kendra
|
|
4852
5016
|
# security_group_ids: ["VpcSecurityGroupId"], # required
|
4853
5017
|
# },
|
4854
5018
|
# },
|
5019
|
+
# quip_configuration: {
|
5020
|
+
# domain: "Domain", # required
|
5021
|
+
# secret_arn: "SecretArn", # required
|
5022
|
+
# crawl_file_comments: false,
|
5023
|
+
# crawl_chat_rooms: false,
|
5024
|
+
# crawl_attachments: false,
|
5025
|
+
# folder_ids: ["FolderId"],
|
5026
|
+
# thread_field_mappings: [
|
5027
|
+
# {
|
5028
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5029
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5030
|
+
# index_field_name: "IndexFieldName", # required
|
5031
|
+
# },
|
5032
|
+
# ],
|
5033
|
+
# message_field_mappings: [
|
5034
|
+
# {
|
5035
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5036
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5037
|
+
# index_field_name: "IndexFieldName", # required
|
5038
|
+
# },
|
5039
|
+
# ],
|
5040
|
+
# attachment_field_mappings: [
|
5041
|
+
# {
|
5042
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5043
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5044
|
+
# index_field_name: "IndexFieldName", # required
|
5045
|
+
# },
|
5046
|
+
# ],
|
5047
|
+
# inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
5048
|
+
# exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
5049
|
+
# vpc_configuration: {
|
5050
|
+
# subnet_ids: ["SubnetId"], # required
|
5051
|
+
# security_group_ids: ["VpcSecurityGroupId"], # required
|
5052
|
+
# },
|
5053
|
+
# },
|
5054
|
+
# jira_configuration: {
|
5055
|
+
# jira_account_url: "JiraAccountUrl", # required
|
5056
|
+
# secret_arn: "SecretArn", # required
|
5057
|
+
# use_change_log: false,
|
5058
|
+
# project: ["String"],
|
5059
|
+
# issue_type: ["String"],
|
5060
|
+
# status: ["String"],
|
5061
|
+
# issue_sub_entity_filter: ["COMMENTS"], # accepts COMMENTS, ATTACHMENTS, WORKLOGS
|
5062
|
+
# attachment_field_mappings: [
|
5063
|
+
# {
|
5064
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5065
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5066
|
+
# index_field_name: "IndexFieldName", # required
|
5067
|
+
# },
|
5068
|
+
# ],
|
5069
|
+
# comment_field_mappings: [
|
5070
|
+
# {
|
5071
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5072
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5073
|
+
# index_field_name: "IndexFieldName", # required
|
5074
|
+
# },
|
5075
|
+
# ],
|
5076
|
+
# issue_field_mappings: [
|
5077
|
+
# {
|
5078
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5079
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5080
|
+
# index_field_name: "IndexFieldName", # required
|
5081
|
+
# },
|
5082
|
+
# ],
|
5083
|
+
# project_field_mappings: [
|
5084
|
+
# {
|
5085
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5086
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5087
|
+
# index_field_name: "IndexFieldName", # required
|
5088
|
+
# },
|
5089
|
+
# ],
|
5090
|
+
# work_log_field_mappings: [
|
5091
|
+
# {
|
5092
|
+
# data_source_field_name: "DataSourceFieldName", # required
|
5093
|
+
# date_field_format: "DataSourceDateFieldFormat",
|
5094
|
+
# index_field_name: "IndexFieldName", # required
|
5095
|
+
# },
|
5096
|
+
# ],
|
5097
|
+
# inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
5098
|
+
# exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
|
5099
|
+
# vpc_configuration: {
|
5100
|
+
# subnet_ids: ["SubnetId"], # required
|
5101
|
+
# security_group_ids: ["VpcSecurityGroupId"], # required
|
5102
|
+
# },
|
5103
|
+
# },
|
4855
5104
|
# },
|
4856
5105
|
# description: "Description",
|
4857
5106
|
# schedule: "ScanSchedule",
|
@@ -5322,7 +5571,7 @@ module Aws::Kendra
|
|
5322
5571
|
params: params,
|
5323
5572
|
config: config)
|
5324
5573
|
context[:gem_name] = 'aws-sdk-kendra'
|
5325
|
-
context[:gem_version] = '1.
|
5574
|
+
context[:gem_version] = '1.51.0'
|
5326
5575
|
Seahorse::Client::Request.new(handlers, context)
|
5327
5576
|
end
|
5328
5577
|
|
@@ -182,6 +182,7 @@ module Aws::Kendra
|
|
182
182
|
DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
|
183
183
|
DocumentStatusList = Shapes::ListShape.new(name: 'DocumentStatusList')
|
184
184
|
DocumentsMetadataConfiguration = Shapes::StructureShape.new(name: 'DocumentsMetadataConfiguration')
|
185
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
185
186
|
Duration = Shapes::StringShape.new(name: 'Duration')
|
186
187
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
187
188
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
@@ -225,6 +226,8 @@ module Aws::Kendra
|
|
225
226
|
FaqSummaryItems = Shapes::ListShape.new(name: 'FaqSummaryItems')
|
226
227
|
FeedbackToken = Shapes::StringShape.new(name: 'FeedbackToken')
|
227
228
|
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
229
|
+
FolderId = Shapes::StringShape.new(name: 'FolderId')
|
230
|
+
FolderIdList = Shapes::ListShape.new(name: 'FolderIdList')
|
228
231
|
FsxConfiguration = Shapes::StructureShape.new(name: 'FsxConfiguration')
|
229
232
|
FsxFileSystemType = Shapes::StringShape.new(name: 'FsxFileSystemType')
|
230
233
|
GetQuerySuggestionsRequest = Shapes::StructureShape.new(name: 'GetQuerySuggestionsRequest')
|
@@ -265,7 +268,13 @@ module Aws::Kendra
|
|
265
268
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
266
269
|
Interval = Shapes::StringShape.new(name: 'Interval')
|
267
270
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
271
|
+
IssueSubEntity = Shapes::StringShape.new(name: 'IssueSubEntity')
|
272
|
+
IssueSubEntityFilter = Shapes::ListShape.new(name: 'IssueSubEntityFilter')
|
273
|
+
IssueType = Shapes::ListShape.new(name: 'IssueType')
|
268
274
|
Issuer = Shapes::StringShape.new(name: 'Issuer')
|
275
|
+
JiraAccountUrl = Shapes::StringShape.new(name: 'JiraAccountUrl')
|
276
|
+
JiraConfiguration = Shapes::StructureShape.new(name: 'JiraConfiguration')
|
277
|
+
JiraStatus = Shapes::ListShape.new(name: 'JiraStatus')
|
269
278
|
JsonTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JsonTokenTypeConfiguration')
|
270
279
|
JwtTokenTypeConfiguration = Shapes::StructureShape.new(name: 'JwtTokenTypeConfiguration')
|
271
280
|
KeyLocation = Shapes::StringShape.new(name: 'KeyLocation')
|
@@ -339,6 +348,7 @@ module Aws::Kendra
|
|
339
348
|
PrincipalOrderingId = Shapes::IntegerShape.new(name: 'PrincipalOrderingId')
|
340
349
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
341
350
|
PrivateChannelFilter = Shapes::ListShape.new(name: 'PrivateChannelFilter')
|
351
|
+
Project = Shapes::ListShape.new(name: 'Project')
|
342
352
|
ProxyConfiguration = Shapes::StructureShape.new(name: 'ProxyConfiguration')
|
343
353
|
PublicChannelFilter = Shapes::ListShape.new(name: 'PublicChannelFilter')
|
344
354
|
PutPrincipalMappingRequest = Shapes::StructureShape.new(name: 'PutPrincipalMappingRequest')
|
@@ -358,6 +368,7 @@ module Aws::Kendra
|
|
358
368
|
QuerySuggestionsId = Shapes::StringShape.new(name: 'QuerySuggestionsId')
|
359
369
|
QuerySuggestionsStatus = Shapes::StringShape.new(name: 'QuerySuggestionsStatus')
|
360
370
|
QueryText = Shapes::StringShape.new(name: 'QueryText')
|
371
|
+
QuipConfiguration = Shapes::StructureShape.new(name: 'QuipConfiguration')
|
361
372
|
ReadAccessType = Shapes::StringShape.new(name: 'ReadAccessType')
|
362
373
|
Relevance = Shapes::StructureShape.new(name: 'Relevance')
|
363
374
|
RelevanceFeedback = Shapes::StructureShape.new(name: 'RelevanceFeedback')
|
@@ -465,6 +476,7 @@ module Aws::Kendra
|
|
465
476
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
466
477
|
Title = Shapes::StringShape.new(name: 'Title')
|
467
478
|
Token = Shapes::StringShape.new(name: 'Token')
|
479
|
+
TopDocumentAttributeValueCountPairsSize = Shapes::IntegerShape.new(name: 'TopDocumentAttributeValueCountPairsSize')
|
468
480
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
469
481
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
470
482
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
@@ -825,6 +837,8 @@ module Aws::Kendra
|
|
825
837
|
DataSourceConfiguration.add_member(:fsx_configuration, Shapes::ShapeRef.new(shape: FsxConfiguration, location_name: "FsxConfiguration"))
|
826
838
|
DataSourceConfiguration.add_member(:slack_configuration, Shapes::ShapeRef.new(shape: SlackConfiguration, location_name: "SlackConfiguration"))
|
827
839
|
DataSourceConfiguration.add_member(:box_configuration, Shapes::ShapeRef.new(shape: BoxConfiguration, location_name: "BoxConfiguration"))
|
840
|
+
DataSourceConfiguration.add_member(:quip_configuration, Shapes::ShapeRef.new(shape: QuipConfiguration, location_name: "QuipConfiguration"))
|
841
|
+
DataSourceConfiguration.add_member(:jira_configuration, Shapes::ShapeRef.new(shape: JiraConfiguration, location_name: "JiraConfiguration"))
|
828
842
|
DataSourceConfiguration.struct_class = Types::DataSourceConfiguration
|
829
843
|
|
830
844
|
DataSourceGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: PrincipalName, required: true, location_name: "GroupId"))
|
@@ -1115,6 +1129,7 @@ module Aws::Kendra
|
|
1115
1129
|
|
1116
1130
|
DocumentAttributeValueCountPair.add_member(:document_attribute_value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, location_name: "DocumentAttributeValue"))
|
1117
1131
|
DocumentAttributeValueCountPair.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
1132
|
+
DocumentAttributeValueCountPair.add_member(:facet_results, Shapes::ShapeRef.new(shape: FacetResultList, location_name: "FacetResults"))
|
1118
1133
|
DocumentAttributeValueCountPair.struct_class = Types::DocumentAttributeValueCountPair
|
1119
1134
|
|
1120
1135
|
DocumentAttributeValueCountPairList.member = Shapes::ShapeRef.new(shape: DocumentAttributeValueCountPair)
|
@@ -1200,6 +1215,8 @@ module Aws::Kendra
|
|
1200
1215
|
ExperiencesSummaryList.member = Shapes::ShapeRef.new(shape: ExperiencesSummary)
|
1201
1216
|
|
1202
1217
|
Facet.add_member(:document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, location_name: "DocumentAttributeKey"))
|
1218
|
+
Facet.add_member(:facets, Shapes::ShapeRef.new(shape: FacetList, location_name: "Facets"))
|
1219
|
+
Facet.add_member(:max_results, Shapes::ShapeRef.new(shape: TopDocumentAttributeValueCountPairsSize, location_name: "MaxResults"))
|
1203
1220
|
Facet.struct_class = Types::Facet
|
1204
1221
|
|
1205
1222
|
FacetList.member = Shapes::ShapeRef.new(shape: Facet)
|
@@ -1233,6 +1250,8 @@ module Aws::Kendra
|
|
1233
1250
|
|
1234
1251
|
FaqSummaryItems.member = Shapes::ShapeRef.new(shape: FaqSummary)
|
1235
1252
|
|
1253
|
+
FolderIdList.member = Shapes::ShapeRef.new(shape: FolderId)
|
1254
|
+
|
1236
1255
|
FsxConfiguration.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
1237
1256
|
FsxConfiguration.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FsxFileSystemType, required: true, location_name: "FileSystemType"))
|
1238
1257
|
FsxConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, required: true, location_name: "VpcConfiguration"))
|
@@ -1338,6 +1357,29 @@ module Aws::Kendra
|
|
1338
1357
|
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1339
1358
|
InvalidRequestException.struct_class = Types::InvalidRequestException
|
1340
1359
|
|
1360
|
+
IssueSubEntityFilter.member = Shapes::ShapeRef.new(shape: IssueSubEntity)
|
1361
|
+
|
1362
|
+
IssueType.member = Shapes::ShapeRef.new(shape: String)
|
1363
|
+
|
1364
|
+
JiraConfiguration.add_member(:jira_account_url, Shapes::ShapeRef.new(shape: JiraAccountUrl, required: true, location_name: "JiraAccountUrl"))
|
1365
|
+
JiraConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
|
1366
|
+
JiraConfiguration.add_member(:use_change_log, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseChangeLog"))
|
1367
|
+
JiraConfiguration.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
1368
|
+
JiraConfiguration.add_member(:issue_type, Shapes::ShapeRef.new(shape: IssueType, location_name: "IssueType"))
|
1369
|
+
JiraConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: JiraStatus, location_name: "Status"))
|
1370
|
+
JiraConfiguration.add_member(:issue_sub_entity_filter, Shapes::ShapeRef.new(shape: IssueSubEntityFilter, location_name: "IssueSubEntityFilter"))
|
1371
|
+
JiraConfiguration.add_member(:attachment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "AttachmentFieldMappings"))
|
1372
|
+
JiraConfiguration.add_member(:comment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "CommentFieldMappings"))
|
1373
|
+
JiraConfiguration.add_member(:issue_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "IssueFieldMappings"))
|
1374
|
+
JiraConfiguration.add_member(:project_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "ProjectFieldMappings"))
|
1375
|
+
JiraConfiguration.add_member(:work_log_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "WorkLogFieldMappings"))
|
1376
|
+
JiraConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
|
1377
|
+
JiraConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
|
1378
|
+
JiraConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
|
1379
|
+
JiraConfiguration.struct_class = Types::JiraConfiguration
|
1380
|
+
|
1381
|
+
JiraStatus.member = Shapes::ShapeRef.new(shape: String)
|
1382
|
+
|
1341
1383
|
JsonTokenTypeConfiguration.add_member(:user_name_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserNameAttributeField"))
|
1342
1384
|
JsonTokenTypeConfiguration.add_member(:group_attribute_field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GroupAttributeField"))
|
1343
1385
|
JsonTokenTypeConfiguration.struct_class = Types::JsonTokenTypeConfiguration
|
@@ -1498,6 +1540,8 @@ module Aws::Kendra
|
|
1498
1540
|
|
1499
1541
|
PrivateChannelFilter.member = Shapes::ShapeRef.new(shape: String)
|
1500
1542
|
|
1543
|
+
Project.member = Shapes::ShapeRef.new(shape: String)
|
1544
|
+
|
1501
1545
|
ProxyConfiguration.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1502
1546
|
ProxyConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1503
1547
|
ProxyConfiguration.add_member(:credentials, Shapes::ShapeRef.new(shape: SecretArn, location_name: "Credentials"))
|
@@ -1560,6 +1604,20 @@ module Aws::Kendra
|
|
1560
1604
|
|
1561
1605
|
QuerySuggestionsBlockListSummaryItems.member = Shapes::ShapeRef.new(shape: QuerySuggestionsBlockListSummary)
|
1562
1606
|
|
1607
|
+
QuipConfiguration.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
1608
|
+
QuipConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "SecretArn"))
|
1609
|
+
QuipConfiguration.add_member(:crawl_file_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlFileComments"))
|
1610
|
+
QuipConfiguration.add_member(:crawl_chat_rooms, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlChatRooms"))
|
1611
|
+
QuipConfiguration.add_member(:crawl_attachments, Shapes::ShapeRef.new(shape: Boolean, location_name: "CrawlAttachments"))
|
1612
|
+
QuipConfiguration.add_member(:folder_ids, Shapes::ShapeRef.new(shape: FolderIdList, location_name: "FolderIds"))
|
1613
|
+
QuipConfiguration.add_member(:thread_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "ThreadFieldMappings"))
|
1614
|
+
QuipConfiguration.add_member(:message_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "MessageFieldMappings"))
|
1615
|
+
QuipConfiguration.add_member(:attachment_field_mappings, Shapes::ShapeRef.new(shape: DataSourceToIndexFieldMappingList, location_name: "AttachmentFieldMappings"))
|
1616
|
+
QuipConfiguration.add_member(:inclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "InclusionPatterns"))
|
1617
|
+
QuipConfiguration.add_member(:exclusion_patterns, Shapes::ShapeRef.new(shape: DataSourceInclusionsExclusionsStrings, location_name: "ExclusionPatterns"))
|
1618
|
+
QuipConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: DataSourceVpcConfiguration, location_name: "VpcConfiguration"))
|
1619
|
+
QuipConfiguration.struct_class = Types::QuipConfiguration
|
1620
|
+
|
1563
1621
|
Relevance.add_member(:freshness, Shapes::ShapeRef.new(shape: DocumentMetadataBoolean, location_name: "Freshness"))
|
1564
1622
|
Relevance.add_member(:importance, Shapes::ShapeRef.new(shape: Importance, location_name: "Importance"))
|
1565
1623
|
Relevance.add_member(:duration, Shapes::ShapeRef.new(shape: Duration, location_name: "Duration"))
|
@@ -2515,6 +2573,12 @@ module Aws::Kendra
|
|
2515
2573
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2516
2574
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2517
2575
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2576
|
+
o[:pager] = Aws::Pager.new(
|
2577
|
+
limit_key: "max_results",
|
2578
|
+
tokens: {
|
2579
|
+
"next_token" => "next_token"
|
2580
|
+
}
|
2581
|
+
)
|
2518
2582
|
end)
|
2519
2583
|
|
2520
2584
|
api.add_operation(:list_groups_older_than_ordering_id, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2529,6 +2593,12 @@ module Aws::Kendra
|
|
2529
2593
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2530
2594
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2531
2595
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2596
|
+
o[:pager] = Aws::Pager.new(
|
2597
|
+
limit_key: "max_results",
|
2598
|
+
tokens: {
|
2599
|
+
"next_token" => "next_token"
|
2600
|
+
}
|
2601
|
+
)
|
2532
2602
|
end)
|
2533
2603
|
|
2534
2604
|
api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2560,6 +2630,12 @@ module Aws::Kendra
|
|
2560
2630
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2561
2631
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2562
2632
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2633
|
+
o[:pager] = Aws::Pager.new(
|
2634
|
+
limit_key: "max_results",
|
2635
|
+
tokens: {
|
2636
|
+
"next_token" => "next_token"
|
2637
|
+
}
|
2638
|
+
)
|
2563
2639
|
end)
|
2564
2640
|
|
2565
2641
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2586,6 +2662,12 @@ module Aws::Kendra
|
|
2586
2662
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2587
2663
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2588
2664
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2665
|
+
o[:pager] = Aws::Pager.new(
|
2666
|
+
limit_key: "max_results",
|
2667
|
+
tokens: {
|
2668
|
+
"next_token" => "next_token"
|
2669
|
+
}
|
2670
|
+
)
|
2589
2671
|
end)
|
2590
2672
|
|
2591
2673
|
api.add_operation(:put_principal_mapping, Seahorse::Model::Operation.new.tap do |o|
|