aws-sdk-kendra 1.58.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68ff32b7cf1fb139e0097eb90d3397579e38706df2934e7c6ffc57fbe55152f8
4
- data.tar.gz: dacbe47acd24aa07112dee77e763a1b201ff3baa0d38ac636711373384f881ea
3
+ metadata.gz: 36a46ed1f9911716d2747edbe0d3923c18b853ea92e942fc7fb71051b7e99e2b
4
+ data.tar.gz: 1b677dc00271e6bd5da551834f323453bb0dd59fd3a75d71b50b7628e8d3a89b
5
5
  SHA512:
6
- metadata.gz: a6f64a1dbad854b8288702ec5a1e84e391fe4a11bd0919f4dec956b777cbc1a87ab22811a1130d8cf93d54d7d848810cc94ee8e7d3d0a4c3822c09d20e42f174
7
- data.tar.gz: 7035b06ed63b1790e5c1fef30a192dd65d1c9bd76882e226a0e777fcfa22e448a3430ef87fff05c7c1e57a364d23d60c7175018fea331ea7d49ca8dbc4d3f649
6
+ metadata.gz: 034d984b8828469a0d3393a9bae861a02597017aa91da25b778dc124ba7094817d091b2817cfe521621ecb4986c3958248667109fccb50c02a8b4ab614a03864
7
+ data.tar.gz: b7b01bcd909608676b711fc79ea5d7de765a32b2600e174e0fc48e5c7eb6215030ae0a840328e66f7b498bf8bcbee49144c7f2856d9c4c134f4d212c8c776a65
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2022-09-27)
5
+ ------------------
6
+
7
+ * Feature - My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html
8
+
4
9
  1.58.0 (2022-09-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -361,7 +361,7 @@ module Aws::Kendra
361
361
 
362
362
  # @!group API Operations
363
363
 
364
- # Grants users or groups in your Amazon Web Services SSO identity source
364
+ # Grants users or groups in your IAM Identity Center identity source
365
365
  # access to your Amazon Kendra experience. You can create an Amazon
366
366
  # Kendra experience such as a search application. For more information
367
367
  # on creating a search application experience, see [Building a search
@@ -378,7 +378,7 @@ module Aws::Kendra
378
378
  # The identifier of the index for your Amazon Kendra experience.
379
379
  #
380
380
  # @option params [required, Array<Types::EntityConfiguration>] :entity_list
381
- # Lists users or groups in your Amazon Web Services SSO identity source.
381
+ # Lists users or groups in your IAM Identity Center identity source.
382
382
  #
383
383
  # @return [Types::AssociateEntitiesToExperienceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
384
384
  #
@@ -412,8 +412,8 @@ module Aws::Kendra
412
412
  req.send_request(options)
413
413
  end
414
414
 
415
- # Defines the specific permissions of users or groups in your Amazon Web
416
- # Services SSO identity source with access to your Amazon Kendra
415
+ # Defines the specific permissions of users or groups in your IAM
416
+ # Identity Center identity source with access to your Amazon Kendra
417
417
  # experience. You can create an Amazon Kendra experience such as a
418
418
  # search application. For more information on creating a search
419
419
  # application experience, see [Building a search experience with no
@@ -431,10 +431,9 @@ module Aws::Kendra
431
431
  #
432
432
  # @option params [required, Array<Types::EntityPersonaConfiguration>] :personas
433
433
  # The personas that define the specific permissions of users or groups
434
- # in your Amazon Web Services SSO identity source. The available
435
- # personas or access roles are `Owner` and `Viewer`. For more
436
- # information on these personas, see [Providing access to your search
437
- # page][1].
434
+ # in your IAM Identity Center identity source. The available personas or
435
+ # access roles are `Owner` and `Viewer`. For more information on these
436
+ # personas, see [Providing access to your search page][1].
438
437
  #
439
438
  #
440
439
  #
@@ -1793,8 +1792,8 @@ module Aws::Kendra
1793
1792
  #
1794
1793
  # @option params [String] :role_arn
1795
1794
  # The Amazon Resource Name (ARN) of a role with permission to access
1796
- # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and Amazon
1797
- # Web Services SSO that stores your user and group information. For more
1795
+ # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM
1796
+ # Identity Center that stores your user and group information. For more
1798
1797
  # information, see [IAM roles for Amazon Kendra][1].
1799
1798
  #
1800
1799
  #
@@ -2050,9 +2049,9 @@ module Aws::Kendra
2050
2049
  # accessible to the user will be searchable and displayable.
2051
2050
  #
2052
2051
  # @option params [Types::UserGroupResolutionConfiguration] :user_group_resolution_configuration
2053
- # Enables fetching access levels of groups and users from an Amazon Web
2054
- # Services Single Sign On identity source. To configure this, see
2055
- # [UserGroupResolutionConfiguration][1].
2052
+ # Enables fetching access levels of groups and users from an IAM
2053
+ # Identity Center (successor to Single Sign-On) identity source. To
2054
+ # configure this, see [UserGroupResolutionConfiguration][1].
2056
2055
  #
2057
2056
  #
2058
2057
  #
@@ -3618,11 +3617,11 @@ module Aws::Kendra
3618
3617
  req.send_request(options)
3619
3618
  end
3620
3619
 
3621
- # Prevents users or groups in your Amazon Web Services SSO identity
3622
- # source from accessing your Amazon Kendra experience. You can create an
3623
- # Amazon Kendra experience such as a search application. For more
3624
- # information on creating a search application experience, see [Building
3625
- # a search experience with no code][1].
3620
+ # Prevents users or groups in your IAM Identity Center identity source
3621
+ # from accessing your Amazon Kendra experience. You can create an Amazon
3622
+ # Kendra experience such as a search application. For more information
3623
+ # on creating a search application experience, see [Building a search
3624
+ # experience with no code][1].
3626
3625
  #
3627
3626
  #
3628
3627
  #
@@ -3635,7 +3634,7 @@ module Aws::Kendra
3635
3634
  # The identifier of the index for your Amazon Kendra experience.
3636
3635
  #
3637
3636
  # @option params [required, Array<Types::EntityConfiguration>] :entity_list
3638
- # Lists users or groups in your Amazon Web Services SSO identity source.
3637
+ # Lists users or groups in your IAM Identity Center identity source.
3639
3638
  #
3640
3639
  # @return [Types::DisassociateEntitiesFromExperienceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3641
3640
  #
@@ -3669,8 +3668,8 @@ module Aws::Kendra
3669
3668
  req.send_request(options)
3670
3669
  end
3671
3670
 
3672
- # Removes the specific permissions of users or groups in your Amazon Web
3673
- # Services SSO identity source with access to your Amazon Kendra
3671
+ # Removes the specific permissions of users or groups in your IAM
3672
+ # Identity Center identity source with access to your Amazon Kendra
3674
3673
  # experience. You can create an Amazon Kendra experience such as a
3675
3674
  # search application. For more information on creating a search
3676
3675
  # application experience, see [Building a search experience with no
@@ -3687,7 +3686,7 @@ module Aws::Kendra
3687
3686
  # The identifier of the index for your Amazon Kendra experience.
3688
3687
  #
3689
3688
  # @option params [required, Array<String>] :entity_ids
3690
- # The identifiers of users or groups in your Amazon Web Services SSO
3689
+ # The identifiers of users or groups in your IAM Identity Center
3691
3690
  # identity source. For example, user IDs could be user emails.
3692
3691
  #
3693
3692
  # @return [Types::DisassociatePersonasFromEntitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4084,11 +4083,11 @@ module Aws::Kendra
4084
4083
  req.send_request(options)
4085
4084
  end
4086
4085
 
4087
- # Lists users or groups in your Amazon Web Services SSO identity source
4088
- # that are granted access to your Amazon Kendra experience. You can
4089
- # create an Amazon Kendra experience such as a search application. For
4090
- # more information on creating a search application experience, see
4091
- # [Building a search experience with no code][1].
4086
+ # Lists users or groups in your IAM Identity Center identity source that
4087
+ # are granted access to your Amazon Kendra experience. You can create an
4088
+ # Amazon Kendra experience such as a search application. For more
4089
+ # information on creating a search application experience, see [Building
4090
+ # a search experience with no code][1].
4092
4091
  #
4093
4092
  #
4094
4093
  #
@@ -6005,8 +6004,8 @@ module Aws::Kendra
6005
6004
  #
6006
6005
  # @option params [String] :role_arn
6007
6006
  # The Amazon Resource Name (ARN) of a role with permission to access
6008
- # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and Amazon
6009
- # Web Services SSO that stores your user and group information. For more
6007
+ # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM
6008
+ # Identity Center that stores your user and group information. For more
6010
6009
  # information, see [IAM roles for Amazon Kendra][1].
6011
6010
  #
6012
6011
  #
@@ -6088,9 +6087,9 @@ module Aws::Kendra
6088
6087
  # The user context policy.
6089
6088
  #
6090
6089
  # @option params [Types::UserGroupResolutionConfiguration] :user_group_resolution_configuration
6091
- # Enables fetching access levels of groups and users from an Amazon Web
6092
- # Services Single Sign On identity source. To configure this, see
6093
- # [UserGroupResolutionConfiguration][1].
6090
+ # Enables fetching access levels of groups and users from an IAM
6091
+ # Identity Center (successor to Single Sign-On) identity source. To
6092
+ # configure this, see [UserGroupResolutionConfiguration][1].
6094
6093
  #
6095
6094
  #
6096
6095
  #
@@ -6387,7 +6386,7 @@ module Aws::Kendra
6387
6386
  params: params,
6388
6387
  config: config)
