aws-sdk-qbusiness 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7fb7f52fc4495e85e58acc852423b98a75627f3b1c8b47e8985e9a12246a0a1
4
- data.tar.gz: 0cf839c74d029111a6ff02e354e94de2c82071ee2048c29bd2dbb473440d1289
3
+ metadata.gz: 1cb9ee07ebc249a457a30697cc9bdc03ffef87bd98443772d9002d439a963f66
4
+ data.tar.gz: ed98467c27fb12f55f7c78c562e8cb878fe9b8a9525a67463702c0364019912b
5
5
  SHA512:
6
- metadata.gz: 514f08c3ea55aa2484bde1066fb95543f9713fd5c01adb32028d4d6d51514a6d56d8799a3d955939c78371db67c08d2beb2b646747fec5dd6f0998dd7eed2251
7
- data.tar.gz: 37056bcb559563722623858225ca53ea504ee5c53cfc200f82310c403ebc338ff96094b9ab1311899038fadb071548286778bf8311c0ba1a88303fcc3d42d998
6
+ metadata.gz: 621c632dd181a33accc3ab9a3803c7882bc77fc3591517c9402e5dbcf5ccebac2b8d9940ed85b2affa31620f671a61e8547ea870a073b2dd7dff0cc1f27bfc50
7
+ data.tar.gz: 2fd81a79dacb444f723f5e33355ac5d7052d888015bcc9d108274095f2630fea9e65703e658410812f16510da69e68195197c4ccb9f0e6d387b74008d638b533
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * Feature - Adds S3 path option to pass group member list for PutGroup API.
8
+
4
9
  1.21.0 (2024-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -603,7 +603,7 @@ module Aws::QBusiness
603
603
  tracer: tracer
604
604
  )
605
605
  context[:gem_name] = 'aws-sdk-qbusiness'
606
- context[:gem_version] = '1.21.0'
606
+ context[:gem_version] = '1.22.0'
607
607
  Seahorse::Client::Request.new(handlers, context)
608
608
  end
609
609
 
@@ -928,11 +928,17 @@ module Aws::QBusiness
928
928
  # You must use the Amazon Q Business console to assign subscription
929
929
  # tiers to users.
930
930
  #
931
+ # A Amazon Q Apps service linked role will be created if it's absent in
932
+ # the Amazon Web Services account when the QAppsConfiguration is enabled
933
+ # in the request. For more information, see [ Using service-linked roles
934
+ # for Q Apps ][2]
935
+ #
931
936
  # </note>
932
937
  #
933
938
  #
934
939
  #
935
940
  # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers
941
+ # [2]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html
936
942
  #
937
943
  # @option params [required, String] :display_name
938
944
  # A name for the Amazon Q Business application.
@@ -3314,6 +3320,12 @@ module Aws::QBusiness
3314
3320
  # generating Amazon Q Business chat results only from document a user
3315
3321
  # has access to.
3316
3322
  #
3323
+ # @option params [String] :role_arn
3324
+ # The Amazon Resource Name (ARN) of an IAM role that has access to the
3325
+ # S3 file that contains your list of users that belong to a group.The
3326
+ # Amazon Resource Name (ARN) of an IAM role that has access to the S3
3327
+ # file that contains your list of users that belong to a group.
3328
+ #
3317
3329
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3318
3330
  #
3319
3331
  # @example Request syntax with placeholder values
@@ -3337,7 +3349,12 @@ module Aws::QBusiness
3337
3349
  # type: "INDEX", # accepts INDEX, DATASOURCE
3338
3350
  # },
3339
3351
  # ],
3352
+ # s3_path_for_group_members: {
3353
+ # bucket: "S3BucketName", # required
3354
+ # key: "S3ObjectKey", # required
3355
+ # },
3340
3356
  # },
3357
+ # role_arn: "RoleArn",
3341
3358
  # })
3342
3359
  #
3343
3360
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/PutGroup AWS API Documentation
@@ -3488,6 +3505,17 @@ module Aws::QBusiness
3488
3505
 
3489
3506
  # Updates an existing Amazon Q Business application.
3490
3507
  #
3508
+ # <note markdown="1"> A Amazon Q Apps service-linked role will be created if it's absent in
3509
+ # the Amazon Web Services account when the QAppsConfiguration is enabled
3510
+ # in the request. For more information, see [ Using service-linked roles
3511
+ # for Q Apps ][1]
3512
+ #
3513
+ # </note>
3514
+ #
3515
+ #
3516
+ #
3517
+ # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html
3518
+ #
3491
3519
  # @option params [required, String] :application_id
3492
3520
  # The identifier of the Amazon Q Business application.
3493
3521
  #
@@ -4186,7 +4214,7 @@ module Aws::QBusiness
4186
4214
  tracer: tracer
4187
4215
  )
4188
4216
  context[:gem_name] = 'aws-sdk-qbusiness'
4189
- context[:gem_version] = '1.21.0'
4217
+ context[:gem_version] = '1.22.0'
4190
4218
  Seahorse::Client::Request.new(handlers, context)
4191
4219
  end
4192
4220
 
