aws-sdk-qbusiness 1.23.0 → 1.24.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: 11f8df5cb0d23dc562b54d5f20c196ed1ce0f089939130a520358a786810bdb5
4
- data.tar.gz: f3789123fc2f550d23be0fb6d5c1c537220af0f3eecf402cf676e52aaa328a25
3
+ metadata.gz: d111c9e27666794cce84fc16b3c8ca849c243f674a52802749bbe3375ff22c5b
4
+ data.tar.gz: a665c469b1e5bd82cdb5a1817ea2fdd5cc43cade1b0b5575449d3287bfea04ff
5
5
  SHA512:
6
- metadata.gz: 10580dbabbaad596966919dee0596f6ca2b59d81d5ddeac14344592997341fbb957db0e1aa9364c452fe25e500b5b18881b791f7e3a84ddb3d779a47d4de4a54
7
- data.tar.gz: e3b055e6e93ba7d261067d3520b4e004b9bac9cb0e08fa8fa93691c0c89dd9b582b7834b287d6e6103d67948f7809f36a195c2f0410ff3b11504b574e994473f
6
+ metadata.gz: ff6853c0cdde4041cd68e1f220372eabaea8a2ea4a465b1510030217fe68ff77b3ed46bbfdc58e74da4bc777529dc35bfb11eeb9f7c607bb180bd3cb83a64b20
7
+ data.tar.gz: f6557d0277e825dfe5958074c40463ea40c59de041320ba7cea913e5d2dc69f69686c31e6f00dfdac4e05061fd8a8bd1c673f176bfc1f951688bc271c228ca29
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2024-12-03)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.23.0 (2024-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.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.24.0'
611
611
  Seahorse::Client::Request.new(handlers, context)
612
612
  end
613
613