aws-sdk-qbusiness 1.18.0 → 1.19.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: df3576af5283dffd73b157ecacc3f5cde5b84401d9bbba5d0628573129ed472d
4
- data.tar.gz: 9fd56c3da1bfa1449133ab60a0d487217fd14b8ed937f81532e17dfe3e85d124
3
+ metadata.gz: 4d449e856674c09cd6c3d73d8b4c0c5e6386a31b4449db2df7c7daaf4e2318fc
4
+ data.tar.gz: 2c7cb63444349ddd0e124a3da7c6c786531d5a4625eec4c1a7f75fc9599f36ea
5
5
  SHA512:
6
- metadata.gz: fd130046675717a416b6f4044c99b4fa2eb07baed206736271f8ffe606fa7c6808b3f79149689034017ab227d0368f2b45c9a802bc1a4517057c24e9ba6299e3
7
- data.tar.gz: a7ff74732774fbd571caafe7a10c316ab0b8415e37493cb550d6ddda53273bc1bf511d25779a39863307c9e2db3cb889c163980606e6be379ff3d771414a20ed
6
+ metadata.gz: 86dbf25992382f02f73bfd046bfb1b3353b705c07f1bce95f63dfb90c5fa23b36d9dec2f5675783f977886fc21b2b649c5df39e76571c838c02459869b716f07
7
+ data.tar.gz: df8f23078529382f17a649ad4ca7a178bb9552e5127cf7ff02f290be1aad5e9f9bb8b82f266fed38e09ac84856a4b4aaee05f38a0e8428721925d82ad4504328
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2024-10-15)
5
+ ------------------
6
+
7
+ * Feature - Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
8
+
4
9
  1.18.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -372,7 +372,7 @@ module Aws::QBusiness
372
372
  # The identifier of the user attached to the chat input.
373
373
  #
374
374
  # @option params [Array<String>] :user_groups
375
- # The groups that a user associated with the chat input belongs to.
375
+ # The group names that a user associated with the chat input belongs to.
376
376
  #
377
377
  # @option params [String] :conversation_id
378
378
  # The identifier of the Amazon Q Business conversation.
@@ -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.18.0'
606
+ context[:gem_version] = '1.19.0'
607
607
  Seahorse::Client::Request.new(handlers, context)
608
608
  end
609
609
 
@@ -688,7 +688,7 @@ module Aws::QBusiness
688
688
  # The identifier of the user attached to the chat input.
689
689
  #
690
690
  # @option params [Array<String>] :user_groups
691
- # The groups that a user associated with the chat input belongs to.
691
+ # The group names that a user associated with the chat input belongs to.
692
692
  #
693
693
  # @option params [String] :user_message
694
694
  # A end user message in a conversation.
@@ -939,7 +939,13 @@ module Aws::QBusiness
939
939
  #
940
940
  # @option params [String] :role_arn
941
941
  # The Amazon Resource Name (ARN) of an IAM role with permissions to
942
- # access your Amazon CloudWatch logs and metrics.
942
+ # access your Amazon CloudWatch logs and metrics. If this property is
943
+ # not specified, Amazon Q Business will create a [service linked role
944
+ # (SLR)][1] and use it as the application's role.
945
+ #
946
+ #
947
+ #
948
+ # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions
943
949
  #
944
950
  # @option params [String] :identity_type
945
951
  # The authentication type being used by a Amazon Q Business application.
@@ -1588,6 +1594,15 @@ module Aws::QBusiness
1588
1594
  # Determines whether sample prompts are enabled in the web experience
1589
1595
  # for an end user.
1590
1596
  #
1597
+ # @option params [Array<String>] :origins
1598
+ # Sets the website domain origins that are allowed to embed the Amazon Q
1599
+ # Business web experience. The <i>domain origin</i> refers to the
1600
+ # base URL for accessing a website including the protocol
1601
+ # (<code>http/https</code>), the domain name, and the port number (if
1602
+ # specified). </p> <note> <p>You must only submit a <i>base URL</i> and
1603
+ # not a full path. For example,
1604
+ # <code>https://docs.aws.amazon.com</code>.</p> </note>
1605
+ #
1591
1606
  # @option params [String] :role_arn
1592
1607
  # The Amazon Resource Name (ARN) of the service role attached to your
1593
1608
  # web experience.
@@ -1630,6 +1645,7 @@ module Aws::QBusiness
1630
1645
  # subtitle: "WebExperienceSubtitle",
1631
1646
  # welcome_message: "WebExperienceWelcomeMessage",
1632
1647
  # sample_prompts_control_mode: "ENABLED", # accepts ENABLED, DISABLED
