aws-sdk-qbusiness 1.23.0 → 1.25.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: 11f8df5cb0d23dc562b54d5f20c196ed1ce0f089939130a520358a786810bdb5
4
- data.tar.gz: f3789123fc2f550d23be0fb6d5c1c537220af0f3eecf402cf676e52aaa328a25
3
+ metadata.gz: acb13f72cb1c49029e4eb8103e291cd6d85c4de59fc18f0cc94c7888aa7cb7a7
4
+ data.tar.gz: eef6216a2e58cd20dc01d5e4918d37d4b7685e2d1bc2456d77282ee848d8e902
5
5
  SHA512:
6
- metadata.gz: 10580dbabbaad596966919dee0596f6ca2b59d81d5ddeac14344592997341fbb957db0e1aa9364c452fe25e500b5b18881b791f7e3a84ddb3d779a47d4de4a54
7
- data.tar.gz: e3b055e6e93ba7d261067d3520b4e004b9bac9cb0e08fa8fa93691c0c89dd9b582b7834b287d6e6103d67948f7809f36a195c2f0410ff3b11504b574e994473f
6
+ metadata.gz: 325b014fec984f178c3ab7fed0117ccec5b71ead40f242299ef5ce912d7f41582930d1ca355329ddc23064e6e2f36c5aa270ad0daf18a964cf03055301524b26
7
+ data.tar.gz: ff447a2df2e0f87970760fb4aaac13bdebded0b0cc7990fadf1025568ef2230d8924c0051bde2c20d153ebdfce7003b090ff2cd065bd9548381a1f8ddc227df2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2024-12-05)
5
+ ------------------
6
+
7
+ * Feature - This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
8
+
9
+ 1.24.0 (2024-12-03)
10
+ ------------------
11
+
12
+ * Feature - Amazon Q Business now supports customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications.
13
+
4
14
  1.23.0 (2024-12-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.0
@@ -534,7 +534,7 @@ module Aws::QBusiness
534
534
  # event.user_message_id #=> String
535
535
  # event.system_message_id #=> String
536
536
  # event.plugin_id #=> String
537
- # event.plugin_type #=> String, one of "SERVICE_NOW", "SALESFORCE", "JIRA", "ZENDESK", "CUSTOM"
537
+ # event.plugin_type #=> String, one of "SERVICE_NOW", "SALESFORCE", "JIRA", "ZENDESK", "CUSTOM", "QUICKSIGHT", "SERVICENOW_NOW_PLATFORM", "JIRA_CLOUD", "SALESFORCE_CRM", "ZENDESK_SUITE", "ATLASSIAN_CONFLUENCE", "GOOGLE_CALENDAR", "MICROSOFT_TEAMS", "MICROSOFT_EXCHANGE", "PAGERDUTY_ADVANCE", "SMARTSHEET", "ASANA"
538
538
  # event.payload #=> Hash
539
539
  # event.payload["ActionPayloadFieldKey"].display_name #=> String
540
540
  # event.payload["ActionPayloadFieldKey"].display_order #=> Integer
@@ -607,7 +607,7 @@ module Aws::QBusiness
607
607
  tracer: tracer
608
608
  )
609
609
  context[:gem_name] = 'aws-sdk-qbusiness'
610
- context[:gem_version] = '1.23.0'
610
+ context[:gem_version] = '1.25.0'
611
611
  Seahorse::Client::Request.new(handlers, context)
612
612
  end
613
613