6389
6388
  context[:gem_name] = 'aws-sdk-kendra'
6390
- context[:gem_version] = '1.58.0'
6389
+ context[:gem_version] = '1.59.0'
6391
6390
  Seahorse::Client::Request.new(handlers, context)
6392
6391
  end
6393
6392
 
@@ -338,8 +338,7 @@ module Aws::Kendra
338
338
  # @return [String]
339
339
  #
340
340
  # @!attribute [rw] entity_list
341
- # Lists users or groups in your Amazon Web Services SSO identity
342
- # source.
341
+ # Lists users or groups in your IAM Identity Center identity source.
343
342
  # @return [Array<Types::EntityConfiguration>]
344
343
  #
345
344
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AssociateEntitiesToExperienceRequest AWS API Documentation
@@ -353,7 +352,7 @@ module Aws::Kendra
353
352
  end
354
353
 
355
354
  # @!attribute [rw] failed_entity_list
356
- # Lists the users or groups in your Amazon Web Services SSO identity
355
+ # Lists the users or groups in your IAM Identity Center identity
357
356
  # source that failed to properly configure with your Amazon Kendra
358
357
  # experience.
359
358
  # @return [Array<Types::FailedEntity>]
@@ -390,10 +389,9 @@ module Aws::Kendra
390
389
  #