1648
+ # origins: ["Origin"],
1633
1649
  # role_arn: "RoleArn",
1634
1650
  # tags: [
1635
1651
  # {
@@ -2496,6 +2512,7 @@ module Aws::QBusiness
2496
2512
  # * {Types::GetWebExperienceResponse#subtitle #subtitle} => String
2497
2513
  # * {Types::GetWebExperienceResponse#welcome_message #welcome_message} => String
2498
2514
  # * {Types::GetWebExperienceResponse#sample_prompts_control_mode #sample_prompts_control_mode} => String
2515
+ # * {Types::GetWebExperienceResponse#origins #origins} => Array&lt;String&gt;
2499
2516
  # * {Types::GetWebExperienceResponse#role_arn #role_arn} => String
2500
2517
  # * {Types::GetWebExperienceResponse#identity_provider_configuration #identity_provider_configuration} => Types::IdentityProviderConfiguration
2501
2518
  # * {Types::GetWebExperienceResponse#authentication_configuration #authentication_configuration} => Types::WebExperienceAuthConfiguration
@@ -2521,6 +2538,8 @@ module Aws::QBusiness
2521
2538
  # resp.subtitle #=> String
2522
2539
  # resp.welcome_message #=> String
2523
2540
  # resp.sample_prompts_control_mode #=> String, one of "ENABLED", "DISABLED"
2541
+ # resp.origins #=> Array
2542
+ # resp.origins[0] #=> String
2524
2543
  # resp.role_arn #=> String
2525
2544
  # resp.identity_provider_configuration.saml_configuration.authentication_url #=> String
2526
2545
  # resp.identity_provider_configuration.open_id_connect_configuration.secrets_arn #=> String
@@ -4097,6 +4116,17 @@ module Aws::QBusiness
4097
4116
  # Information about the identity provider (IdP) used to authenticate end
4098
4117
  # users of an Amazon Q Business web experience.
4099
4118
  #
4119
+ # @option params [Array<String>] :origins
4120
+ # Updates the website domain origins that are allowed to embed the
4121
+ # Amazon Q Business web experience. The <i>domain origin</i> refers
4122
+ # to the <i>base URL</i> for accessing a website including the protocol
4123
+ # (<code>http/https</code>), the domain name, and the port number (if
4124
+ # specified).</p> <note> <ul> <li> <p>Any values except
4125
+ # <code>null</code> submitted as part of this update will replace all
4126
+ # previous values.</p> </li> <li> <p>You must only submit a <i>base
4127
+ # URL</i> and not a full path. For example,
4128
+ # <code>https://docs.aws.amazon.com</code>.</p> </li> </ul> </note>
4129
+ #
4100
4130
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4101
4131
  #
4102
4132
  # @example Request syntax with placeholder values
@@ -4126,6 +4156,7 @@ module Aws::QBusiness
4126
4156
  # secrets_role: "RoleArn", # required
4127
4157
  # },
4128
4158
  # },
4159
+ # origins: ["Origin"],
4129
4160
  # })
4130
4161
  #
4131
4162
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/UpdateWebExperience AWS API Documentation
@@ -4155,7 +4186,7 @@ module Aws::QBusiness
4155
4186
  tracer: tracer
4156
4187
  )
4157
4188
  context[:gem_name] = 'aws-sdk-qbusiness'
4158
- context[:gem_version] = '1.18.0'
4189
+ context[:gem_version] = '1.19.0'
4159
4190
  Seahorse::Client::Request.new(handlers, context)
4160
4191
  end
4161
4192
 
@@ -303,6 +303,7 @@ module Aws::QBusiness
303
303
  NumberAttributeBoostingType = Shapes::StringShape.new(name: 'NumberAttributeBoostingType')
304
304
  OAuth2ClientCredentialConfiguration = Shapes::StructureShape.new(name: 'OAuth2ClientCredentialConfiguration')
305
305
  OpenIDConnectProviderConfiguration = Shapes::StructureShape.new(name: 'OpenIDConnectProviderConfiguration')
306
+ Origin = Shapes::StringShape.new(name: 'Origin')
306
307
  Payload = Shapes::StringShape.new(name: 'Payload')
307
308
  PersonalizationConfiguration = Shapes::StructureShape.new(name: 'PersonalizationConfiguration')
308
309
  PersonalizationControlMode = Shapes::StringShape.new(name: 'PersonalizationControlMode')
@@ -427,6 +428,7 @@ module Aws::QBusiness
427
428
  WebExperienceArn = Shapes::StringShape.new(name: 'WebExperienceArn')
