aws-sdk-quicksight 1.55.0 → 1.56.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: f76cea3644d5d6d7ee1f5ed9f584292ef6bb3e93919680c041dffc3c046885f8
4
- data.tar.gz: 60f658984d5028abed1c6e86d7a6797ba495980635e6c199ce2ebc2223539493
3
+ metadata.gz: 95451b1d9f411c8b219163d2cc9177ac365cd98e3da97980c89c02cfe145c1c7
4
+ data.tar.gz: 34948cc39f14070f2a4b0c1c1fb400e88d67392a998cf6fed8ee11c0f01c3b3c
5
5
  SHA512:
6
- metadata.gz: ed4bac065b0794c3260201cb7cb09c352961ce03cf0bf8910b556af22a3aa23fb786f3c3012b3f89ac15dd5739fffd08fbda7f546c5626b7eb039a5defa48ff3
7
- data.tar.gz: 4c18585a420b080dc35937bc9052dac653b5f7fddc1419b2cbecb34594b6a576e93b9db869b2464b71662fbf354de2944c1f9d83ceb27270335b4bcd97b3ef5d
6
+ metadata.gz: 7b05d6ea2f8e670ae379b92edbb7c0ca2ca512571069eaab1d96e143ed2e17a7365e06902cab0b0bd2c043ebe1bcec70fec01a07d93af6866566f1765d3c7b45
7
+ data.tar.gz: 314671cddeda7301d16a8fe9face8ae952439fde13bd70e330319d2614c17ad6cbd1aa76ed5430e8246e620f757f8266b61b254fd4f8df01dc9d8c1b8c3e3b35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2021-10-22)
5
+ ------------------
6
+
7
+ * Feature - Added QSearchBar option for GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support Q search bar embedding
8
+
4
9
  1.55.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -4471,7 +4471,8 @@ module Aws::QuickSight
4471
4471
  #
4472
4472
  # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
4473
4473
  # The experience you are embedding. For registered users, you can embed
4474
- # Amazon QuickSight dashboards or the entire Amazon QuickSight console.
4474
+ # Amazon QuickSight dashboards, the entire Amazon QuickSight console, or
4475
+ # the Amazon QuickSight Q search bar.
4475
4476
  #
4476
4477
  # @return [Types::GenerateEmbedUrlForRegisteredUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4477
4478
  #
@@ -4492,6 +4493,9 @@ module Aws::QuickSight
4492
4493
  # quick_sight_console: {
4493
4494
  # initial_path: "EntryPath",
4494
4495
  # },
4496
+ # q_search_bar: {
4497
+ # initial_topic_id: "RestrictiveResourceId",
4498
+ # },
4495
4499
  # },
4496
4500
  # })
4497
4501
  #
@@ -8550,7 +8554,7 @@ module Aws::QuickSight
8550
8554
  params: params,
8551
8555
  config: config)
8552
8556
  context[:gem_name] = 'aws-sdk-quicksight'
8553
- context[:gem_version] = '1.55.0'
8557
+ context[:gem_version] = '1.56.0'
8554
8558
  Seahorse::Client::Request.new(handlers, context)
8555
8559
  end
8556
8560
 
@@ -431,6 +431,7 @@ module Aws::QuickSight
431
431
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
432
432
  RegisteredUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardEmbeddingConfiguration')
433
433
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
434
+ RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
434
435
  RegisteredUserQuickSightConsoleEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickSightConsoleEmbeddingConfiguration')
435
436
  RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
436
437
  RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
@@ -2271,8 +2272,12 @@ module Aws::QuickSight
2271
2272
 
2272
2273
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:dashboard, Shapes::ShapeRef.new(shape: RegisteredUserDashboardEmbeddingConfiguration, location_name: "Dashboard"))
2273
2274
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:quick_sight_console, Shapes::ShapeRef.new(shape: RegisteredUserQuickSightConsoleEmbeddingConfiguration, location_name: "QuickSightConsole"))
2275
+ RegisteredUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: RegisteredUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
2274
2276
  RegisteredUserEmbeddingExperienceConfiguration.struct_class = Types::RegisteredUserEmbeddingExperienceConfiguration
2275
2277
 
2278
+ RegisteredUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
2279
+ RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
2280
+
2276
2281
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
2277
2282
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
2278
2283
 