391
390
  # @!attribute [rw] personas
392
391
  # The personas that define the specific permissions of users or groups
393
- # in your Amazon Web Services SSO identity source. The available
394
- # personas or access roles are `Owner` and `Viewer`. For more
395
- # information on these personas, see [Providing access to your search
396
- # page][1].
392
+ # in your IAM Identity Center identity source. The available personas
393
+ # or access roles are `Owner` and `Viewer`. For more information on
394
+ # these personas, see [Providing access to your search page][1].
397
395
  #
398
396
  #
399
397
  #
@@ -411,7 +409,7 @@ module Aws::Kendra
411
409
  end
412
410
 
413
411
  # @!attribute [rw] failed_entity_list
414
- # Lists the users or groups in your Amazon Web Services SSO identity
412
+ # Lists the users or groups in your IAM Identity Center identity
415
413
  # source that failed to properly configure with your Amazon Kendra
416
414
  # experience.
417
415
  # @return [Array<Types::FailedEntity>]
@@ -3327,9 +3325,9 @@ module Aws::Kendra
3327
3325
  #
3328
3326
  # @!attribute [rw] role_arn
3329
3327
  # The Amazon Resource Name (ARN) of a role with permission to access
3330
- # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and
3331
- # Amazon Web Services SSO that stores your user and group information.
3332
- # For more information, see [IAM roles for Amazon Kendra][1].
3328
+ # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM
3329
+ # Identity Center that stores your user and group information. For
3330
+ # more information, see [IAM roles for Amazon Kendra][1].
3333
3331
  #
3334
3332
  #
3335
3333
  #
@@ -3619,9 +3617,9 @@ module Aws::Kendra
3619
3617
  # @return [String]
3620
3618
  #
3621
3619
  # @!attribute [rw] user_group_resolution_configuration