428
429
  WebExperienceAuthConfiguration = Shapes::UnionShape.new(name: 'WebExperienceAuthConfiguration')
429
430
  WebExperienceId = Shapes::StringShape.new(name: 'WebExperienceId')
431
+ WebExperienceOrigins = Shapes::ListShape.new(name: 'WebExperienceOrigins')
430
432
  WebExperienceSamplePromptsControlMode = Shapes::StringShape.new(name: 'WebExperienceSamplePromptsControlMode')
431
433
  WebExperienceStatus = Shapes::StringShape.new(name: 'WebExperienceStatus')
432
434
  WebExperienceSubtitle = Shapes::StringShape.new(name: 'WebExperienceSubtitle')
@@ -786,6 +788,7 @@ module Aws::QBusiness
786
788
  CreateWebExperienceRequest.add_member(:subtitle, Shapes::ShapeRef.new(shape: WebExperienceSubtitle, location_name: "subtitle"))
787
789
  CreateWebExperienceRequest.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WebExperienceWelcomeMessage, location_name: "welcomeMessage"))
788
790
  CreateWebExperienceRequest.add_member(:sample_prompts_control_mode, Shapes::ShapeRef.new(shape: WebExperienceSamplePromptsControlMode, location_name: "samplePromptsControlMode"))
791
+ CreateWebExperienceRequest.add_member(:origins, Shapes::ShapeRef.new(shape: WebExperienceOrigins, location_name: "origins"))
789
792
  CreateWebExperienceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
790
793
  CreateWebExperienceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
791
794
  CreateWebExperienceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
@@ -1167,6 +1170,7 @@ module Aws::QBusiness
1167
1170
  GetWebExperienceResponse.add_member(:subtitle, Shapes::ShapeRef.new(shape: WebExperienceSubtitle, location_name: "subtitle"))
1168
1171
  GetWebExperienceResponse.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WebExperienceWelcomeMessage, location_name: "welcomeMessage"))
1169
1172
  GetWebExperienceResponse.add_member(:sample_prompts_control_mode, Shapes::ShapeRef.new(shape: WebExperienceSamplePromptsControlMode, location_name: "samplePromptsControlMode"))
1173
+ GetWebExperienceResponse.add_member(:origins, Shapes::ShapeRef.new(shape: WebExperienceOrigins, location_name: "origins"))
1170
1174
  GetWebExperienceResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1171
1175
  GetWebExperienceResponse.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
1172
1176
  GetWebExperienceResponse.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: WebExperienceAuthConfiguration, deprecated: true, location_name: "authenticationConfiguration", metadata: {"deprecatedMessage"=>"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."}))
@@ -1713,6 +1717,7 @@ module Aws::QBusiness
1713
1717
  UpdateWebExperienceRequest.add_member(:welcome_message, Shapes::ShapeRef.new(shape: WebExperienceWelcomeMessage, location_name: "welcomeMessage"))
1714
1718
  UpdateWebExperienceRequest.add_member(:sample_prompts_control_mode, Shapes::ShapeRef.new(shape: WebExperienceSamplePromptsControlMode, location_name: "samplePromptsControlMode"))
1715
1719
  UpdateWebExperienceRequest.add_member(:identity_provider_configuration, Shapes::ShapeRef.new(shape: IdentityProviderConfiguration, location_name: "identityProviderConfiguration"))
1720
+ UpdateWebExperienceRequest.add_member(:origins, Shapes::ShapeRef.new(shape: WebExperienceOrigins, location_name: "origins"))
1716
1721
  UpdateWebExperienceRequest.struct_class = Types::UpdateWebExperienceRequest
1717
1722
 
1718
1723
  UpdateWebExperienceResponse.struct_class = Types::UpdateWebExperienceResponse
@@ -1756,6 +1761,8 @@ module Aws::QBusiness
1756
1761
  WebExperienceAuthConfiguration.add_member_subclass(:unknown, Types::WebExperienceAuthConfiguration::Unknown)
1757
1762
  WebExperienceAuthConfiguration.struct_class = Types::WebExperienceAuthConfiguration
1758
1763
 
1764
+ WebExperienceOrigins.member = Shapes::ShapeRef.new(shape: Origin)
1765
+
1759
1766
  WebExperiences.member = Shapes::ShapeRef.new(shape: WebExperience)
1760
1767
 
1761
1768
 
@@ -874,7 +874,8 @@ module Aws::QBusiness
874
874
  # @return [String]
875
875
  #
876
876
  # @!attribute [rw] user_groups
877
- # The groups that a user associated with the chat input belongs to.
877
+ # The group names that a user associated with the chat input belongs
878
+ # to.
878
879
  # @return [Array<String>]
