aws-sdk-quicksight 1.125.0 → 1.126.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +52 -1
- data/lib/aws-sdk-quicksight/client_api.rb +46 -0
- data/lib/aws-sdk-quicksight/endpoints.rb +11 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-quicksight/types.rb +108 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +352 -168
- data/sig/types.rbs +23 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -2356,6 +2356,7 @@ module Aws::QuickSight
|
|
2356
2356
|
class DefaultDateTimePickerControlOptions
|
2357
2357
|
attr_accessor type: ("SINGLE_VALUED" | "DATE_RANGE")
|
2358
2358
|
attr_accessor display_options: Types::DateTimePickerControlDisplayOptions
|
2359
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
2359
2360
|
SENSITIVE: []
|
2360
2361
|
end
|
2361
2362
|
|
@@ -2380,6 +2381,7 @@ module Aws::QuickSight
|
|
2380
2381
|
attr_accessor display_options: Types::DropDownControlDisplayOptions
|
2381
2382
|
attr_accessor type: ("MULTI_SELECT" | "SINGLE_SELECT")
|
2382
2383
|
attr_accessor selectable_values: Types::FilterSelectableValues
|
2384
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
2383
2385
|
SENSITIVE: []
|
2384
2386
|
end
|
2385
2387
|
|
@@ -2426,6 +2428,7 @@ module Aws::QuickSight
|
|
2426
2428
|
|
2427
2429
|
class DefaultRelativeDateTimeControlOptions
|
2428
2430
|
attr_accessor display_options: Types::RelativeDateTimeControlDisplayOptions
|
2431
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
2429
2432
|
SENSITIVE: []
|
2430
2433
|
end
|
2431
2434
|
|
@@ -3771,6 +3774,7 @@ module Aws::QuickSight
|
|
3771
3774
|
attr_accessor source_filter_id: ::String
|
3772
3775
|
attr_accessor display_options: Types::DateTimePickerControlDisplayOptions
|
3773
3776
|
attr_accessor type: ("SINGLE_VALUED" | "DATE_RANGE")
|
3777
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
3774
3778
|
SENSITIVE: []
|
3775
3779
|
end
|
3776
3780
|
|
@@ -3782,6 +3786,7 @@ module Aws::QuickSight
|
|
3782
3786
|
attr_accessor type: ("MULTI_SELECT" | "SINGLE_SELECT")
|
3783
3787
|
attr_accessor selectable_values: Types::FilterSelectableValues
|
3784
3788
|
attr_accessor cascading_control_configuration: Types::CascadingControlConfiguration
|
3789
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
3785
3790
|
SENSITIVE: []
|
3786
3791
|
end
|
3787
3792
|
|
@@ -3835,6 +3840,7 @@ module Aws::QuickSight
|
|
3835
3840
|
attr_accessor title: ::String
|
3836
3841
|
attr_accessor source_filter_id: ::String
|
3837
3842
|
attr_accessor display_options: Types::RelativeDateTimeControlDisplayOptions
|
3843
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
3838
3844
|
SENSITIVE: []
|
3839
3845
|
end
|
3840
3846
|
|
@@ -5005,6 +5011,22 @@ module Aws::QuickSight
|
|
5005
5011
|
SENSITIVE: []
|
5006
5012
|
end
|
5007
5013
|
|
5014
|
+
class ListFoldersForResourceRequest
|
5015
|
+
attr_accessor aws_account_id: ::String
|
5016
|
+
attr_accessor resource_arn: ::String
|
5017
|
+
attr_accessor next_token: ::String
|
5018
|
+
attr_accessor max_results: ::Integer
|
5019
|
+
SENSITIVE: []
|
5020
|
+
end
|
5021
|
+
|
5022
|
+
class ListFoldersForResourceResponse
|
5023
|
+
attr_accessor status: ::Integer
|
5024
|
+
attr_accessor folders: ::Array[::String]
|
5025
|
+
attr_accessor next_token: ::String
|
5026
|
+
attr_accessor request_id: ::String
|
5027
|
+
SENSITIVE: []
|
5028
|
+
end
|
5029
|
+
|
5008
5030
|
class ListFoldersRequest
|
5009
5031
|
attr_accessor aws_account_id: ::String
|
5010
5032
|
attr_accessor next_token: ::String
|
@@ -5733,6 +5755,7 @@ module Aws::QuickSight
|
|
5733
5755
|
attr_accessor type: ("MULTI_SELECT" | "SINGLE_SELECT")
|
5734
5756
|
attr_accessor selectable_values: Types::ParameterSelectableValues
|
5735
5757
|
attr_accessor cascading_control_configuration: Types::CascadingControlConfiguration
|
5758
|
+
attr_accessor commit_mode: ("AUTO" | "MANUAL")
|
5736
5759
|
SENSITIVE: []
|
5737
5760
|
end
|
5738
5761
|
|
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.
|
4
|
+
version: 1.126.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-
|
11
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|