3622
- # Enables fetching access levels of groups and users from an Amazon
3623
- # Web Services Single Sign On identity source. To configure this, see
3624
- # [UserGroupResolutionConfiguration][1].
3620
+ # Enables fetching access levels of groups and users from an IAM
3621
+ # Identity Center (successor to Single Sign-On) identity source. To
3622
+ # configure this, see [UserGroupResolutionConfiguration][1].
3625
3623
  #
3626
3624
  #
3627
3625
  #
@@ -5603,8 +5601,7 @@ module Aws::Kendra
5603
5601
  # @!attribute [rw] role_arn
5604
5602
  # Shows the Amazon Resource Name (ARN) of a role with permission to
5605
5603
  # access `Query` API, `QuerySuggestions` API, `SubmitFeedback` API,
5606
- # and Amazon Web Services SSO that stores your user and group
5607
- # information.
5604
+ # and IAM Identity Center that stores your user and group information.
5608
5605
  # @return [String]
5609
5606
  #
5610
5607
  # @!attribute [rw] error_message
@@ -5831,8 +5828,8 @@ module Aws::Kendra
5831
5828
  #
5832
5829
  # @!attribute [rw] user_group_resolution_configuration
5833
5830
  # Whether you have enabled the configuration for fetching access
5834
- # levels of groups and users from an Amazon Web Services Single Sign
5835
- # On identity source.
5831
+ # levels of groups and users from an IAM Identity Center (successor to
5832
+ # Single Sign-On) identity source.
5836
5833
  # @return [Types::UserGroupResolutionConfiguration]
5837
5834
  #
5838
5835
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeIndexResponse AWS API Documentation
@@ -6276,8 +6273,7 @@ module Aws::Kendra
6276
6273
  # @return [String]
6277
6274
  #
6278
6275
  # @!attribute [rw] entity_list
6279
- # Lists users or groups in your Amazon Web Services SSO identity
6280
- # source.
6276
+ # Lists users or groups in your IAM Identity Center identity source.
6281
6277
  # @return [Array<Types::EntityConfiguration>]
6282
6278
  #
6283
6279
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DisassociateEntitiesFromExperienceRequest AWS API Documentation
@@ -6291,7 +6287,7 @@ module Aws::Kendra
6291
6287
  end
6292
6288
 
6293
6289
  # @!attribute [rw] failed_entity_list
6294
- # Lists the users or groups in your Amazon Web Services SSO identity
6290
+ # Lists the users or groups in your IAM Identity Center identity
6295
6291
  # source that failed to properly remove access to your Amazon Kendra
6296
6292
  # experience.
6297
6293
  # @return [Array<Types::FailedEntity>]
@@ -6322,7 +6318,7 @@ module Aws::Kendra
6322
6318
  # @return [String]
6323
6319
  #
6324
6320
  # @!attribute [rw] entity_ids
6325
- # The identifiers of users or groups in your Amazon Web Services SSO
6321
+ # The identifiers of users or groups in your IAM Identity Center
6326
6322
  # identity source. For example, user IDs could be user emails.
6327
6323
  # @return [Array<String>]
6328
6324
  #
@@ -6337,7 +6333,7 @@ module Aws::Kendra
6337
6333
  end
6338
6334
 
6339
6335
  # @!attribute [rw] failed_entity_list
6340
- # Lists the users or groups in your Amazon Web Services SSO identity
6336
+ # Lists the users or groups in your IAM Identity Center identity
6341
6337
  # source that failed to properly remove access to your Amazon Kendra
6342
6338
  # experience.
6343
6339
  # @return [Array<Types::FailedEntity>]
@@ -6911,9 +6907,9 @@ module Aws::Kendra
6911
6907
  include Aws::Structure
6912
6908
  end
6913
6909
 
6914
- # Provides the configuration information for users or groups in your
6915
- # Amazon Web Services SSO identity source to grant access your Amazon
6916
- # Kendra experience.
6910
+ # Provides the configuration information for users or groups in your IAM
6911
+ # Identity Center identity source to grant access your Amazon Kendra
6912
+ # experience.
6917
6913
  #
6918
6914
  # @note When making an API call, you may pass EntityConfiguration
6919
6915
  # data as a hash:
@@ -6924,7 +6920,7 @@ module Aws::Kendra
6924
6920
  # }
6925
6921
  #