879
880
  #
880
881
  # @!attribute [rw] conversation_id
@@ -962,7 +963,8 @@ module Aws::QBusiness
962
963
  # @return [String]
963
964
  #
964
965
  # @!attribute [rw] user_groups
965
- # The groups that a user associated with the chat input belongs to.
966
+ # The group names that a user associated with the chat input belongs
967
+ # to.
966
968
  # @return [Array<String>]
967
969
  #
968
970
  # @!attribute [rw] user_message
@@ -1251,7 +1253,13 @@ module Aws::QBusiness
1251
1253
  #
1252
1254
  # @!attribute [rw] role_arn
1253
1255
  # The Amazon Resource Name (ARN) of an IAM role with permissions to
1254
- # access your Amazon CloudWatch logs and metrics.
1256
+ # access your Amazon CloudWatch logs and metrics. If this property is
1257
+ # not specified, Amazon Q Business will create a [service linked role
1258
+ # (SLR)][1] and use it as the application's role.
1259
+ #
1260
+ #
1261
+ #
1262
+ # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions
1255
1263
  # @return [String]
1256
1264
  #
1257
1265
  # @!attribute [rw] identity_type
@@ -1771,6 +1779,16 @@ module Aws::QBusiness
1771
1779
  # for an end user.
1772
1780
  # @return [String]
1773
1781
  #
1782
+ # @!attribute [rw] origins
1783
+ # Sets the website domain origins that are allowed to embed the Amazon
1784
+ # Q Business web experience. The <i>domain origin</i> refers to
1785
+ # the base URL for accessing a website including the protocol
1786
+ # (<code>http/https</code>), the domain name, and the port number (if
1787
+ # specified). </p> <note> <p>You must only submit a <i>base URL</i>
1788
+ # and not a full path. For example,
1789
+ # <code>https://docs.aws.amazon.com</code>.</p> </note>
1790
+ # @return [Array<String>]
1791
+ #
1774
1792
  # @!attribute [rw] role_arn
1775
1793
  # The Amazon Resource Name (ARN) of the service role attached to your
1776
1794
  # web experience.
@@ -1812,6 +1830,7 @@ module Aws::QBusiness
1812
1830
  :subtitle,
1813
1831
  :welcome_message,
1814
1832
  :sample_prompts_control_mode,
1833
+ :origins,
1815
1834
  :role_arn,
1816
1835
  :tags,
1817
1836
  :client_token,
@@ -3643,6 +3662,14 @@ module Aws::QBusiness
3643
3662
  # for an end user.
3644
3663
  # @return [String]
3645
3664
  #
3665
+ # @!attribute [rw] origins
3666
+ # Gets the website domain origins that are allowed to embed the Amazon
3667
+ # Q Business web experience. The <i>domain origin</i> refers to
3668
+ # the base URL for accessing a website including the protocol
3669
+ # (<code>http/https</code>), the domain name, and the port number (if
3670
+ # specified). </p>
3671
+ # @return [Array<String>]
3672
+ #
3646
3673
  # @!attribute [rw] role_arn
3647
3674
  # The Amazon Resource Name (ARN) of the service role attached to your
3648
3675
  # web experience.
@@ -3678,6 +3705,7 @@ module Aws::QBusiness
3678
3705
  :subtitle,
3679
3706
  :welcome_message,
3680
3707
  :sample_prompts_control_mode,
3708
+ :origins,
3681
3709
  :role_arn,
3682
3710
  :identity_provider_configuration,
3683
3711
  :authentication_configuration,
@@ -5198,7 +5226,7 @@ module Aws::QBusiness
5198
5226
  #
5199
5227
  class PutGroupResponse < Aws::EmptyStructure; end
5200
5228
 
5201
- # Configuration information about Amazon Q Apps. (preview feature)
5229
+ # Configuration information about Amazon Q Apps.
5202
5230
  #
5203
5231
  # @!attribute [rw] q_apps_control_mode
5204
5232
  # Status information about whether end users can create and use Amazon
@@ -6294,6 +6322,18 @@ module Aws::QBusiness
6294
6322
  # end users of an Amazon Q Business web experience.
6295
6323
  # @return [Types::IdentityProviderConfiguration]
6296
6324
  #
