aws-sdk-quicksight 1.150.0 → 1.151.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +17 -2
- data/lib/aws-sdk-quicksight/client_api.rb +8 -0
- data/lib/aws-sdk-quicksight/types.rb +34 -3
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +8 -1
- data/sig/types.rbs +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f32d1c71f049b6e7c870a0c08cf3abb543ec0c24f90e8a6a428b6580f6596592
|
4
|
+
data.tar.gz: 04b6a9538e515429228ac9cf57c7417a749d2bab22be08ad4b2d4e8f2e65efd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f20adaf7f92f6449bc6c747739e3cac3cd9cf820c01161b3612b17f9f51b2945beb59da19da85307064cfbb4e140cb98f549faa51473e552e48988ff5bb4a884
|
7
|
+
data.tar.gz: 96c05376ce033173228fd8b74d326c425b9ef1953e7b0163becdef37da7809d07ba682109d938cdaf1181bb029545d0c4a39366a17b9b485f41e1be48786db61
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.151.0
|
@@ -3868,6 +3868,9 @@ module Aws::QuickSight
|
|
3868
3868
|
# @option params [Array<String>] :folder_arns
|
3869
3869
|
# The Folder ARN of the folder that you want the topic to reside in.
|
3870
3870
|
#
|
3871
|
+
# @option params [Types::CustomInstructions] :custom_instructions
|
3872
|
+
# Custom instructions for the topic.
|
3873
|
+
#
|
3871
3874
|
# @return [Types::CreateTopicResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3872
3875
|
#
|
3873
3876
|
# * {Types::CreateTopicResponse#arn #arn} => String
|
@@ -4111,6 +4114,9 @@ module Aws::QuickSight
|
|
4111
4114
|
# },
|
4112
4115
|
# ],
|
4113
4116
|
# folder_arns: ["Arn"],
|
4117
|
+
# custom_instructions: {
|
4118
|
+
# custom_instructions_string: "CustomInstructionsString", # required
|
4119
|
+
# },
|
4114
4120
|
# })
|
4115
4121
|
#
|
4116
4122
|
# @example Response structure
|
@@ -8700,6 +8706,7 @@ module Aws::QuickSight
|
|
8700
8706
|
# * {Types::DescribeTopicResponse#topic #topic} => Types::TopicDetails
|
8701
8707
|
# * {Types::DescribeTopicResponse#request_id #request_id} => String
|
8702
8708
|
# * {Types::DescribeTopicResponse#status #status} => Integer
|
8709
|
+
# * {Types::DescribeTopicResponse#custom_instructions #custom_instructions} => Types::CustomInstructions
|
8703
8710
|
#
|
8704
8711
|
# @example Request syntax with placeholder values
|
8705
8712
|
#
|
@@ -8870,6 +8877,7 @@ module Aws::QuickSight
|
|
8870
8877
|
# resp.topic.config_options.q_business_insights_enabled #=> Boolean
|
8871
8878
|
# resp.request_id #=> String
|
8872
8879
|
# resp.status #=> Integer
|
8880
|
+
# resp.custom_instructions.custom_instructions_string #=> String
|
8873
8881
|
#
|
8874
8882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopic AWS API Documentation
|
8875
8883
|
#
|
@@ -10943,7 +10951,8 @@ module Aws::QuickSight
|
|
10943
10951
|
req.send_request(options)
|
10944
10952
|
end
|
10945
10953
|
|
10946
|
-
# Lists the history of SPICE ingestions for a dataset.
|
10954
|
+
# Lists the history of SPICE ingestions for a dataset. Limited to 5 TPS
|
10955
|
+
# per user and 25 TPS per account.
|
10947
10956
|
#
|
10948
10957
|
# @option params [required, String] :data_set_id
|
10949
10958
|
# The ID of the dataset used in the ingestion.
|
@@ -17062,6 +17071,9 @@ module Aws::QuickSight
|
|
17062
17071
|
# @option params [required, Types::TopicDetails] :topic
|
17063
17072
|
# The definition of the topic that you want to update.
|
17064
17073
|
#
|
17074
|
+
# @option params [Types::CustomInstructions] :custom_instructions
|
17075
|
+
# Custom instructions for the topic.
|
17076
|
+
#
|
17065
17077
|
# @return [Types::UpdateTopicResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17066
17078
|
#
|
17067
17079
|
# * {Types::UpdateTopicResponse#topic_id #topic_id} => String
|
@@ -17298,6 +17310,9 @@ module Aws::QuickSight
|
|
17298
17310
|
# q_business_insights_enabled: false,
|
17299
17311
|
# },
|
17300
17312
|
# },
|
17313
|
+
# custom_instructions: {
|
17314
|
+
# custom_instructions_string: "CustomInstructionsString", # required
|
17315
|
+
# },
|
17301
17316
|
# })
|
17302
17317
|
#
|
17303
17318
|
# @example Response structure
|
@@ -17720,7 +17735,7 @@ module Aws::QuickSight
|
|
17720
17735
|
tracer: tracer
|
17721
17736
|
)
|
17722
17737
|
context[:gem_name] = 'aws-sdk-quicksight'
|
17723
|
-
context[:gem_version] = '1.
|
17738
|
+
context[:gem_version] = '1.151.0'
|
17724
17739
|
Seahorse::Client::Request.new(handlers, context)
|
17725
17740
|
end
|
17726
17741
|
|
@@ -454,6 +454,8 @@ module Aws::QuickSight
|
|
454
454
|
CustomContentVisual = Shapes::StructureShape.new(name: 'CustomContentVisual')
|
455
455
|
CustomFilterConfiguration = Shapes::StructureShape.new(name: 'CustomFilterConfiguration')
|
456
456
|
CustomFilterListConfiguration = Shapes::StructureShape.new(name: 'CustomFilterListConfiguration')
|
457
|
+
CustomInstructions = Shapes::StructureShape.new(name: 'CustomInstructions')
|
458
|
+
CustomInstructionsString = Shapes::StringShape.new(name: 'CustomInstructionsString')
|
457
459
|
CustomLabel = Shapes::StringShape.new(name: 'CustomLabel')
|
458
460
|
CustomNarrativeOptions = Shapes::StructureShape.new(name: 'CustomNarrativeOptions')
|
459
461
|
CustomParameterValues = Shapes::StructureShape.new(name: 'CustomParameterValues')
|
@@ -3698,6 +3700,7 @@ module Aws::QuickSight
|
|
3698
3700
|
CreateTopicRequest.add_member(:topic, Shapes::ShapeRef.new(shape: TopicDetails, required: true, location_name: "Topic"))
|
3699
3701
|
CreateTopicRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3700
3702
|
CreateTopicRequest.add_member(:folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "FolderArns"))
|
3703
|
+
CreateTopicRequest.add_member(:custom_instructions, Shapes::ShapeRef.new(shape: CustomInstructions, location_name: "CustomInstructions"))
|
3701
3704
|
CreateTopicRequest.struct_class = Types::CreateTopicRequest
|
3702
3705
|
|
3703
3706
|
CreateTopicResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -3801,6 +3804,9 @@ module Aws::QuickSight
|
|
3801
3804
|
CustomFilterListConfiguration.add_member(:null_option, Shapes::ShapeRef.new(shape: FilterNullOption, required: true, location_name: "NullOption"))
|
3802
3805
|
CustomFilterListConfiguration.struct_class = Types::CustomFilterListConfiguration
|
3803
3806
|
|
3807
|
+
CustomInstructions.add_member(:custom_instructions_string, Shapes::ShapeRef.new(shape: CustomInstructionsString, required: true, location_name: "CustomInstructionsString"))
|
3808
|
+
CustomInstructions.struct_class = Types::CustomInstructions
|
3809
|
+
|
3804
3810
|
CustomNarrativeOptions.add_member(:narrative, Shapes::ShapeRef.new(shape: NarrativeString, required: true, location_name: "Narrative"))
|
3805
3811
|
CustomNarrativeOptions.struct_class = Types::CustomNarrativeOptions
|
3806
3812
|
|
@@ -5232,6 +5238,7 @@ module Aws::QuickSight
|
|
5232
5238
|
DescribeTopicResponse.add_member(:topic, Shapes::ShapeRef.new(shape: TopicDetails, location_name: "Topic"))
|
5233
5239
|
DescribeTopicResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
5234
5240
|
DescribeTopicResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
5241
|
+
DescribeTopicResponse.add_member(:custom_instructions, Shapes::ShapeRef.new(shape: CustomInstructions, location_name: "CustomInstructions"))
|
5235
5242
|
DescribeTopicResponse.struct_class = Types::DescribeTopicResponse
|
5236
5243
|
|
5237
5244
|
DescribeUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
@@ -10010,6 +10017,7 @@ module Aws::QuickSight
|
|
10010
10017
|
UpdateTopicRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
10011
10018
|
UpdateTopicRequest.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, required: true, location: "uri", location_name: "TopicId"))
|
10012
10019
|
UpdateTopicRequest.add_member(:topic, Shapes::ShapeRef.new(shape: TopicDetails, required: true, location_name: "Topic"))
|
10020
|
+
UpdateTopicRequest.add_member(:custom_instructions, Shapes::ShapeRef.new(shape: CustomInstructions, location_name: "CustomInstructions"))
|
10013
10021
|
UpdateTopicRequest.struct_class = Types::UpdateTopicRequest
|
10014
10022
|
|
10015
10023
|
UpdateTopicResponse.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
|
@@ -7355,6 +7355,10 @@ module Aws::QuickSight
|
|
7355
7355
|
# The Folder ARN of the folder that you want the topic to reside in.
|
7356
7356
|
# @return [Array<String>]
|
7357
7357
|
#
|
7358
|
+
# @!attribute [rw] custom_instructions
|
7359
|
+
# Custom instructions for the topic.
|
7360
|
+
# @return [Types::CustomInstructions]
|
7361
|
+
#
|
7358
7362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateTopicRequest AWS API Documentation
|
7359
7363
|
#
|
7360
7364
|
class CreateTopicRequest < Struct.new(
|
@@ -7362,7 +7366,8 @@ module Aws::QuickSight
|
|
7362
7366
|
:topic_id,
|
7363
7367
|
:topic,
|
7364
7368
|
:tags,
|
7365
|
-
:folder_arns
|
7369
|
+
:folder_arns,
|
7370
|
+
:custom_instructions)
|
7366
7371
|
SENSITIVE = []
|
7367
7372
|
include Aws::Structure
|
7368
7373
|
end
|
@@ -7900,6 +7905,22 @@ module Aws::QuickSight
|
|
7900
7905
|
include Aws::Structure
|
7901
7906
|
end
|
7902
7907
|
|
7908
|
+
# Instructions that provide additional guidance and context for response
|
7909
|
+
# generation.
|
7910
|
+
#
|
7911
|
+
# @!attribute [rw] custom_instructions_string
|
7912
|
+
# A text field for providing additional guidance or context for
|
7913
|
+
# response generation.
|
7914
|
+
# @return [String]
|
7915
|
+
#
|
7916
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CustomInstructions AWS API Documentation
|
7917
|
+
#
|
7918
|
+
class CustomInstructions < Struct.new(
|
7919
|
+
:custom_instructions_string)
|
7920
|
+
SENSITIVE = [:custom_instructions_string]
|
7921
|
+
include Aws::Structure
|
7922
|
+
end
|
7923
|
+
|
7903
7924
|
# The custom narrative options.
|
7904
7925
|
#
|
7905
7926
|
# @!attribute [rw] narrative
|
@@ -14952,6 +14973,10 @@ module Aws::QuickSight
|
|
14952
14973
|
# The HTTP status of the request.
|
14953
14974
|
# @return [Integer]
|
14954
14975
|
#
|
14976
|
+
# @!attribute [rw] custom_instructions
|
14977
|
+
# Custom instructions for the topic.
|
14978
|
+
# @return [Types::CustomInstructions]
|
14979
|
+
#
|
14955
14980
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTopicResponse AWS API Documentation
|
14956
14981
|
#
|
14957
14982
|
class DescribeTopicResponse < Struct.new(
|
@@ -14959,7 +14984,8 @@ module Aws::QuickSight
|
|
14959
14984
|
:topic_id,
|
14960
14985
|
:topic,
|
14961
14986
|
:request_id,
|
14962
|
-
:status
|
14987
|
+
:status,
|
14988
|
+
:custom_instructions)
|
14963
14989
|
SENSITIVE = []
|
14964
14990
|
include Aws::Structure
|
14965
14991
|
end
|
@@ -38131,12 +38157,17 @@ module Aws::QuickSight
|
|
38131
38157
|
# The definition of the topic that you want to update.
|
38132
38158
|
# @return [Types::TopicDetails]
|
38133
38159
|
#
|
38160
|
+
# @!attribute [rw] custom_instructions
|
38161
|
+
# Custom instructions for the topic.
|
38162
|
+
# @return [Types::CustomInstructions]
|
38163
|
+
#
|
38134
38164
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTopicRequest AWS API Documentation
|
38135
38165
|
#
|
38136
38166
|
class UpdateTopicRequest < Struct.new(
|
38137
38167
|
:aws_account_id,
|
38138
38168
|
:topic_id,
|
38139
|
-
:topic
|
38169
|
+
:topic,
|
38170
|
+
:custom_instructions)
|
38140
38171
|
SENSITIVE = []
|
38141
38172
|
include Aws::Structure
|
38142
38173
|
end
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -113685,7 +113685,10 @@ module Aws
|
|
113685
113685
|
value: ::String
|
113686
113686
|
},
|
113687
113687
|
],
|
113688
|
-
?folder_arns: Array[::String]
|
113688
|
+
?folder_arns: Array[::String],
|
113689
|
+
?custom_instructions: {
|
113690
|
+
custom_instructions_string: ::String
|
113691
|
+
}
|
113689
113692
|
) -> _CreateTopicResponseSuccess
|
113690
113693
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTopicResponseSuccess
|
113691
113694
|
|
@@ -114863,6 +114866,7 @@ module Aws
|
|
114863
114866
|
def topic: () -> Types::TopicDetails
|
114864
114867
|
def request_id: () -> ::String
|
114865
114868
|
def status: () -> ::Integer
|
114869
|
+
def custom_instructions: () -> Types::CustomInstructions
|
114866
114870
|
end
|
114867
114871
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#describe_topic-instance_method
|
114868
114872
|
def describe_topic: (
|
@@ -229579,6 +229583,9 @@ module Aws
|
|
229579
229583
|
config_options: {
|
229580
229584
|
q_business_insights_enabled: bool?
|
229581
229585
|
}?
|
229586
|
+
},
|
229587
|
+
?custom_instructions: {
|
229588
|
+
custom_instructions_string: ::String
|
229582
229589
|
}
|
229583
229590
|
) -> _UpdateTopicResponseSuccess
|
229584
229591
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTopicResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -1834,6 +1834,7 @@ module Aws::QuickSight
|
|
1834
1834
|
attr_accessor topic: Types::TopicDetails
|
1835
1835
|
attr_accessor tags: ::Array[Types::Tag]
|
1836
1836
|
attr_accessor folder_arns: ::Array[::String]
|
1837
|
+
attr_accessor custom_instructions: Types::CustomInstructions
|
1837
1838
|
SENSITIVE: []
|
1838
1839
|
end
|
1839
1840
|
|
@@ -1962,6 +1963,11 @@ module Aws::QuickSight
|
|
1962
1963
|
SENSITIVE: []
|
1963
1964
|
end
|
1964
1965
|
|
1966
|
+
class CustomInstructions
|
1967
|
+
attr_accessor custom_instructions_string: ::String
|
1968
|
+
SENSITIVE: [:custom_instructions_string]
|
1969
|
+
end
|
1970
|
+
|
1965
1971
|
class CustomNarrativeOptions
|
1966
1972
|
attr_accessor narrative: ::String
|
1967
1973
|
SENSITIVE: []
|
@@ -3838,6 +3844,7 @@ module Aws::QuickSight
|
|
3838
3844
|
attr_accessor topic: Types::TopicDetails
|
3839
3845
|
attr_accessor request_id: ::String
|
3840
3846
|
attr_accessor status: ::Integer
|
3847
|
+
attr_accessor custom_instructions: Types::CustomInstructions
|
3841
3848
|
SENSITIVE: []
|
3842
3849
|
end
|
3843
3850
|
|
@@ -9856,6 +9863,7 @@ module Aws::QuickSight
|
|
9856
9863
|
attr_accessor aws_account_id: ::String
|
9857
9864
|
attr_accessor topic_id: ::String
|
9858
9865
|
attr_accessor topic: Types::TopicDetails
|
9866
|
+
attr_accessor custom_instructions: Types::CustomInstructions
|
9859
9867
|
SENSITIVE: []
|
9860
9868
|
end
|
9861
9869
|
|