6926
6922
  # @!attribute [rw] entity_id
6927
- # The identifier of a user or group in your Amazon Web Services SSO
6923
+ # The identifier of a user or group in your IAM Identity Center
6928
6924
  # identity source. For example, a user ID could be an email.
6929
6925
  # @return [String]
6930
6926
  #
@@ -6975,10 +6971,10 @@ module Aws::Kendra
6975
6971
  include Aws::Structure
6976
6972
  end
6977
6973
 
6978
- # Provides the configuration information for users or groups in your
6979
- # Amazon Web Services SSO identity source for access to your Amazon
6980
- # Kendra experience. Specific permissions are defined for each user or
6981
- # group once they are granted access to your Amazon Kendra experience.
6974
+ # Provides the configuration information for users or groups in your IAM
6975
+ # Identity Center identity source for access to your Amazon Kendra
6976
+ # experience. Specific permissions are defined for each user or group
6977
+ # once they are granted access to your Amazon Kendra experience.
6982
6978
  #
6983
6979
  # @note When making an API call, you may pass EntityPersonaConfiguration
6984
6980
  # data as a hash:
@@ -6989,13 +6985,13 @@ module Aws::Kendra
6989
6985
  # }
6990
6986
  #
6991
6987
  # @!attribute [rw] entity_id
6992
- # The identifier of a user or group in your Amazon Web Services SSO
6988
+ # The identifier of a user or group in your IAM Identity Center
6993
6989
  # identity source. For example, a user ID could be an email.
6994
6990
  # @return [String]
6995
6991
  #
6996
6992
  # @!attribute [rw] persona
6997
6993
  # The persona that defines the specific permissions of the user or
6998
- # group in your Amazon Web Services SSO identity source. The available
6994
+ # group in your IAM Identity Center identity source. The available
6999
6995
  # personas or access roles are `Owner` and `Viewer`. For more
7000
6996
  # information on these personas, see [Providing access to your search
7001
6997
  # page][1].
@@ -7040,8 +7036,8 @@ module Aws::Kendra
7040
7036
  # @return [Types::ContentSourceConfiguration]
7041
7037
  #
7042
7038
  # @!attribute [rw] user_identity_configuration
7043
- # The Amazon Web Services SSO field name that contains the identifiers
7044
- # of your users, such as their emails.
7039
+ # The IAM Identity Center field name that contains the identifiers of
7040
+ # your users, such as their emails.
7045
7041
  # @return [Types::UserIdentityConfiguration]
7046
7042
  #
7047
7043
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ExperienceConfiguration AWS API Documentation
@@ -7075,19 +7071,18 @@ module Aws::Kendra
7075
7071
  include Aws::Structure
7076
7072
  end
7077
7073
 
7078
- # Summary information for users or groups in your Amazon Web Services
7079
- # SSO identity source with granted access to your Amazon Kendra
7080
- # experience. You can create an Amazon Kendra experience such as a
7081
- # search application. For more information on creating a search
7082
- # application experience, see [Building a search experience with no
7083
- # code][1].
7074
+ # Summary information for users or groups in your IAM Identity Center
7075
+ # identity source with granted access to your Amazon Kendra experience.
7076
+ # You can create an Amazon Kendra experience such as a search
7077
+ # application. For more information on creating a search application
7078
+ # experience, see [Building a search experience with no code][1].
7084
7079
  #
7085
7080
  #
7086
7081
  #
7087
7082
  # [1]: https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html
7088
7083
  #
7089
7084
  # @!attribute [rw] entity_id
7090
- # The identifier of a user or group in your Amazon Web Services SSO
7085
+ # The identifier of a user or group in your IAM Identity Center
7091
7086
  # identity source. For example, a user ID could be an email.
7092
7087
  # @return [String]
7093
7088
  #
@@ -7255,18 +7250,18 @@ module Aws::Kendra
7255
7250
  include Aws::Structure
7256
7251
  end
7257
7252
 
7258
- # Information on the users or groups in your Amazon Web Services SSO
7253
+ # Information on the users or groups in your IAM Identity Center
7259
7254
  # identity source that failed to properly configure with your Amazon
7260
7255
  # Kendra experience.
7261
7256
  #
7262
7257
  # @!attribute [rw] entity_id