6325
+ # @!attribute [rw] origins
6326
+ # Updates the website domain origins that are allowed to embed the
6327
+ # Amazon Q Business web experience. The <i>domain origin</i>
6328
+ # refers to the <i>base URL</i> for accessing a website including the
6329
+ # protocol (<code>http/https</code>), the domain name, and the port
6330
+ # number (if specified).</p> <note> <ul> <li> <p>Any values except
6331
+ # <code>null</code> submitted as part of this update will replace all
6332
+ # previous values.</p> </li> <li> <p>You must only submit a <i>base
6333
+ # URL</i> and not a full path. For example,
6334
+ # <code>https://docs.aws.amazon.com</code>.</p> </li> </ul> </note>
6335
+ # @return [Array<String>]
6336
+ #
6297
6337
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/UpdateWebExperienceRequest AWS API Documentation
6298
6338
  #
6299
6339
  class UpdateWebExperienceRequest < Struct.new(
@@ -6305,7 +6345,8 @@ module Aws::QBusiness
6305
6345
  :subtitle,
6306
6346
  :welcome_message,
6307
6347
  :sample_prompts_control_mode,
6308
- :identity_provider_configuration)
6348
+ :identity_provider_configuration,
6349
+ :origins)
6309
6350
  SENSITIVE = []
6310
6351
  include Aws::Structure
6311
6352
  end
@@ -6340,15 +6381,15 @@ module Aws::QBusiness
6340
6381
  include Aws::Structure
6341
6382
  end
6342
6383
 
6343
- # Provides information about users and groups associated with a topic
6344
- # control rule.
6384
+ # Provides information about users and group names associated with a
6385
+ # topic control rule.
6345
6386
  #
6346
6387
  # @!attribute [rw] user_ids
6347
6388
  # The user ids associated with a topic control rule.
6348
6389
  # @return [Array<String>]
6349
6390
  #
6350
6391
  # @!attribute [rw] user_groups
6351
- # The user groups associated with a topic control rule.
6392
+ # The user group names associated with a topic control rule.
6352
6393
  # @return [Array<String>]
6353
6394
  #
6354
6395
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/UsersAndGroups AWS API Documentation
@@ -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.18.0'
60
+ GEM_VERSION = '1.19.0'
61
61
 
62
62
  end
63
63
 
data/sig/client.rbs CHANGED
@@ -613,6 +613,7 @@ module Aws
613
613
  ?subtitle: ::String,
614
614
  ?welcome_message: ::String,
615
615
  ?sample_prompts_control_mode: ("ENABLED" | "DISABLED"),
616
+ ?origins: Array[::String],
616
617
  ?role_arn: ::String,
617
618
  ?tags: Array[
618
619
  {
@@ -905,6 +906,7 @@ module Aws
905
906
  def subtitle: () -> ::String
906
907
  def welcome_message: () -> ::String
907
908
  def sample_prompts_control_mode: () -> ("ENABLED" | "DISABLED")
909
+ def origins: () -> ::Array[::String]
908
910
  def role_arn: () -> ::String
909
911
  def identity_provider_configuration: () -> Types::IdentityProviderConfiguration
910
912
  def authentication_configuration: () -> Types::WebExperienceAuthConfiguration
@@ -1512,7 +1514,8 @@ module Aws
1512
1514
  secrets_arn: ::String,
1513
1515
  secrets_role: ::String
1514
1516
  }?
1515
- }
1517
+ },
1518
+ ?origins: Array[::String]
1516
1519
  ) -> _UpdateWebExperienceResponseSuccess
1517
1520
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebExperienceResponseSuccess
1518
1521
  end
data/sig/types.rbs CHANGED
@@ -431,6 +431,7 @@ module Aws::QBusiness
431
431
  attr_accessor subtitle: ::String
432
432
  attr_accessor welcome_message: ::String
433
433
  attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
434
+ attr_accessor origins: ::Array[::String]
434
435
  attr_accessor role_arn: ::String
435
436
  attr_accessor tags: ::Array[Types::Tag]
436
437
  attr_accessor client_token: ::String
@@ -919,6 +920,7 @@ module Aws::QBusiness
919
920
  attr_accessor subtitle: ::String
920
921
  attr_accessor welcome_message: ::String
921
922
  attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
923
+ attr_accessor origins: ::Array[::String]
922
924
  attr_accessor role_arn: ::String
923
925
  attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
924
926
  attr_accessor authentication_configuration: Types::WebExperienceAuthConfiguration
@@ -1639,6 +1641,7 @@ module Aws::QBusiness
1639
1641
  attr_accessor welcome_message: ::String
1640
1642
  attr_accessor sample_prompts_control_mode: ("ENABLED" | "DISABLED")
1641
1643
  attr_accessor identity_provider_configuration: Types::IdentityProviderConfiguration
1644
+ attr_accessor origins: ::Array[::String]
1642
1645
  SENSITIVE: []
1643
1646
  end
1644
1647
 
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.18.0
4
+ version: 1.19.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-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core