@@ -7047,6 +7047,9 @@ module Aws::QuickSight
7047
7047
  # quick_sight_console: {
7048
7048
  # initial_path: "EntryPath",
7049
7049
  # },
7050
+ # q_search_bar: {
7051
+ # initial_topic_id: "RestrictiveResourceId",
7052
+ # },
7050
7053
  # },
7051
7054
  # }
7052
7055
  #
@@ -7066,8 +7069,8 @@ module Aws::QuickSight
7066
7069
  #
7067
7070
  # @!attribute [rw] experience_configuration
7068
7071
  # The experience you are embedding. For registered users, you can
7069
- # embed Amazon QuickSight dashboards or the entire Amazon QuickSight
7070
- # console.
7072
+ # embed Amazon QuickSight dashboards, the entire Amazon QuickSight
7073
+ # console, or the Amazon QuickSight Q search bar.
7071
7074
  # @return [Types::RegisteredUserEmbeddingExperienceConfiguration]
7072
7075
  #
7073
7076
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUserRequest AWS API Documentation
@@ -7082,7 +7085,8 @@ module Aws::QuickSight
7082
7085
  end
7083
7086
 
7084
7087
  # @!attribute [rw] embed_url
7085
- # The embed URL for the Amazon QuickSight dashboard or console.
7088
+ # The embed URL for the Amazon QuickSight dashboard, console, or Q
7089
+ # search bar.
7086
7090
  # @return [String]
7087
7091
  #
7088
7092
  # @!attribute [rw] status
@@ -10227,6 +10231,9 @@ module Aws::QuickSight
10227
10231
  # quick_sight_console: {
10228
10232
  # initial_path: "EntryPath",
10229
10233
  # },
10234
+ # q_search_bar: {
10235
+ # initial_topic_id: "RestrictiveResourceId",
10236
+ # },
10230
10237
  # }
10231
10238
  #
10232
10239
  # @!attribute [rw] dashboard
@@ -10268,11 +10275,52 @@ module Aws::QuickSight
10268
10275
  # [3]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
10269
10276
  # @return [Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration]
10270
10277
  #
10278
+ # @!attribute [rw] q_search_bar
10279
+ # The configuration details for embedding the Q search bar.
10280
+ #
10281
+ # For more information about embedding the Q search bar, see
10282
+ # [Embedding Overview][1].
10283
+ #
10284
+ #
10285
+ #
10286
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html
10287
+ # @return [Types::RegisteredUserQSearchBarEmbeddingConfiguration]
10288
+ #
10271
10289
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserEmbeddingExperienceConfiguration AWS API Documentation
10272
10290
  #
10273
10291
  class RegisteredUserEmbeddingExperienceConfiguration < Struct.new(
10274
10292
  :dashboard,
10275
- :quick_sight_console)
10293
+ :quick_sight_console,
10294
+ :q_search_bar)
10295
+ SENSITIVE = []
10296
+ include Aws::Structure
10297
+ end
10298
+
10299
+ # Information about the Q search bar embedding experience.
10300
+ #
10301
+ # @note When making an API call, you may pass RegisteredUserQSearchBarEmbeddingConfiguration
10302
+ # data as a hash:
10303
+ #
10304
+ # {
10305
+ # initial_topic_id: "RestrictiveResourceId",
10306
+ # }
10307
+ #
10308
+ # @!attribute [rw] initial_topic_id
10309
+ # The ID of the Q topic that you want to make the starting topic in
10310
+ # the Q search bar. You can find a topic ID by navigating to the
10311
+ # Topics pane in the Amazon QuickSight application and opening a
10312
+ # topic. The ID is in the URL for the topic that you open.
10313
+ #
10314
+ # If you don't specify an initial topic, a list of all shared topics
10315
+ # is shown in the Q bar for your readers. When you select an initial
10316
+ # topic, you can specify whether or not readers are allowed to select
10317
+ # other topics from the available ones in the list.
10318
+ # @return [String]
10319
+ #
10320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserQSearchBarEmbeddingConfiguration AWS API Documentation
10321
+ #
10322
+ class RegisteredUserQSearchBarEmbeddingConfiguration < Struct.new(
10323
+ :initial_topic_id)
10276
10324
  SENSITIVE = []
10277
10325
  include Aws::Structure
10278
10326
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.55.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core