7263
- # The identifier of the user or group in your Amazon Web Services SSO
7258
+ # The identifier of the user or group in your IAM Identity Center
7264
7259
  # identity source. For example, a user ID could be an email.
7265
7260
  # @return [String]
7266
7261
  #
7267
7262
  # @!attribute [rw] error_message
7268
- # The reason the user or group in your Amazon Web Services SSO
7269
- # identity source failed to properly configure with your Amazon Kendra
7263
+ # The reason the user or group in your IAM Identity Center identity
7264
+ # source failed to properly configure with your Amazon Kendra
7270
7265
  # experience.
7271
7266
  # @return [String]
7272
7267
  #
@@ -9770,8 +9765,8 @@ module Aws::Kendra
9770
9765
  include Aws::Structure
9771
9766
  end
9772
9767
 
9773
- # Summary information for users or groups in your Amazon Web Services
9774
- # SSO identity source. This applies to users and groups with specific
9768
+ # Summary information for users or groups in your IAM Identity Center
9769
+ # identity source. This applies to users and groups with specific
9775
9770
  # permissions that define their level of access to your Amazon Kendra
9776
9771
  # experience. You can create an Amazon Kendra experience such as a
9777
9772
  # search application. For more information on creating a search
@@ -9783,13 +9778,13 @@ module Aws::Kendra
9783
9778
  # [1]: https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html
9784
9779
  #
9785
9780
  # @!attribute [rw] entity_id
9786
- # The identifier of a user or group in your Amazon Web Services SSO
9781
+ # The identifier of a user or group in your IAM Identity Center
9787
9782
  # identity source. For example, a user ID could be an email.
9788
9783
  # @return [String]
9789
9784
  #
9790
9785
  # @!attribute [rw] persona
9791
9786
  # The persona that defines the specific permissions of the user or
9792
- # group in your Amazon Web Services SSO identity source. The available
9787
+ # group in your IAM Identity Center identity source. The available
9793
9788
  # personas or access roles are `Owner` and `Viewer`. For more
9794
9789
  # information on these personas, see [Providing access to your search
9795
9790
  # page][1].
@@ -12723,18 +12718,14 @@ module Aws::Kendra
12723
12718
  # }
12724
12719
  #
12725
12720
  # @!attribute [rw] template
12726
- # The template schema used for the data source.
12721
+ # The template schema used for the data source, where templates
12722
+ # schemas are supported.
12727
12723
  #
12728
- # The following links to the template schema for data sources where
12729
- # templates are supported:
12724
+ # See [Data source template schemas][1].
12730
12725
  #
12731
- # * [Zendesk template schema][1]
12732
12726
  #
12733
- # ^
12734
12727
  #
12735
- #
12736
- #
12737
- # [1]: https://docs.aws.amazon.com/kendra/latest/dg/data-source-zendesk.html#zendesk-template-schema
12728
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html
12738
12729
  # @return [Hash,Array,String,Numeric,Boolean]
12739
12730
  #
12740
12731
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/TemplateConfiguration AWS API Documentation
@@ -13792,9 +13783,9 @@ module Aws::Kendra
13792
13783
  #
13793
13784
  # @!attribute [rw] role_arn
13794
13785
  # The Amazon Resource Name (ARN) of a role with permission to access
13795
- # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and
13796
- # Amazon Web Services SSO that stores your user and group information.
13797
- # For more information, see [IAM roles for Amazon Kendra][1].
13786
+ # `Query` API, `QuerySuggestions` API, `SubmitFeedback` API, and IAM
13787
+ # Identity Center that stores your user and group information. For
13788
+ # more information, see [IAM roles for Amazon Kendra][1].
13798
13789
  #
13799
13790
  #
13800
13791
  #
@@ -13922,9 +13913,9 @@ module Aws::Kendra
13922
13913
  # @return [String]
13923
13914
  #
13924
13915
  # @!attribute [rw] user_group_resolution_configuration
13925
- # Enables fetching access levels of groups and users from an Amazon
13926
- # Web Services Single Sign On identity source. To configure this, see
13927
- # [UserGroupResolutionConfiguration][1].
13916
+ # Enables fetching access levels of groups and users from an IAM
13917
+ # Identity Center (successor to Single Sign-On) identity source. To
13918
+ # configure this, see [UserGroupResolutionConfiguration][1].
13928
13919
  #
