aws-sdk-athena 1.112.0 → 1.113.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-athena/client.rb +258 -4
- data/lib/aws-sdk-athena/client_api.rb +99 -1
- data/lib/aws-sdk-athena/types.rb +273 -10
- data/lib/aws-sdk-athena.rb +1 -1
- data/sig/client.rbs +130 -3
- data/sig/types.rbs +69 -0
- metadata +3 -3
|
@@ -54,7 +54,10 @@ module Aws::Athena
|
|
|
54
54
|
CapacityReservationStatus = Shapes::StringShape.new(name: 'CapacityReservationStatus')
|
|
55
55
|
CapacityReservationsList = Shapes::ListShape.new(name: 'CapacityReservationsList')
|
|
56
56
|
CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
|
|
57
|
+
Classification = Shapes::StructureShape.new(name: 'Classification')
|
|
58
|
+
ClassificationList = Shapes::ListShape.new(name: 'ClassificationList')
|
|
57
59
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
|
60
|
+
CloudWatchLoggingConfiguration = Shapes::StructureShape.new(name: 'CloudWatchLoggingConfiguration')
|
|
58
61
|
CodeBlock = Shapes::StringShape.new(name: 'CodeBlock')
|
|
59
62
|
Column = Shapes::StructureShape.new(name: 'Column')
|
|
60
63
|
ColumnInfo = Shapes::StructureShape.new(name: 'ColumnInfo')
|
|
@@ -103,6 +106,7 @@ module Aws::Athena
|
|
|
103
106
|
DeleteWorkGroupInput = Shapes::StructureShape.new(name: 'DeleteWorkGroupInput')
|
|
104
107
|
DeleteWorkGroupOutput = Shapes::StructureShape.new(name: 'DeleteWorkGroupOutput')
|
|
105
108
|
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
|
109
|
+
DpuCount = Shapes::FloatShape.new(name: 'DpuCount')
|
|
106
110
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
|
107
111
|
EncryptionOption = Shapes::StringShape.new(name: 'EncryptionOption')
|
|
108
112
|
EngineConfiguration = Shapes::StructureShape.new(name: 'EngineConfiguration')
|
|
@@ -149,6 +153,10 @@ module Aws::Athena
|
|
|
149
153
|
GetQueryResultsOutput = Shapes::StructureShape.new(name: 'GetQueryResultsOutput')
|
|
150
154
|
GetQueryRuntimeStatisticsInput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsInput')
|
|
151
155
|
GetQueryRuntimeStatisticsOutput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsOutput')
|
|
156
|
+
GetResourceDashboardRequest = Shapes::StructureShape.new(name: 'GetResourceDashboardRequest')
|
|
157
|
+
GetResourceDashboardResponse = Shapes::StructureShape.new(name: 'GetResourceDashboardResponse')
|
|
158
|
+
GetSessionEndpointRequest = Shapes::StructureShape.new(name: 'GetSessionEndpointRequest')
|
|
159
|
+
GetSessionEndpointResponse = Shapes::StructureShape.new(name: 'GetSessionEndpointResponse')
|
|
152
160
|
GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
|
|
153
161
|
GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
|
|
154
162
|
GetSessionStatusRequest = Shapes::StructureShape.new(name: 'GetSessionStatusRequest')
|
|
@@ -200,7 +208,14 @@ module Aws::Athena
|
|
|
200
208
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
|
201
209
|
ListWorkGroupsInput = Shapes::StructureShape.new(name: 'ListWorkGroupsInput')
|
|
202
210
|
ListWorkGroupsOutput = Shapes::StructureShape.new(name: 'ListWorkGroupsOutput')
|
|
211
|
+
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
212
|
+
LogStreamNamePrefix = Shapes::StringShape.new(name: 'LogStreamNamePrefix')
|
|
213
|
+
LogTypeKey = Shapes::StringShape.new(name: 'LogTypeKey')
|
|
214
|
+
LogTypeValue = Shapes::StringShape.new(name: 'LogTypeValue')
|
|
215
|
+
LogTypeValuesList = Shapes::ListShape.new(name: 'LogTypeValuesList')
|
|
216
|
+
LogTypesMap = Shapes::MapShape.new(name: 'LogTypesMap')
|
|
203
217
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
218
|
+
ManagedLoggingConfiguration = Shapes::StructureShape.new(name: 'ManagedLoggingConfiguration')
|
|
204
219
|
ManagedQueryResultsConfiguration = Shapes::StructureShape.new(name: 'ManagedQueryResultsConfiguration')
|
|
205
220
|
ManagedQueryResultsConfigurationUpdates = Shapes::StructureShape.new(name: 'ManagedQueryResultsConfigurationUpdates')
|
|
206
221
|
ManagedQueryResultsEncryptionConfiguration = Shapes::StructureShape.new(name: 'ManagedQueryResultsEncryptionConfiguration')
|
|
@@ -222,6 +237,7 @@ module Aws::Athena
|
|
|
222
237
|
MaxTagsCount = Shapes::IntegerShape.new(name: 'MaxTagsCount')
|
|
223
238
|
MaxWorkGroupsCount = Shapes::IntegerShape.new(name: 'MaxWorkGroupsCount')
|
|
224
239
|
MetadataException = Shapes::StructureShape.new(name: 'MetadataException')
|
|
240
|
+
MonitoringConfiguration = Shapes::StructureShape.new(name: 'MonitoringConfiguration')
|
|
225
241
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
|
226
242
|
NamedQuery = Shapes::StructureShape.new(name: 'NamedQuery')
|
|
227
243
|
NamedQueryDescriptionString = Shapes::StringShape.new(name: 'NamedQueryDescriptionString')
|
|
@@ -276,6 +292,8 @@ module Aws::Athena
|
|
|
276
292
|
Row = Shapes::StructureShape.new(name: 'Row')
|
|
277
293
|
RowList = Shapes::ListShape.new(name: 'RowList')
|
|
278
294
|
S3AclOption = Shapes::StringShape.new(name: 'S3AclOption')
|
|
295
|
+
S3LoggingConfiguration = Shapes::StructureShape.new(name: 'S3LoggingConfiguration')
|
|
296
|
+
S3OutputLocation = Shapes::StringShape.new(name: 'S3OutputLocation')
|
|
279
297
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
280
298
|
SessionAlreadyExistsException = Shapes::StructureShape.new(name: 'SessionAlreadyExistsException')
|
|
281
299
|
SessionConfiguration = Shapes::StructureShape.new(name: 'SessionConfiguration')
|
|
@@ -448,6 +466,18 @@ module Aws::Athena
|
|
|
448
466
|
|
|
449
467
|
CapacityReservationsList.member = Shapes::ShapeRef.new(shape: CapacityReservation)
|
|
450
468
|
|
|
469
|
+
Classification.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
|
470
|
+
Classification.add_member(:properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Properties"))
|
|
471
|
+
Classification.struct_class = Types::Classification
|
|
472
|
+
|
|
473
|
+
ClassificationList.member = Shapes::ShapeRef.new(shape: Classification)
|
|
474
|
+
|
|
475
|
+
CloudWatchLoggingConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "Enabled"))
|
|
476
|
+
CloudWatchLoggingConfiguration.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "LogGroup"))
|
|
477
|
+
CloudWatchLoggingConfiguration.add_member(:log_stream_name_prefix, Shapes::ShapeRef.new(shape: LogStreamNamePrefix, location_name: "LogStreamNamePrefix"))
|
|
478
|
+
CloudWatchLoggingConfiguration.add_member(:log_types, Shapes::ShapeRef.new(shape: LogTypesMap, location_name: "LogTypes"))
|
|
479
|
+
CloudWatchLoggingConfiguration.struct_class = Types::CloudWatchLoggingConfiguration
|
|
480
|
+
|
|
451
481
|
Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
|
452
482
|
Column.add_member(:type, Shapes::ShapeRef.new(shape: TypeString, location_name: "Type"))
|
|
453
483
|
Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
|
|
@@ -599,10 +629,11 @@ module Aws::Athena
|
|
|
599
629
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
|
600
630
|
|
|
601
631
|
EngineConfiguration.add_member(:coordinator_dpu_size, Shapes::ShapeRef.new(shape: CoordinatorDpuSize, location_name: "CoordinatorDpuSize"))
|
|
602
|
-
EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus,
|
|
632
|
+
EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus, location_name: "MaxConcurrentDpus"))
|
|
603
633
|
EngineConfiguration.add_member(:default_executor_dpu_size, Shapes::ShapeRef.new(shape: DefaultExecutorDpuSize, location_name: "DefaultExecutorDpuSize"))
|
|
604
634
|
EngineConfiguration.add_member(:additional_configs, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "AdditionalConfigs"))
|
|
605
635
|
EngineConfiguration.add_member(:spark_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "SparkProperties"))
|
|
636
|
+
EngineConfiguration.add_member(:classifications, Shapes::ShapeRef.new(shape: ClassificationList, location_name: "Classifications"))
|
|
606
637
|
EngineConfiguration.struct_class = Types::EngineConfiguration
|
|
607
638
|
|
|
608
639
|
EngineVersion.add_member(:selected_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "SelectedEngineVersion"))
|
|
@@ -727,6 +758,20 @@ module Aws::Athena
|
|
|
727
758
|
GetQueryRuntimeStatisticsOutput.add_member(:query_runtime_statistics, Shapes::ShapeRef.new(shape: QueryRuntimeStatistics, location_name: "QueryRuntimeStatistics"))
|
|
728
759
|
GetQueryRuntimeStatisticsOutput.struct_class = Types::GetQueryRuntimeStatisticsOutput
|
|
729
760
|
|
|
761
|
+
GetResourceDashboardRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
|
762
|
+
GetResourceDashboardRequest.struct_class = Types::GetResourceDashboardRequest
|
|
763
|
+
|
|
764
|
+
GetResourceDashboardResponse.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
|
|
765
|
+
GetResourceDashboardResponse.struct_class = Types::GetResourceDashboardResponse
|
|
766
|
+
|
|
767
|
+
GetSessionEndpointRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
|
|
768
|
+
GetSessionEndpointRequest.struct_class = Types::GetSessionEndpointRequest
|
|
769
|
+
|
|
770
|
+
GetSessionEndpointResponse.add_member(:endpoint_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointUrl"))
|
|
771
|
+
GetSessionEndpointResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AuthToken"))
|
|
772
|
+
GetSessionEndpointResponse.add_member(:auth_token_expiration_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AuthTokenExpirationTime"))
|
|
773
|
+
GetSessionEndpointResponse.struct_class = Types::GetSessionEndpointResponse
|
|
774
|
+
|
|
730
775
|
GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
|
|
731
776
|
GetSessionRequest.struct_class = Types::GetSessionRequest
|
|
732
777
|
|
|
@@ -736,6 +781,7 @@ module Aws::Athena
|
|
|
736
781
|
GetSessionResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EngineVersion"))
|
|
737
782
|
GetSessionResponse.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
|
|
738
783
|
GetSessionResponse.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
|
|
784
|
+
GetSessionResponse.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: MonitoringConfiguration, location_name: "MonitoringConfiguration"))
|
|
739
785
|
GetSessionResponse.add_member(:session_configuration, Shapes::ShapeRef.new(shape: SessionConfiguration, location_name: "SessionConfiguration"))
|
|
740
786
|
GetSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
|
|
741
787
|
GetSessionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: SessionStatistics, location_name: "Statistics"))
|
|
@@ -934,6 +980,15 @@ module Aws::Athena
|
|
|
934
980
|
ListWorkGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
|
935
981
|
ListWorkGroupsOutput.struct_class = Types::ListWorkGroupsOutput
|
|
936
982
|
|
|
983
|
+
LogTypeValuesList.member = Shapes::ShapeRef.new(shape: LogTypeValue)
|
|
984
|
+
|
|
985
|
+
LogTypesMap.key = Shapes::ShapeRef.new(shape: LogTypeKey)
|
|
986
|
+
LogTypesMap.value = Shapes::ShapeRef.new(shape: LogTypeValuesList)
|
|
987
|
+
|
|
988
|
+
ManagedLoggingConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "Enabled"))
|
|
989
|
+
ManagedLoggingConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "KmsKey"))
|
|
990
|
+
ManagedLoggingConfiguration.struct_class = Types::ManagedLoggingConfiguration
|
|
991
|
+
|
|
937
992
|
ManagedQueryResultsConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
938
993
|
ManagedQueryResultsConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: ManagedQueryResultsEncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
|
939
994
|
ManagedQueryResultsConfiguration.struct_class = Types::ManagedQueryResultsConfiguration
|
|
@@ -949,6 +1004,11 @@ module Aws::Athena
|
|
|
949
1004
|
MetadataException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
950
1005
|
MetadataException.struct_class = Types::MetadataException
|
|
951
1006
|
|
|
1007
|
+
MonitoringConfiguration.add_member(:cloud_watch_logging_configuration, Shapes::ShapeRef.new(shape: CloudWatchLoggingConfiguration, location_name: "CloudWatchLoggingConfiguration"))
|
|
1008
|
+
MonitoringConfiguration.add_member(:managed_logging_configuration, Shapes::ShapeRef.new(shape: ManagedLoggingConfiguration, location_name: "ManagedLoggingConfiguration"))
|
|
1009
|
+
MonitoringConfiguration.add_member(:s3_logging_configuration, Shapes::ShapeRef.new(shape: S3LoggingConfiguration, location_name: "S3LoggingConfiguration"))
|
|
1010
|
+
MonitoringConfiguration.struct_class = Types::MonitoringConfiguration
|
|
1011
|
+
|
|
952
1012
|
NamedQuery.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
|
953
1013
|
NamedQuery.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
|
954
1014
|
NamedQuery.add_member(:database, Shapes::ShapeRef.new(shape: DatabaseString, required: true, location_name: "Database"))
|
|
@@ -1036,6 +1096,7 @@ module Aws::Athena
|
|
|
1036
1096
|
QueryExecutionStatistics.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
|
|
1037
1097
|
QueryExecutionStatistics.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
|
|
1038
1098
|
QueryExecutionStatistics.add_member(:result_reuse_information, Shapes::ShapeRef.new(shape: ResultReuseInformation, location_name: "ResultReuseInformation"))
|
|
1099
|
+
QueryExecutionStatistics.add_member(:dpu_count, Shapes::ShapeRef.new(shape: DpuCount, location_name: "DpuCount"))
|
|
1039
1100
|
QueryExecutionStatistics.struct_class = Types::QueryExecutionStatistics
|
|
1040
1101
|
|
|
1041
1102
|
QueryExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: QueryExecutionState, location_name: "State"))
|
|
@@ -1132,12 +1193,18 @@ module Aws::Athena
|
|
|
1132
1193
|
|
|
1133
1194
|
RowList.member = Shapes::ShapeRef.new(shape: Row)
|
|
1134
1195
|
|
|
1196
|
+
S3LoggingConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "Enabled"))
|
|
1197
|
+
S3LoggingConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "KmsKey"))
|
|
1198
|
+
S3LoggingConfiguration.add_member(:log_location, Shapes::ShapeRef.new(shape: S3OutputLocation, location_name: "LogLocation"))
|
|
1199
|
+
S3LoggingConfiguration.struct_class = Types::S3LoggingConfiguration
|
|
1200
|
+
|
|
1135
1201
|
SessionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
1136
1202
|
SessionAlreadyExistsException.struct_class = Types::SessionAlreadyExistsException
|
|
1137
1203
|
|
|
1138
1204
|
SessionConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
|
1139
1205
|
SessionConfiguration.add_member(:working_directory, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "WorkingDirectory"))
|
|
1140
1206
|
SessionConfiguration.add_member(:idle_timeout_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IdleTimeoutSeconds"))
|
|
1207
|
+
SessionConfiguration.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: SessionIdleTimeoutInMinutes, location_name: "SessionIdleTimeoutInMinutes"))
|
|
1141
1208
|
SessionConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
|
1142
1209
|
SessionConfiguration.struct_class = Types::SessionConfiguration
|
|
1143
1210
|
|
|
@@ -1179,6 +1246,7 @@ module Aws::Athena
|
|
|
1179
1246
|
StartQueryExecutionInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
|
|
1180
1247
|
StartQueryExecutionInput.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
|
|
1181
1248
|
StartQueryExecutionInput.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
|
|
1249
|
+
StartQueryExecutionInput.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
|
|
1182
1250
|
StartQueryExecutionInput.struct_class = Types::StartQueryExecutionInput
|
|
1183
1251
|
|
|
1184
1252
|
StartQueryExecutionOutput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
|
|
@@ -1187,9 +1255,13 @@ module Aws::Athena
|
|
|
1187
1255
|
StartSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
|
1188
1256
|
StartSessionRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
|
|
1189
1257
|
StartSessionRequest.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, required: true, location_name: "EngineConfiguration"))
|
|
1258
|
+
StartSessionRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
|
1259
|
+
StartSessionRequest.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: MonitoringConfiguration, location_name: "MonitoringConfiguration"))
|
|
1190
1260
|
StartSessionRequest.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
|
|
1191
1261
|
StartSessionRequest.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: SessionIdleTimeoutInMinutes, location_name: "SessionIdleTimeoutInMinutes"))
|
|
1192
1262
|
StartSessionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
|
|
1263
|
+
StartSessionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1264
|
+
StartSessionRequest.add_member(:copy_work_group_tags, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CopyWorkGroupTags"))
|
|
1193
1265
|
StartSessionRequest.struct_class = Types::StartSessionRequest
|
|
1194
1266
|
|
|
1195
1267
|
StartSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
|
|
@@ -1344,6 +1416,8 @@ module Aws::Athena
|
|
|
1344
1416
|
WorkGroupConfiguration.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
|
|
1345
1417
|
WorkGroupConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
|
|
1346
1418
|
WorkGroupConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
|
1419
|
+
WorkGroupConfiguration.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: MonitoringConfiguration, location_name: "MonitoringConfiguration"))
|
|
1420
|
+
WorkGroupConfiguration.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
|
|
1347
1421
|
WorkGroupConfiguration.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
|
|
1348
1422
|
WorkGroupConfiguration.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
|
|
1349
1423
|
WorkGroupConfiguration.add_member(:identity_center_configuration, Shapes::ShapeRef.new(shape: IdentityCenterConfiguration, location_name: "IdentityCenterConfiguration"))
|
|
@@ -1364,6 +1438,8 @@ module Aws::Athena
|
|
|
1364
1438
|
WorkGroupConfigurationUpdates.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
|
|
1365
1439
|
WorkGroupConfigurationUpdates.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
|
|
1366
1440
|
WorkGroupConfigurationUpdates.add_member(:query_results_s3_access_grants_configuration, Shapes::ShapeRef.new(shape: QueryResultsS3AccessGrantsConfiguration, location_name: "QueryResultsS3AccessGrantsConfiguration"))
|
|
1441
|
+
WorkGroupConfigurationUpdates.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: MonitoringConfiguration, location_name: "MonitoringConfiguration"))
|
|
1442
|
+
WorkGroupConfigurationUpdates.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
|
|
1367
1443
|
WorkGroupConfigurationUpdates.struct_class = Types::WorkGroupConfigurationUpdates
|
|
1368
1444
|
|
|
1369
1445
|
WorkGroupNamesList.member = Shapes::ShapeRef.new(shape: WorkGroupName)
|
|
@@ -1728,6 +1804,17 @@ module Aws::Athena
|
|
|
1728
1804
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1729
1805
|
end)
|
|
1730
1806
|
|
|
1807
|
+
api.add_operation(:get_resource_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
|
1808
|
+
o.name = "GetResourceDashboard"
|
|
1809
|
+
o.http_method = "POST"
|
|
1810
|
+
o.http_request_uri = "/"
|
|
1811
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourceDashboardRequest)
|
|
1812
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourceDashboardResponse)
|
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1815
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1816
|
+
end)
|
|
1817
|
+
|
|
1731
1818
|
api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
|
|
1732
1819
|
o.name = "GetSession"
|
|
1733
1820
|
o.http_method = "POST"
|
|
@@ -1739,6 +1826,17 @@ module Aws::Athena
|
|
|
1739
1826
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1740
1827
|
end)
|
|
1741
1828
|
|
|
1829
|
+
api.add_operation(:get_session_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
1830
|
+
o.name = "GetSessionEndpoint"
|
|
1831
|
+
o.http_method = "POST"
|
|
1832
|
+
o.http_request_uri = "/"
|
|
1833
|
+
o.input = Shapes::ShapeRef.new(shape: GetSessionEndpointRequest)
|
|
1834
|
+
o.output = Shapes::ShapeRef.new(shape: GetSessionEndpointResponse)
|
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1837
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1838
|
+
end)
|
|
1839
|
+
|
|
1742
1840
|
api.add_operation(:get_session_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1743
1841
|
o.name = "GetSessionStatus"
|
|
1744
1842
|
o.http_method = "POST"
|