@@ -1181,6 +1181,7 @@ module Aws::QBusiness
1181
1181
 
1182
1182
  GroupMembers.add_member(:member_groups, Shapes::ShapeRef.new(shape: MemberGroups, location_name: "memberGroups"))
1183
1183
  GroupMembers.add_member(:member_users, Shapes::ShapeRef.new(shape: MemberUsers, location_name: "memberUsers"))
1184
+ GroupMembers.add_member(:s3_path_for_group_members, Shapes::ShapeRef.new(shape: S3, location_name: "s3PathForGroupMembers"))
1184
1185
  GroupMembers.struct_class = Types::GroupMembers
1185
1186
 
1186
1187
  GroupStatusDetail.add_member(:status, Shapes::ShapeRef.new(shape: GroupStatus, location_name: "status"))
@@ -1475,6 +1476,7 @@ module Aws::QBusiness
1475
1476
  PutGroupRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, location_name: "dataSourceId"))
1476
1477
  PutGroupRequest.add_member(:type, Shapes::ShapeRef.new(shape: MembershipType, required: true, location_name: "type"))
1477
1478
  PutGroupRequest.add_member(:group_members, Shapes::ShapeRef.new(shape: GroupMembers, required: true, location_name: "groupMembers"))
1479
+ PutGroupRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1478
1480
  PutGroupRequest.struct_class = Types::PutGroupRequest
1479
1481
 
1480
1482
  PutGroupResponse.struct_class = Types::PutGroupResponse
@@ -3735,11 +3735,17 @@ module Aws::QBusiness
3735
3735
  # interns all belong to the "Interns" group.
3736
3736
  # @return [Array<Types::MemberUser>]
3737
3737
  #
3738
+ # @!attribute [rw] s3_path_for_group_members
3739
+ # Information required for Amazon Q Business to find a specific file
3740
+ # in an Amazon S3 bucket.
3741
+ # @return [Types::S3]
3742
+ #
3738
3743
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/GroupMembers AWS API Documentation
3739
3744
  #
3740
3745
  class GroupMembers < Struct.new(
3741
3746
  :member_groups,
3742
- :member_users)
3747
+ :member_users,
3748
+ :s3_path_for_group_members)
3743
3749
  SENSITIVE = []
3744
3750
  include Aws::Structure
3745
3751
  end
@@ -5215,6 +5221,13 @@ module Aws::QBusiness
5215
5221
  # has access to.
5216
5222
  # @return [Types::GroupMembers]
5217
5223
  #
5224
+ # @!attribute [rw] role_arn
5225
+ # The Amazon Resource Name (ARN) of an IAM role that has access to the
5226
+ # S3 file that contains your list of users that belong to a group.The
5227
+ # Amazon Resource Name (ARN) of an IAM role that has access to the S3
5228
+ # file that contains your list of users that belong to a group.
5229
+ # @return [String]
5230
+ #
5218
5231
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/PutGroupRequest AWS API Documentation
5219
5232
  #
5220
5233
  class PutGroupRequest < Struct.new(
@@ -5223,7 +5236,8 @@ module Aws::QBusiness
5223
5236
  :group_name,
5224
5237
  :data_source_id,
5225
5238
  :type,
5226
- :group_members)
5239
+ :group_members,
5240
+ :role_arn)
5227
5241
  SENSITIVE = []
5228
5242
  include Aws::Structure
5229
5243
  end
@@ -57,7 +57,7 @@ module Aws::QBusiness
57
57
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
59
59
 
60
- GEM_VERSION = '1.21.0'
60
+ GEM_VERSION = '1.22.0'
61
61
 
62
62
  end
63
63
 
data/sig/client.rbs CHANGED
@@ -1122,8 +1122,13 @@ module Aws
1122
1122
  user_id: ::String,
1123
1123
  type: ("INDEX" | "DATASOURCE")?
1124
1124
  },
1125
- ]?
1126
- }
1125
+ ]?,
1126
+ s3_path_for_group_members: {
1127
+ bucket: ::String,
1128
+ key: ::String
1129
+ }?
1130
+ },
1131
+ ?role_arn: ::String
1127
1132
  ) -> _PutGroupResponseSuccess
1128
1133
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutGroupResponseSuccess
1129
1134
 
data/sig/types.rbs CHANGED
@@ -932,6 +932,7 @@ module Aws::QBusiness
932
932
  class GroupMembers
933
933
  attr_accessor member_groups: ::Array[Types::MemberGroup]
934
934
  attr_accessor member_users: ::Array[Types::MemberUser]
935
+ attr_accessor s3_path_for_group_members: Types::S3
935
936
  SENSITIVE: []
936
937
  end
937
938
 
@@ -1329,6 +1330,7 @@ module Aws::QBusiness
1329
1330
  attr_accessor data_source_id: ::String
1330
1331
  attr_accessor type: ("INDEX" | "DATASOURCE")
1331
1332
  attr_accessor group_members: Types::GroupMembers
1333
+ attr_accessor role_arn: ::String
1332
1334
  SENSITIVE: []
1333
1335
  end
1334
1336
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-24 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core