13929
13920
  #
13930
13921
  #
@@ -14275,22 +14266,22 @@ module Aws::Kendra
14275
14266
  end
14276
14267
 
14277
14268
  # Provides the configuration information to fetch access levels of
14278
- # groups and users from an Amazon Web Services Single Sign On identity
14279
- # source. This is useful for user context filtering, where search
14280
- # results are filtered based on the user or their group access to
14281
- # documents. You can also use the [PutPrincipalMapping][1] API to map
14282
- # users to their groups so that you only need to provide the user ID
14283
- # when you issue the query.
14284
- #
14285
- # To set up an Amazon Web Services SSO identity source in the console to
14286
- # use with Amazon Kendra, see [Getting started with an Amazon Web
14287
- # Services SSO identity source][2]. You must also grant the required
14288
- # permissions to use Amazon Web Services SSO with Amazon Kendra. For
14289
- # more information, see [IAM roles for Amazon Web Services SSO][3].
14269
+ # groups and users from an IAM Identity Center (successor to Single
14270
+ # Sign-On) identity source. This is useful for user context filtering,
14271
+ # where search results are filtered based on the user or their group
14272
+ # access to documents. You can also use the [PutPrincipalMapping][1] API
14273
+ # to map users to their groups so that you only need to provide the user
14274
+ # ID when you issue the query.
14275
+ #
14276
+ # To set up an IAM Identity Center identity source in the console to use
14277
+ # with Amazon Kendra, see [Getting started with an IAM Identity Center
14278
+ # identity source][2]. You must also grant the required permissions to
14279
+ # use IAM Identity Center with Amazon Kendra. For more information, see
14280
+ # [IAM roles for IAM Identity Center][3].
14290
14281
  #
14291
14282
  # Amazon Kendra currently does not support using
14292
14283
  # `UserGroupResolutionConfiguration` with an Amazon Web Services
14293
- # organization member account for your Amazon Web Services SSO identify
14284
+ # organization member account for your IAM Identity Center identify
14294
14285
  # source. You must create your index in the management account for the
14295
14286
  # organization in order to use `UserGroupResolutionConfiguration`.
14296
14287
  #
@@ -14309,10 +14300,10 @@ module Aws::Kendra
14309
14300
  #
14310
14301
  # @!attribute [rw] user_group_resolution_mode
14311
14302
  # The identity store provider (mode) you want to use to fetch access
14312
- # levels of groups and users. Amazon Web Services Single Sign On is
14313
- # currently the only available mode. Your users and groups must exist
14314
- # in an Amazon Web Services SSO identity source in order to use this
14315
- # mode.
14303
+ # levels of groups and users. IAM Identity Center (successor to Single
14304
+ # Sign-On) is currently the only available mode. Your users and groups
14305
+ # must exist in an IAM Identity Center identity source in order to use
14306
+ # this mode.
14316
14307
  # @return [String]
14317
14308
  #
14318
14309
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UserGroupResolutionConfiguration AWS API Documentation
@@ -14334,14 +14325,13 @@ module Aws::Kendra
14334
14325
  # }
14335
14326
  #
14336
14327
  # @!attribute [rw] identity_attribute_name
14337
- # The Amazon Web Services SSO field name that contains the identifiers
14338
- # of your users, such as their emails. This is used for [user context
14328
+ # The IAM Identity Center field name that contains the identifiers of
14329
+ # your users, such as their emails. This is used for [user context
14339
14330
  # filtering][1] and for granting access to your Amazon Kendra
14340
- # experience. You must set up Amazon Web Services SSO with Amazon
14341
- # Kendra. You must include your users and groups in your Access
14342
- # Control List when you ingest documents into your index. For more
14343
- # information, see [Getting started with an Amazon Web Services SSO
14344
- # identity source][2].
14331
+ # experience. You must set up IAM Identity Center with Amazon Kendra.
14332
+ # You must include your users and groups in your Access Control List
14333
+ # when you ingest documents into your index. For more information, see
14334
+ # [Getting started with an IAM Identity Center identity source][2].
14345
14335
  #
14346
14336
  #
14347
14337
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kendra/customizations'
48
48
  # @!group service
49
49
  module Aws::Kendra
50
50
 
51
- GEM_VERSION = '1.58.0'
51
+ GEM_VERSION = '1.59.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core