aws-sdk-athena 1.57.0 → 1.59.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.
@@ -14,8 +14,12 @@ module Aws::Athena
14
14
  include Seahorse::Model
15
15
 
16
16
  AclConfiguration = Shapes::StructureShape.new(name: 'AclConfiguration')
17
+ Age = Shapes::IntegerShape.new(name: 'Age')
17
18
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
19
+ ApplicationDPUSizes = Shapes::StructureShape.new(name: 'ApplicationDPUSizes')
20
+ ApplicationDPUSizesList = Shapes::ListShape.new(name: 'ApplicationDPUSizesList')
18
21
  AthenaError = Shapes::StructureShape.new(name: 'AthenaError')
22
+ AuthToken = Shapes::StringShape.new(name: 'AuthToken')
19
23
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
20
24
  BatchGetNamedQueryInput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryInput')
21
25
  BatchGetNamedQueryOutput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryOutput')
@@ -26,21 +30,38 @@ module Aws::Athena
26
30
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
27
31
  BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
28
32
  BytesScannedCutoffValue = Shapes::IntegerShape.new(name: 'BytesScannedCutoffValue')
33
+ CalculationConfiguration = Shapes::StructureShape.new(name: 'CalculationConfiguration')
34
+ CalculationExecutionId = Shapes::StringShape.new(name: 'CalculationExecutionId')
35
+ CalculationExecutionState = Shapes::StringShape.new(name: 'CalculationExecutionState')
36
+ CalculationResult = Shapes::StructureShape.new(name: 'CalculationResult')
37
+ CalculationResultType = Shapes::StringShape.new(name: 'CalculationResultType')
38
+ CalculationStatistics = Shapes::StructureShape.new(name: 'CalculationStatistics')
39
+ CalculationStatus = Shapes::StructureShape.new(name: 'CalculationStatus')
40
+ CalculationSummary = Shapes::StructureShape.new(name: 'CalculationSummary')
41
+ CalculationsList = Shapes::ListShape.new(name: 'CalculationsList')
29
42
  CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
43
+ ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
44
+ CodeBlock = Shapes::StringShape.new(name: 'CodeBlock')
30
45
  Column = Shapes::StructureShape.new(name: 'Column')
31
46
  ColumnInfo = Shapes::StructureShape.new(name: 'ColumnInfo')
32
47
  ColumnInfoList = Shapes::ListShape.new(name: 'ColumnInfoList')
33
48
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
34
49
  ColumnNullable = Shapes::StringShape.new(name: 'ColumnNullable')
35
50
  CommentString = Shapes::StringShape.new(name: 'CommentString')
51
+ CoordinatorDpuSize = Shapes::IntegerShape.new(name: 'CoordinatorDpuSize')
36
52
  CreateDataCatalogInput = Shapes::StructureShape.new(name: 'CreateDataCatalogInput')
37
53
  CreateDataCatalogOutput = Shapes::StructureShape.new(name: 'CreateDataCatalogOutput')
38
54
  CreateNamedQueryInput = Shapes::StructureShape.new(name: 'CreateNamedQueryInput')
39
55
  CreateNamedQueryOutput = Shapes::StructureShape.new(name: 'CreateNamedQueryOutput')
56
+ CreateNotebookInput = Shapes::StructureShape.new(name: 'CreateNotebookInput')
57
+ CreateNotebookOutput = Shapes::StructureShape.new(name: 'CreateNotebookOutput')
40
58
  CreatePreparedStatementInput = Shapes::StructureShape.new(name: 'CreatePreparedStatementInput')
41
59
  CreatePreparedStatementOutput = Shapes::StructureShape.new(name: 'CreatePreparedStatementOutput')
60
+ CreatePresignedNotebookUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlRequest')
61
+ CreatePresignedNotebookUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlResponse')
42
62
  CreateWorkGroupInput = Shapes::StructureShape.new(name: 'CreateWorkGroupInput')
43
63
  CreateWorkGroupOutput = Shapes::StructureShape.new(name: 'CreateWorkGroupOutput')
64
+ CustomerContentEncryptionConfiguration = Shapes::StructureShape.new(name: 'CustomerContentEncryptionConfiguration')
44
65
  DataCatalog = Shapes::StructureShape.new(name: 'DataCatalog')
45
66
  DataCatalogSummary = Shapes::StructureShape.new(name: 'DataCatalogSummary')
46
67
  DataCatalogSummaryList = Shapes::ListShape.new(name: 'DataCatalogSummaryList')
@@ -50,10 +71,13 @@ module Aws::Athena
50
71
  DatabaseString = Shapes::StringShape.new(name: 'DatabaseString')
51
72
  Date = Shapes::TimestampShape.new(name: 'Date')
52
73
  Datum = Shapes::StructureShape.new(name: 'Datum')
74
+ DefaultExecutorDpuSize = Shapes::IntegerShape.new(name: 'DefaultExecutorDpuSize')
53
75
  DeleteDataCatalogInput = Shapes::StructureShape.new(name: 'DeleteDataCatalogInput')
54
76
  DeleteDataCatalogOutput = Shapes::StructureShape.new(name: 'DeleteDataCatalogOutput')
55
77
  DeleteNamedQueryInput = Shapes::StructureShape.new(name: 'DeleteNamedQueryInput')
56
78
  DeleteNamedQueryOutput = Shapes::StructureShape.new(name: 'DeleteNamedQueryOutput')
79
+ DeleteNotebookInput = Shapes::StructureShape.new(name: 'DeleteNotebookInput')
80
+ DeleteNotebookOutput = Shapes::StructureShape.new(name: 'DeleteNotebookOutput')
57
81
  DeletePreparedStatementInput = Shapes::StructureShape.new(name: 'DeletePreparedStatementInput')
58
82
  DeletePreparedStatementOutput = Shapes::StructureShape.new(name: 'DeletePreparedStatementOutput')
59
83
  DeleteWorkGroupInput = Shapes::StructureShape.new(name: 'DeleteWorkGroupInput')
@@ -61,6 +85,7 @@ module Aws::Athena
61
85
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
62
86
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
63
87
  EncryptionOption = Shapes::StringShape.new(name: 'EncryptionOption')
88
+ EngineConfiguration = Shapes::StructureShape.new(name: 'EngineConfiguration')
64
89
  EngineVersion = Shapes::StructureShape.new(name: 'EngineVersion')
65
90
  EngineVersionsList = Shapes::ListShape.new(name: 'EngineVersionsList')
66
91
  ErrorCategory = Shapes::IntegerShape.new(name: 'ErrorCategory')
@@ -69,13 +94,29 @@ module Aws::Athena
69
94
  ErrorType = Shapes::IntegerShape.new(name: 'ErrorType')
70
95
  ExecutionParameter = Shapes::StringShape.new(name: 'ExecutionParameter')
71
96
  ExecutionParameters = Shapes::ListShape.new(name: 'ExecutionParameters')
97
+ ExecutorId = Shapes::StringShape.new(name: 'ExecutorId')
98
+ ExecutorState = Shapes::StringShape.new(name: 'ExecutorState')
99
+ ExecutorType = Shapes::StringShape.new(name: 'ExecutorType')
100
+ ExecutorsSummary = Shapes::StructureShape.new(name: 'ExecutorsSummary')
101
+ ExecutorsSummaryList = Shapes::ListShape.new(name: 'ExecutorsSummaryList')
102
+ ExportNotebookInput = Shapes::StructureShape.new(name: 'ExportNotebookInput')
103
+ ExportNotebookOutput = Shapes::StructureShape.new(name: 'ExportNotebookOutput')
72
104
  ExpressionString = Shapes::StringShape.new(name: 'ExpressionString')
105
+ FilterDefinition = Shapes::StructureShape.new(name: 'FilterDefinition')
106
+ GetCalculationExecutionCodeRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeRequest')
107
+ GetCalculationExecutionCodeResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeResponse')
108
+ GetCalculationExecutionRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionRequest')
109
+ GetCalculationExecutionResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionResponse')
110
+ GetCalculationExecutionStatusRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusRequest')
111
+ GetCalculationExecutionStatusResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusResponse')
73
112
  GetDataCatalogInput = Shapes::StructureShape.new(name: 'GetDataCatalogInput')
74
113
  GetDataCatalogOutput = Shapes::StructureShape.new(name: 'GetDataCatalogOutput')
75
114
  GetDatabaseInput = Shapes::StructureShape.new(name: 'GetDatabaseInput')
76
115
  GetDatabaseOutput = Shapes::StructureShape.new(name: 'GetDatabaseOutput')
77
116
  GetNamedQueryInput = Shapes::StructureShape.new(name: 'GetNamedQueryInput')
78
117
  GetNamedQueryOutput = Shapes::StructureShape.new(name: 'GetNamedQueryOutput')
118
+ GetNotebookMetadataInput = Shapes::StructureShape.new(name: 'GetNotebookMetadataInput')
119
+ GetNotebookMetadataOutput = Shapes::StructureShape.new(name: 'GetNotebookMetadataOutput')
79
120
  GetPreparedStatementInput = Shapes::StructureShape.new(name: 'GetPreparedStatementInput')
80
121
  GetPreparedStatementOutput = Shapes::StructureShape.new(name: 'GetPreparedStatementOutput')
81
122
  GetQueryExecutionInput = Shapes::StructureShape.new(name: 'GetQueryExecutionInput')
@@ -84,27 +125,46 @@ module Aws::Athena
84
125
  GetQueryResultsOutput = Shapes::StructureShape.new(name: 'GetQueryResultsOutput')
85
126
  GetQueryRuntimeStatisticsInput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsInput')
86
127
  GetQueryRuntimeStatisticsOutput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsOutput')
128
+ GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
129
+ GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
130
+ GetSessionStatusRequest = Shapes::StructureShape.new(name: 'GetSessionStatusRequest')
131
+ GetSessionStatusResponse = Shapes::StructureShape.new(name: 'GetSessionStatusResponse')
87
132
  GetTableMetadataInput = Shapes::StructureShape.new(name: 'GetTableMetadataInput')
88
133
  GetTableMetadataOutput = Shapes::StructureShape.new(name: 'GetTableMetadataOutput')
89
134
  GetWorkGroupInput = Shapes::StructureShape.new(name: 'GetWorkGroupInput')
90
135
  GetWorkGroupOutput = Shapes::StructureShape.new(name: 'GetWorkGroupOutput')
91
136
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
137
+ ImportNotebookInput = Shapes::StructureShape.new(name: 'ImportNotebookInput')
138
+ ImportNotebookOutput = Shapes::StructureShape.new(name: 'ImportNotebookOutput')
92
139
  Integer = Shapes::IntegerShape.new(name: 'Integer')
93
140
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
94
141
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
95
142
  KeyString = Shapes::StringShape.new(name: 'KeyString')
143
+ KmsKey = Shapes::StringShape.new(name: 'KmsKey')
144
+ ListApplicationDPUSizesInput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesInput')
145
+ ListApplicationDPUSizesOutput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesOutput')
146
+ ListCalculationExecutionsRequest = Shapes::StructureShape.new(name: 'ListCalculationExecutionsRequest')
147
+ ListCalculationExecutionsResponse = Shapes::StructureShape.new(name: 'ListCalculationExecutionsResponse')
96
148
  ListDataCatalogsInput = Shapes::StructureShape.new(name: 'ListDataCatalogsInput')
97
149
  ListDataCatalogsOutput = Shapes::StructureShape.new(name: 'ListDataCatalogsOutput')
98
150
  ListDatabasesInput = Shapes::StructureShape.new(name: 'ListDatabasesInput')
99
151
  ListDatabasesOutput = Shapes::StructureShape.new(name: 'ListDatabasesOutput')
100
152
  ListEngineVersionsInput = Shapes::StructureShape.new(name: 'ListEngineVersionsInput')
101
153
  ListEngineVersionsOutput = Shapes::StructureShape.new(name: 'ListEngineVersionsOutput')
154
+ ListExecutorsRequest = Shapes::StructureShape.new(name: 'ListExecutorsRequest')
155
+ ListExecutorsResponse = Shapes::StructureShape.new(name: 'ListExecutorsResponse')
102
156
  ListNamedQueriesInput = Shapes::StructureShape.new(name: 'ListNamedQueriesInput')
103
157
  ListNamedQueriesOutput = Shapes::StructureShape.new(name: 'ListNamedQueriesOutput')
158
+ ListNotebookMetadataInput = Shapes::StructureShape.new(name: 'ListNotebookMetadataInput')
159
+ ListNotebookMetadataOutput = Shapes::StructureShape.new(name: 'ListNotebookMetadataOutput')
160
+ ListNotebookSessionsRequest = Shapes::StructureShape.new(name: 'ListNotebookSessionsRequest')
161
+ ListNotebookSessionsResponse = Shapes::StructureShape.new(name: 'ListNotebookSessionsResponse')
104
162
  ListPreparedStatementsInput = Shapes::StructureShape.new(name: 'ListPreparedStatementsInput')
105
163
  ListPreparedStatementsOutput = Shapes::StructureShape.new(name: 'ListPreparedStatementsOutput')
106
164
  ListQueryExecutionsInput = Shapes::StructureShape.new(name: 'ListQueryExecutionsInput')
107
165
  ListQueryExecutionsOutput = Shapes::StructureShape.new(name: 'ListQueryExecutionsOutput')
166
+ ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
167
+ ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
108
168
  ListTableMetadataInput = Shapes::StructureShape.new(name: 'ListTableMetadataInput')
109
169
  ListTableMetadataOutput = Shapes::StructureShape.new(name: 'ListTableMetadataOutput')
110
170
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
@@ -112,13 +172,19 @@ module Aws::Athena
112
172
  ListWorkGroupsInput = Shapes::StructureShape.new(name: 'ListWorkGroupsInput')
113
173
  ListWorkGroupsOutput = Shapes::StructureShape.new(name: 'ListWorkGroupsOutput')
114
174
  Long = Shapes::IntegerShape.new(name: 'Long')
175
+ MaxApplicationDPUSizesCount = Shapes::IntegerShape.new(name: 'MaxApplicationDPUSizesCount')
176
+ MaxCalculationsCount = Shapes::IntegerShape.new(name: 'MaxCalculationsCount')
177
+ MaxConcurrentDpus = Shapes::IntegerShape.new(name: 'MaxConcurrentDpus')
115
178
  MaxDataCatalogsCount = Shapes::IntegerShape.new(name: 'MaxDataCatalogsCount')
116
179
  MaxDatabasesCount = Shapes::IntegerShape.new(name: 'MaxDatabasesCount')
117
180
  MaxEngineVersionsCount = Shapes::IntegerShape.new(name: 'MaxEngineVersionsCount')
181
+ MaxListExecutorsCount = Shapes::IntegerShape.new(name: 'MaxListExecutorsCount')
118
182
  MaxNamedQueriesCount = Shapes::IntegerShape.new(name: 'MaxNamedQueriesCount')
183
+ MaxNotebooksCount = Shapes::IntegerShape.new(name: 'MaxNotebooksCount')
119
184
  MaxPreparedStatementsCount = Shapes::IntegerShape.new(name: 'MaxPreparedStatementsCount')
120
185
  MaxQueryExecutionsCount = Shapes::IntegerShape.new(name: 'MaxQueryExecutionsCount')
121
186
  MaxQueryResults = Shapes::IntegerShape.new(name: 'MaxQueryResults')
187
+ MaxSessionsCount = Shapes::IntegerShape.new(name: 'MaxSessionsCount')
122
188
  MaxTableMetadataCount = Shapes::IntegerShape.new(name: 'MaxTableMetadataCount')
123
189
  MaxTagsCount = Shapes::IntegerShape.new(name: 'MaxTagsCount')
124
190
  MaxWorkGroupsCount = Shapes::IntegerShape.new(name: 'MaxWorkGroupsCount')
@@ -129,8 +195,16 @@ module Aws::Athena
129
195
  NamedQueryId = Shapes::StringShape.new(name: 'NamedQueryId')
130
196
  NamedQueryIdList = Shapes::ListShape.new(name: 'NamedQueryIdList')
131
197
  NamedQueryList = Shapes::ListShape.new(name: 'NamedQueryList')
198
+ NotebookId = Shapes::StringShape.new(name: 'NotebookId')
199
+ NotebookMetadata = Shapes::StructureShape.new(name: 'NotebookMetadata')
200
+ NotebookMetadataArray = Shapes::ListShape.new(name: 'NotebookMetadataArray')
201
+ NotebookName = Shapes::StringShape.new(name: 'NotebookName')
202
+ NotebookSessionSummary = Shapes::StructureShape.new(name: 'NotebookSessionSummary')
203
+ NotebookSessionsList = Shapes::ListShape.new(name: 'NotebookSessionsList')
204
+ NotebookType = Shapes::StringShape.new(name: 'NotebookType')
132
205
  ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
133
206
  ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
207
+ Payload = Shapes::StringShape.new(name: 'Payload')
134
208
  PreparedStatement = Shapes::StructureShape.new(name: 'PreparedStatement')
135
209
  PreparedStatementDetailsList = Shapes::ListShape.new(name: 'PreparedStatementDetailsList')
136
210
  PreparedStatementNameList = Shapes::ListShape.new(name: 'PreparedStatementNameList')
@@ -156,19 +230,41 @@ module Aws::Athena
156
230
  ResultConfiguration = Shapes::StructureShape.new(name: 'ResultConfiguration')
157
231
  ResultConfigurationUpdates = Shapes::StructureShape.new(name: 'ResultConfigurationUpdates')
158
232
  ResultOutputLocation = Shapes::StringShape.new(name: 'ResultOutputLocation')
233
+ ResultReuseByAgeConfiguration = Shapes::StructureShape.new(name: 'ResultReuseByAgeConfiguration')
234
+ ResultReuseConfiguration = Shapes::StructureShape.new(name: 'ResultReuseConfiguration')
235
+ ResultReuseInformation = Shapes::StructureShape.new(name: 'ResultReuseInformation')
159
236
  ResultSet = Shapes::StructureShape.new(name: 'ResultSet')
160
237
  ResultSetMetadata = Shapes::StructureShape.new(name: 'ResultSetMetadata')
238
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
161
239
  Row = Shapes::StructureShape.new(name: 'Row')
162
240
  RowList = Shapes::ListShape.new(name: 'RowList')
163
241
  S3AclOption = Shapes::StringShape.new(name: 'S3AclOption')
242
+ S3Uri = Shapes::StringShape.new(name: 'S3Uri')
243
+ SessionAlreadyExistsException = Shapes::StructureShape.new(name: 'SessionAlreadyExistsException')
244
+ SessionConfiguration = Shapes::StructureShape.new(name: 'SessionConfiguration')
245
+ SessionId = Shapes::StringShape.new(name: 'SessionId')
246
+ SessionIdleTimeoutInMinutes = Shapes::IntegerShape.new(name: 'SessionIdleTimeoutInMinutes')
247
+ SessionManagerToken = Shapes::StringShape.new(name: 'SessionManagerToken')
248
+ SessionState = Shapes::StringShape.new(name: 'SessionState')
249
+ SessionStatistics = Shapes::StructureShape.new(name: 'SessionStatistics')
250
+ SessionStatus = Shapes::StructureShape.new(name: 'SessionStatus')
251
+ SessionSummary = Shapes::StructureShape.new(name: 'SessionSummary')
252
+ SessionsList = Shapes::ListShape.new(name: 'SessionsList')
253
+ StartCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StartCalculationExecutionRequest')
254
+ StartCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StartCalculationExecutionResponse')
164
255
  StartQueryExecutionInput = Shapes::StructureShape.new(name: 'StartQueryExecutionInput')
165
256
  StartQueryExecutionOutput = Shapes::StructureShape.new(name: 'StartQueryExecutionOutput')
257
+ StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
258
+ StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
166
259
  StatementName = Shapes::StringShape.new(name: 'StatementName')
167
260
  StatementType = Shapes::StringShape.new(name: 'StatementType')
261
+ StopCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StopCalculationExecutionRequest')
262
+ StopCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StopCalculationExecutionResponse')
168
263
  StopQueryExecutionInput = Shapes::StructureShape.new(name: 'StopQueryExecutionInput')
169
264
  StopQueryExecutionOutput = Shapes::StructureShape.new(name: 'StopQueryExecutionOutput')
170
265
  String = Shapes::StringShape.new(name: 'String')
171
266
  StringList = Shapes::ListShape.new(name: 'StringList')
267
+ SupportedDPUSizeList = Shapes::ListShape.new(name: 'SupportedDPUSizeList')
172
268
  TableMetadata = Shapes::StructureShape.new(name: 'TableMetadata')
173
269
  TableMetadataList = Shapes::ListShape.new(name: 'TableMetadataList')
174
270
  TableTypeString = Shapes::StringShape.new(name: 'TableTypeString')
@@ -179,6 +275,8 @@ module Aws::Athena
179
275
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
180
276
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
181
277
  TagValue = Shapes::StringShape.new(name: 'TagValue')
278
+ TerminateSessionRequest = Shapes::StructureShape.new(name: 'TerminateSessionRequest')
279
+ TerminateSessionResponse = Shapes::StructureShape.new(name: 'TerminateSessionResponse')
182
280
  ThrottleReason = Shapes::StringShape.new(name: 'ThrottleReason')
183
281
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
184
282
  Token = Shapes::StringShape.new(name: 'Token')
@@ -196,6 +294,10 @@ module Aws::Athena
196
294
  UpdateDataCatalogOutput = Shapes::StructureShape.new(name: 'UpdateDataCatalogOutput')
197
295
  UpdateNamedQueryInput = Shapes::StructureShape.new(name: 'UpdateNamedQueryInput')
198
296
  UpdateNamedQueryOutput = Shapes::StructureShape.new(name: 'UpdateNamedQueryOutput')
297
+ UpdateNotebookInput = Shapes::StructureShape.new(name: 'UpdateNotebookInput')
298
+ UpdateNotebookMetadataInput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataInput')
299
+ UpdateNotebookMetadataOutput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataOutput')
300
+ UpdateNotebookOutput = Shapes::StructureShape.new(name: 'UpdateNotebookOutput')
199
301
  UpdatePreparedStatementInput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementInput')
200
302
  UpdatePreparedStatementOutput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementOutput')
201
303
  UpdateWorkGroupInput = Shapes::StructureShape.new(name: 'UpdateWorkGroupInput')
@@ -214,6 +316,12 @@ module Aws::Athena
214
316
  AclConfiguration.add_member(:s3_acl_option, Shapes::ShapeRef.new(shape: S3AclOption, required: true, location_name: "S3AclOption"))
215
317
  AclConfiguration.struct_class = Types::AclConfiguration
216
318
 
319
+ ApplicationDPUSizes.add_member(:application_runtime_id, Shapes::ShapeRef.new(shape: NameString, location_name: "ApplicationRuntimeId"))
320
+ ApplicationDPUSizes.add_member(:supported_dpu_sizes, Shapes::ShapeRef.new(shape: SupportedDPUSizeList, location_name: "SupportedDPUSizes"))
321
+ ApplicationDPUSizes.struct_class = Types::ApplicationDPUSizes
322
+
323
+ ApplicationDPUSizesList.member = Shapes::ShapeRef.new(shape: ApplicationDPUSizes)
324
+
217
325
  AthenaError.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "ErrorCategory"))
218
326
  AthenaError.add_member(:error_type, Shapes::ShapeRef.new(shape: ErrorType, location_name: "ErrorType"))
219
327
  AthenaError.add_member(:retryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Retryable"))
@@ -242,6 +350,32 @@ module Aws::Athena
242
350
  BatchGetQueryExecutionOutput.add_member(:unprocessed_query_execution_ids, Shapes::ShapeRef.new(shape: UnprocessedQueryExecutionIdList, location_name: "UnprocessedQueryExecutionIds"))
243
351
  BatchGetQueryExecutionOutput.struct_class = Types::BatchGetQueryExecutionOutput
244
352
 
353
+ CalculationConfiguration.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
354
+ CalculationConfiguration.struct_class = Types::CalculationConfiguration
355
+
356
+ CalculationResult.add_member(:std_out_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdOutS3Uri"))
357
+ CalculationResult.add_member(:std_error_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdErrorS3Uri"))
358
+ CalculationResult.add_member(:result_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ResultS3Uri"))
359
+ CalculationResult.add_member(:result_type, Shapes::ShapeRef.new(shape: CalculationResultType, location_name: "ResultType"))
360
+ CalculationResult.struct_class = Types::CalculationResult
361
+
362
+ CalculationStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
363
+ CalculationStatistics.add_member(:progress, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Progress"))
364
+ CalculationStatistics.struct_class = Types::CalculationStatistics
365
+
366
+ CalculationStatus.add_member(:submission_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "SubmissionDateTime"))
367
+ CalculationStatus.add_member(:completion_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CompletionDateTime"))
368
+ CalculationStatus.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
369
+ CalculationStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
370
+ CalculationStatus.struct_class = Types::CalculationStatus
371
+
372
+ CalculationSummary.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
373
+ CalculationSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
374
+ CalculationSummary.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
375
+ CalculationSummary.struct_class = Types::CalculationSummary
376
+
377
+ CalculationsList.member = Shapes::ShapeRef.new(shape: CalculationSummary)
378
+
245
379
  Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
246
380
  Column.add_member(:type, Shapes::ShapeRef.new(shape: TypeString, location_name: "Type"))
247
381
  Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
@@ -283,6 +417,14 @@ module Aws::Athena
283
417
  CreateNamedQueryOutput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, location_name: "NamedQueryId"))
284
418
  CreateNamedQueryOutput.struct_class = Types::CreateNamedQueryOutput
285
419
 
420
+ CreateNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
421
+ CreateNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
422
+ CreateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
423
+ CreateNotebookInput.struct_class = Types::CreateNotebookInput
424
+
425
+ CreateNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
426
+ CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
427
+
286
428
  CreatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
287
429
  CreatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
288
430
  CreatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -291,6 +433,14 @@ module Aws::Athena
291
433
 
292
434
  CreatePreparedStatementOutput.struct_class = Types::CreatePreparedStatementOutput
293
435
 
436
+ CreatePresignedNotebookUrlRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
437
+ CreatePresignedNotebookUrlRequest.struct_class = Types::CreatePresignedNotebookUrlRequest
438
+
439
+ CreatePresignedNotebookUrlResponse.add_member(:notebook_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NotebookUrl"))
440
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: AuthToken, required: true, location_name: "AuthToken"))
441
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token_expiration_time, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AuthTokenExpirationTime"))
442
+ CreatePresignedNotebookUrlResponse.struct_class = Types::CreatePresignedNotebookUrlResponse
443
+
294
444
  CreateWorkGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "Name"))
295
445
  CreateWorkGroupInput.add_member(:configuration, Shapes::ShapeRef.new(shape: WorkGroupConfiguration, location_name: "Configuration"))
296
446
  CreateWorkGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
@@ -299,6 +449,9 @@ module Aws::Athena
299
449
 
300
450
  CreateWorkGroupOutput.struct_class = Types::CreateWorkGroupOutput
301
451
 
452
+ CustomerContentEncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKey, required: true, location_name: "KmsKey"))
453
+ CustomerContentEncryptionConfiguration.struct_class = Types::CustomerContentEncryptionConfiguration
454
+
302
455
  DataCatalog.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
303
456
  DataCatalog.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
304
457
  DataCatalog.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
@@ -331,6 +484,11 @@ module Aws::Athena
331
484
 
332
485
  DeleteNamedQueryOutput.struct_class = Types::DeleteNamedQueryOutput
333
486
 
487
+ DeleteNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
488
+ DeleteNotebookInput.struct_class = Types::DeleteNotebookInput
489
+
490
+ DeleteNotebookOutput.struct_class = Types::DeleteNotebookOutput
491
+
334
492
  DeletePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
335
493
  DeletePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
336
494
  DeletePreparedStatementInput.struct_class = Types::DeletePreparedStatementInput
@@ -347,6 +505,12 @@ module Aws::Athena
347
505
  EncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: String, location_name: "KmsKey"))
348
506
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
349
507
 
508
+ EngineConfiguration.add_member(:coordinator_dpu_size, Shapes::ShapeRef.new(shape: CoordinatorDpuSize, location_name: "CoordinatorDpuSize"))
509
+ EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus, required: true, location_name: "MaxConcurrentDpus"))
510
+ EngineConfiguration.add_member(:default_executor_dpu_size, Shapes::ShapeRef.new(shape: DefaultExecutorDpuSize, location_name: "DefaultExecutorDpuSize"))
511
+ EngineConfiguration.add_member(:additional_configs, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "AdditionalConfigs"))
512
+ EngineConfiguration.struct_class = Types::EngineConfiguration
513
+
350
514
  EngineVersion.add_member(:selected_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "SelectedEngineVersion"))
351
515
  EngineVersion.add_member(:effective_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EffectiveEngineVersion"))
352
516
  EngineVersion.struct_class = Types::EngineVersion
@@ -355,6 +519,51 @@ module Aws::Athena
355
519
 
356
520
  ExecutionParameters.member = Shapes::ShapeRef.new(shape: ExecutionParameter)
357
521
 
522
+ ExecutorsSummary.add_member(:executor_id, Shapes::ShapeRef.new(shape: ExecutorId, required: true, location_name: "ExecutorId"))
523
+ ExecutorsSummary.add_member(:executor_type, Shapes::ShapeRef.new(shape: ExecutorType, location_name: "ExecutorType"))
524
+ ExecutorsSummary.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "StartDateTime"))
525
+ ExecutorsSummary.add_member(:termination_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "TerminationDateTime"))
526
+ ExecutorsSummary.add_member(:executor_state, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorState"))
527
+ ExecutorsSummary.add_member(:executor_size, Shapes::ShapeRef.new(shape: Long, location_name: "ExecutorSize"))
528
+ ExecutorsSummary.struct_class = Types::ExecutorsSummary
529
+
530
+ ExecutorsSummaryList.member = Shapes::ShapeRef.new(shape: ExecutorsSummary)
531
+
532
+ ExportNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
533
+ ExportNotebookInput.struct_class = Types::ExportNotebookInput
534
+
535
+ ExportNotebookOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
536
+ ExportNotebookOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
537
+ ExportNotebookOutput.struct_class = Types::ExportNotebookOutput
538
+
539
+ FilterDefinition.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
540
+ FilterDefinition.struct_class = Types::FilterDefinition
541
+
542
+ GetCalculationExecutionCodeRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
543
+ GetCalculationExecutionCodeRequest.struct_class = Types::GetCalculationExecutionCodeRequest
544
+
545
+ GetCalculationExecutionCodeResponse.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
546
+ GetCalculationExecutionCodeResponse.struct_class = Types::GetCalculationExecutionCodeResponse
547
+
548
+ GetCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
549
+ GetCalculationExecutionRequest.struct_class = Types::GetCalculationExecutionRequest
550
+
551
+ GetCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
552
+ GetCalculationExecutionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
553
+ GetCalculationExecutionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
554
+ GetCalculationExecutionResponse.add_member(:working_directory, Shapes::ShapeRef.new(shape: S3Uri, location_name: "WorkingDirectory"))
555
+ GetCalculationExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
556
+ GetCalculationExecutionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
557
+ GetCalculationExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: CalculationResult, location_name: "Result"))
558
+ GetCalculationExecutionResponse.struct_class = Types::GetCalculationExecutionResponse
559
+
560
+ GetCalculationExecutionStatusRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
561
+ GetCalculationExecutionStatusRequest.struct_class = Types::GetCalculationExecutionStatusRequest
562
+
563
+ GetCalculationExecutionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
564
+ GetCalculationExecutionStatusResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
565
+ GetCalculationExecutionStatusResponse.struct_class = Types::GetCalculationExecutionStatusResponse
566
+
358
567
  GetDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
359
568
  GetDataCatalogInput.struct_class = Types::GetDataCatalogInput
360
569
 
@@ -374,6 +583,12 @@ module Aws::Athena
374
583
  GetNamedQueryOutput.add_member(:named_query, Shapes::ShapeRef.new(shape: NamedQuery, location_name: "NamedQuery"))
375
584
  GetNamedQueryOutput.struct_class = Types::GetNamedQueryOutput
376
585
 
586
+ GetNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
587
+ GetNotebookMetadataInput.struct_class = Types::GetNotebookMetadataInput
588
+
589
+ GetNotebookMetadataOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
590
+ GetNotebookMetadataOutput.struct_class = Types::GetNotebookMetadataOutput
591
+
377
592
  GetPreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
378
593
  GetPreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
379
594
  GetPreparedStatementInput.struct_class = Types::GetPreparedStatementInput
@@ -403,6 +618,27 @@ module Aws::Athena
403
618
  GetQueryRuntimeStatisticsOutput.add_member(:query_runtime_statistics, Shapes::ShapeRef.new(shape: QueryRuntimeStatistics, location_name: "QueryRuntimeStatistics"))
404
619
  GetQueryRuntimeStatisticsOutput.struct_class = Types::GetQueryRuntimeStatisticsOutput
405
620
 
621
+ GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
622
+ GetSessionRequest.struct_class = Types::GetSessionRequest
623
+
624
+ GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
625
+ GetSessionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
626
+ GetSessionResponse.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
627
+ GetSessionResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EngineVersion"))
628
+ GetSessionResponse.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
629
+ GetSessionResponse.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
630
+ GetSessionResponse.add_member(:session_configuration, Shapes::ShapeRef.new(shape: SessionConfiguration, location_name: "SessionConfiguration"))
631
+ GetSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
632
+ GetSessionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: SessionStatistics, location_name: "Statistics"))
633
+ GetSessionResponse.struct_class = Types::GetSessionResponse
634
+
635
+ GetSessionStatusRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
636
+ GetSessionStatusRequest.struct_class = Types::GetSessionStatusRequest
637
+
638
+ GetSessionStatusResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
639
+ GetSessionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
640
+ GetSessionStatusResponse.struct_class = Types::GetSessionStatusResponse
641
+
406
642
  GetTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
407
643
  GetTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
408
644
  GetTableMetadataInput.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -417,6 +653,16 @@ module Aws::Athena
417
653
  GetWorkGroupOutput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
418
654
  GetWorkGroupOutput.struct_class = Types::GetWorkGroupOutput
419
655
 
656
+ ImportNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
657
+ ImportNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
658
+ ImportNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
659
+ ImportNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, required: true, location_name: "Type"))
660
+ ImportNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
661
+ ImportNotebookInput.struct_class = Types::ImportNotebookInput
662
+
663
+ ImportNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
664
+ ImportNotebookOutput.struct_class = Types::ImportNotebookOutput
665
+
420
666
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
421
667
  InternalServerException.struct_class = Types::InternalServerException
422
668
 
@@ -424,6 +670,24 @@ module Aws::Athena
424
670
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
425
671
  InvalidRequestException.struct_class = Types::InvalidRequestException
426
672
 
673
+ ListApplicationDPUSizesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxApplicationDPUSizesCount, location_name: "MaxResults"))
674
+ ListApplicationDPUSizesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
675
+ ListApplicationDPUSizesInput.struct_class = Types::ListApplicationDPUSizesInput
676
+
677
+ ListApplicationDPUSizesOutput.add_member(:application_dpu_sizes, Shapes::ShapeRef.new(shape: ApplicationDPUSizesList, location_name: "ApplicationDPUSizes"))
678
+ ListApplicationDPUSizesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
679
+ ListApplicationDPUSizesOutput.struct_class = Types::ListApplicationDPUSizesOutput
680
+
681
+ ListCalculationExecutionsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
682
+ ListCalculationExecutionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "StateFilter"))
683
+ ListCalculationExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCalculationsCount, location_name: "MaxResults"))
684
+ ListCalculationExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
685
+ ListCalculationExecutionsRequest.struct_class = Types::ListCalculationExecutionsRequest
686
+
687
+ ListCalculationExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
688
+ ListCalculationExecutionsResponse.add_member(:calculations, Shapes::ShapeRef.new(shape: CalculationsList, location_name: "Calculations"))
689
+ ListCalculationExecutionsResponse.struct_class = Types::ListCalculationExecutionsResponse
690
+
427
691
  ListDataCatalogsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
428
692
  ListDataCatalogsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxDataCatalogsCount, location_name: "MaxResults"))
429
693
  ListDataCatalogsInput.struct_class = Types::ListDataCatalogsInput
@@ -449,6 +713,17 @@ module Aws::Athena
449
713
  ListEngineVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
450
714
  ListEngineVersionsOutput.struct_class = Types::ListEngineVersionsOutput
451
715
 
716
+ ListExecutorsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
717
+ ListExecutorsRequest.add_member(:executor_state_filter, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorStateFilter"))
718
+ ListExecutorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxListExecutorsCount, location_name: "MaxResults"))
719
+ ListExecutorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
720
+ ListExecutorsRequest.struct_class = Types::ListExecutorsRequest
721
+
722
+ ListExecutorsResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
723
+ ListExecutorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
724
+ ListExecutorsResponse.add_member(:executors_summary, Shapes::ShapeRef.new(shape: ExecutorsSummaryList, location_name: "ExecutorsSummary"))
725
+ ListExecutorsResponse.struct_class = Types::ListExecutorsResponse
726
+
452
727
  ListNamedQueriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
453
728
  ListNamedQueriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNamedQueriesCount, location_name: "MaxResults"))
454
729
  ListNamedQueriesInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
@@ -458,6 +733,25 @@ module Aws::Athena
458
733
  ListNamedQueriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
459
734
  ListNamedQueriesOutput.struct_class = Types::ListNamedQueriesOutput
460
735
 
736
+ ListNotebookMetadataInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterDefinition, location_name: "Filters"))
737
+ ListNotebookMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
738
+ ListNotebookMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNotebooksCount, location_name: "MaxResults"))
739
+ ListNotebookMetadataInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
740
+ ListNotebookMetadataInput.struct_class = Types::ListNotebookMetadataInput
741
+
742
+ ListNotebookMetadataOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
743
+ ListNotebookMetadataOutput.add_member(:notebook_metadata_list, Shapes::ShapeRef.new(shape: NotebookMetadataArray, location_name: "NotebookMetadataList"))
744
+ ListNotebookMetadataOutput.struct_class = Types::ListNotebookMetadataOutput
745
+
746
+ ListNotebookSessionsRequest.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
747
+ ListNotebookSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
748
+ ListNotebookSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
749
+ ListNotebookSessionsRequest.struct_class = Types::ListNotebookSessionsRequest
750
+
751
+ ListNotebookSessionsResponse.add_member(:notebook_sessions_list, Shapes::ShapeRef.new(shape: NotebookSessionsList, required: true, location_name: "NotebookSessionsList"))
752
+ ListNotebookSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
753
+ ListNotebookSessionsResponse.struct_class = Types::ListNotebookSessionsResponse
754
+
461
755
  ListPreparedStatementsInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
462
756
  ListPreparedStatementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
463
757
  ListPreparedStatementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPreparedStatementsCount, location_name: "MaxResults"))
@@ -476,6 +770,16 @@ module Aws::Athena
476
770
  ListQueryExecutionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
477
771
  ListQueryExecutionsOutput.struct_class = Types::ListQueryExecutionsOutput
478
772
 
773
+ ListSessionsRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
774
+ ListSessionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: SessionState, location_name: "StateFilter"))
775
+ ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
776
+ ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
777
+ ListSessionsRequest.struct_class = Types::ListSessionsRequest
778
+
779
+ ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
780
+ ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionsList, location_name: "Sessions"))
781
+ ListSessionsResponse.struct_class = Types::ListSessionsResponse
782
+
479
783
  ListTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
480
784
  ListTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
481
785
  ListTableMetadataInput.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionString, location_name: "Expression"))
@@ -519,6 +823,22 @@ module Aws::Athena
519
823
 
520
824
  NamedQueryList.member = Shapes::ShapeRef.new(shape: NamedQuery)
521
825
 
826
+ NotebookMetadata.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
827
+ NotebookMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
828
+ NotebookMetadata.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
829
+ NotebookMetadata.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
830
+ NotebookMetadata.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, location_name: "Type"))
831
+ NotebookMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
832
+ NotebookMetadata.struct_class = Types::NotebookMetadata
833
+
834
+ NotebookMetadataArray.member = Shapes::ShapeRef.new(shape: NotebookMetadata)
835
+
836
+ NotebookSessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
837
+ NotebookSessionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
838
+ NotebookSessionSummary.struct_class = Types::NotebookSessionSummary
839
+
840
+ NotebookSessionsList.member = Shapes::ShapeRef.new(shape: NotebookSessionSummary)
841
+
522
842
  ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
523
843
  ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
524
844
 
@@ -543,6 +863,7 @@ module Aws::Athena
543
863
  QueryExecution.add_member(:query, Shapes::ShapeRef.new(shape: QueryString, location_name: "Query"))
544
864
  QueryExecution.add_member(:statement_type, Shapes::ShapeRef.new(shape: StatementType, location_name: "StatementType"))
545
865
  QueryExecution.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
866
+ QueryExecution.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
546
867
  QueryExecution.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
547
868
  QueryExecution.add_member(:status, Shapes::ShapeRef.new(shape: QueryExecutionStatus, location_name: "Status"))
548
869
  QueryExecution.add_member(:statistics, Shapes::ShapeRef.new(shape: QueryExecutionStatistics, location_name: "Statistics"))
@@ -566,6 +887,7 @@ module Aws::Athena
566
887
  QueryExecutionStatistics.add_member(:query_queue_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryQueueTimeInMillis"))
567
888
  QueryExecutionStatistics.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
568
889
  QueryExecutionStatistics.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
890
+ QueryExecutionStatistics.add_member(:result_reuse_information, Shapes::ShapeRef.new(shape: ResultReuseInformation, location_name: "ResultReuseInformation"))
569
891
  QueryExecutionStatistics.struct_class = Types::QueryExecutionStatistics
570
892
 
571
893
  QueryExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: QueryExecutionState, location_name: "State"))
@@ -634,6 +956,16 @@ module Aws::Athena
634
956
  ResultConfigurationUpdates.add_member(:remove_acl_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveAclConfiguration"))
635
957
  ResultConfigurationUpdates.struct_class = Types::ResultConfigurationUpdates
636
958
 
959
+ ResultReuseByAgeConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
960
+ ResultReuseByAgeConfiguration.add_member(:max_age_in_minutes, Shapes::ShapeRef.new(shape: Age, location_name: "MaxAgeInMinutes"))
961
+ ResultReuseByAgeConfiguration.struct_class = Types::ResultReuseByAgeConfiguration
962
+
963
+ ResultReuseConfiguration.add_member(:result_reuse_by_age_configuration, Shapes::ShapeRef.new(shape: ResultReuseByAgeConfiguration, location_name: "ResultReuseByAgeConfiguration"))
964
+ ResultReuseConfiguration.struct_class = Types::ResultReuseConfiguration
965
+
966
+ ResultReuseInformation.add_member(:reused_previous_result, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ReusedPreviousResult"))
967
+ ResultReuseInformation.struct_class = Types::ResultReuseInformation
968
+
637
969
  ResultSet.add_member(:rows, Shapes::ShapeRef.new(shape: RowList, location_name: "Rows"))
638
970
  ResultSet.add_member(:result_set_metadata, Shapes::ShapeRef.new(shape: ResultSetMetadata, location_name: "ResultSetMetadata"))
639
971
  ResultSet.struct_class = Types::ResultSet
@@ -646,17 +978,76 @@ module Aws::Athena
646
978
 
647
979
  RowList.member = Shapes::ShapeRef.new(shape: Row)
648
980
 
981
+ SessionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
982
+ SessionAlreadyExistsException.struct_class = Types::SessionAlreadyExistsException
983
+
984
+ SessionConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
985
+ SessionConfiguration.add_member(:working_directory, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "WorkingDirectory"))
986
+ SessionConfiguration.add_member(:idle_timeout_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IdleTimeoutSeconds"))
987
+ SessionConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
988
+ SessionConfiguration.struct_class = Types::SessionConfiguration
989
+
990
+ SessionStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
991
+ SessionStatistics.struct_class = Types::SessionStatistics
992
+
993
+ SessionStatus.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartDateTime"))
994
+ SessionStatus.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedDateTime"))
995
+ SessionStatus.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndDateTime"))
996
+ SessionStatus.add_member(:idle_since_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "IdleSinceDateTime"))
997
+ SessionStatus.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
998
+ SessionStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
999
+ SessionStatus.struct_class = Types::SessionStatus
1000
+
1001
+ SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1002
+ SessionSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1003
+ SessionSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1004
+ SessionSummary.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1005
+ SessionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
1006
+ SessionSummary.struct_class = Types::SessionSummary
1007
+
1008
+ SessionsList.member = Shapes::ShapeRef.new(shape: SessionSummary)
1009
+
1010
+ StartCalculationExecutionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1011
+ StartCalculationExecutionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1012
+ StartCalculationExecutionRequest.add_member(:calculation_configuration, Shapes::ShapeRef.new(shape: CalculationConfiguration, deprecated: true, location_name: "CalculationConfiguration", metadata: {"deprecatedMessage"=>"Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828"}))
1013
+ StartCalculationExecutionRequest.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
1014
+ StartCalculationExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1015
+ StartCalculationExecutionRequest.struct_class = Types::StartCalculationExecutionRequest
1016
+
1017
+ StartCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
1018
+ StartCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1019
+ StartCalculationExecutionResponse.struct_class = Types::StartCalculationExecutionResponse
1020
+
649
1021
  StartQueryExecutionInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
650
1022
  StartQueryExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
651
1023
  StartQueryExecutionInput.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
652
1024
  StartQueryExecutionInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
653
1025
  StartQueryExecutionInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
654
1026
  StartQueryExecutionInput.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
1027
+ StartQueryExecutionInput.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
655
1028
  StartQueryExecutionInput.struct_class = Types::StartQueryExecutionInput
656
1029
 
657
1030
  StartQueryExecutionOutput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
658
1031
  StartQueryExecutionOutput.struct_class = Types::StartQueryExecutionOutput
659
1032
 
1033
+ StartSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1034
+ StartSessionRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
1035
+ StartSessionRequest.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, required: true, location_name: "EngineConfiguration"))
1036
+ StartSessionRequest.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1037
+ StartSessionRequest.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: SessionIdleTimeoutInMinutes, location_name: "SessionIdleTimeoutInMinutes"))
1038
+ StartSessionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1039
+ StartSessionRequest.struct_class = Types::StartSessionRequest
1040
+
1041
+ StartSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1042
+ StartSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1043
+ StartSessionResponse.struct_class = Types::StartSessionResponse
1044
+
1045
+ StopCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
1046
+ StopCalculationExecutionRequest.struct_class = Types::StopCalculationExecutionRequest
1047
+
1048
+ StopCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1049
+ StopCalculationExecutionResponse.struct_class = Types::StopCalculationExecutionResponse
1050
+
660
1051
  StopQueryExecutionInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId", metadata: {"idempotencyToken"=>true}))
661
1052
  StopQueryExecutionInput.struct_class = Types::StopQueryExecutionInput
662
1053
 
@@ -664,6 +1055,8 @@ module Aws::Athena
664
1055
 
665
1056
  StringList.member = Shapes::ShapeRef.new(shape: String)
666
1057
 
1058
+ SupportedDPUSizeList.member = Shapes::ShapeRef.new(shape: Integer)
1059
+
667
1060
  TableMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
668
1061
  TableMetadata.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
669
1062
  TableMetadata.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
@@ -689,6 +1082,12 @@ module Aws::Athena
689
1082
 
690
1083
  TagResourceOutput.struct_class = Types::TagResourceOutput
691
1084
 
1085
+ TerminateSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1086
+ TerminateSessionRequest.struct_class = Types::TerminateSessionRequest
1087
+
1088
+ TerminateSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1089
+ TerminateSessionResponse.struct_class = Types::TerminateSessionResponse
1090
+
692
1091
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
693
1092
  TooManyRequestsException.add_member(:reason, Shapes::ShapeRef.new(shape: ThrottleReason, location_name: "Reason"))
694
1093
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
@@ -736,6 +1135,22 @@ module Aws::Athena
736
1135
 
737
1136
  UpdateNamedQueryOutput.struct_class = Types::UpdateNamedQueryOutput
738
1137
 
1138
+ UpdateNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1139
+ UpdateNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
1140
+ UpdateNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, location_name: "Type"))
1141
+ UpdateNotebookInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1142
+ UpdateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1143
+ UpdateNotebookInput.struct_class = Types::UpdateNotebookInput
1144
+
1145
+ UpdateNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1146
+ UpdateNotebookMetadataInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1147
+ UpdateNotebookMetadataInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
1148
+ UpdateNotebookMetadataInput.struct_class = Types::UpdateNotebookMetadataInput
1149
+
1150
+ UpdateNotebookMetadataOutput.struct_class = Types::UpdateNotebookMetadataOutput
1151
+
1152
+ UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
1153
+
739
1154
  UpdatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
740
1155
  UpdatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
741
1156
  UpdatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -765,6 +1180,9 @@ module Aws::Athena
765
1180
  WorkGroupConfiguration.add_member(:bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BytesScannedCutoffValue, location_name: "BytesScannedCutoffPerQuery"))
766
1181
  WorkGroupConfiguration.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
767
1182
  WorkGroupConfiguration.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1183
+ WorkGroupConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1184
+ WorkGroupConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1185
+ WorkGroupConfiguration.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
768
1186
  WorkGroupConfiguration.struct_class = Types::WorkGroupConfiguration
769
1187
 
770
1188
  WorkGroupConfigurationUpdates.add_member(:enforce_work_group_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnforceWorkGroupConfiguration"))
@@ -774,6 +1192,10 @@ module Aws::Athena
774
1192
  WorkGroupConfigurationUpdates.add_member(:remove_bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveBytesScannedCutoffPerQuery"))
775
1193
  WorkGroupConfigurationUpdates.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
776
1194
  WorkGroupConfigurationUpdates.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1195
+ WorkGroupConfigurationUpdates.add_member(:remove_customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveCustomerContentEncryptionConfiguration"))
1196
+ WorkGroupConfigurationUpdates.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1197
+ WorkGroupConfigurationUpdates.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1198
+ WorkGroupConfigurationUpdates.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
777
1199
  WorkGroupConfigurationUpdates.struct_class = Types::WorkGroupConfigurationUpdates
778
1200
 
779
1201
  WorkGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "Name"))
@@ -855,6 +1277,17 @@ module Aws::Athena
855
1277
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
856
1278
  end)
857
1279
 
1280
+ api.add_operation(:create_notebook, Seahorse::Model::Operation.new.tap do |o|
1281
+ o.name = "CreateNotebook"
1282
+ o.http_method = "POST"
1283
+ o.http_request_uri = "/"
1284
+ o.input = Shapes::ShapeRef.new(shape: CreateNotebookInput)
1285
+ o.output = Shapes::ShapeRef.new(shape: CreateNotebookOutput)
1286
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1289
+ end)
1290
+
858
1291
  api.add_operation(:create_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
859
1292
  o.name = "CreatePreparedStatement"
860
1293
  o.http_method = "POST"
@@ -865,6 +1298,17 @@ module Aws::Athena
865
1298
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
866
1299
  end)
867
1300
 
1301
+ api.add_operation(:create_presigned_notebook_url, Seahorse::Model::Operation.new.tap do |o|
1302
+ o.name = "CreatePresignedNotebookUrl"
1303
+ o.http_method = "POST"
1304
+ o.http_request_uri = "/"
1305
+ o.input = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlRequest)
1306
+ o.output = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlResponse)
1307
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1310
+ end)
1311
+
868
1312
  api.add_operation(:create_work_group, Seahorse::Model::Operation.new.tap do |o|
869
1313
  o.name = "CreateWorkGroup"
870
1314
  o.http_method = "POST"
@@ -895,6 +1339,17 @@ module Aws::Athena
895
1339
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
896
1340
  end)
897
1341
 
1342
+ api.add_operation(:delete_notebook, Seahorse::Model::Operation.new.tap do |o|
1343
+ o.name = "DeleteNotebook"
1344
+ o.http_method = "POST"
1345
+ o.http_request_uri = "/"
1346
+ o.input = Shapes::ShapeRef.new(shape: DeleteNotebookInput)
1347
+ o.output = Shapes::ShapeRef.new(shape: DeleteNotebookOutput)
1348
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1350
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1351
+ end)
1352
+
898
1353
  api.add_operation(:delete_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
899
1354
  o.name = "DeletePreparedStatement"
900
1355
  o.http_method = "POST"
@@ -916,6 +1371,49 @@ module Aws::Athena
916
1371
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
917
1372
  end)
918
1373
 
1374
+ api.add_operation(:export_notebook, Seahorse::Model::Operation.new.tap do |o|
1375
+ o.name = "ExportNotebook"
1376
+ o.http_method = "POST"
1377
+ o.http_request_uri = "/"
1378
+ o.input = Shapes::ShapeRef.new(shape: ExportNotebookInput)
1379
+ o.output = Shapes::ShapeRef.new(shape: ExportNotebookOutput)
1380
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1383
+ end)
1384
+
1385
+ api.add_operation(:get_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "GetCalculationExecution"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/"
1389
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionRequest)
1390
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionResponse)
1391
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1394
+ end)
1395
+
1396
+ api.add_operation(:get_calculation_execution_code, Seahorse::Model::Operation.new.tap do |o|
1397
+ o.name = "GetCalculationExecutionCode"
1398
+ o.http_method = "POST"
1399
+ o.http_request_uri = "/"
1400
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeRequest)
1401
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeResponse)
1402
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1404
+ end)
1405
+
1406
+ api.add_operation(:get_calculation_execution_status, Seahorse::Model::Operation.new.tap do |o|
1407
+ o.name = "GetCalculationExecutionStatus"
1408
+ o.http_method = "POST"
1409
+ o.http_request_uri = "/"
1410
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusRequest)
1411
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusResponse)
1412
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1413
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1415
+ end)
1416
+
919
1417
  api.add_operation(:get_data_catalog, Seahorse::Model::Operation.new.tap do |o|
920
1418
  o.name = "GetDataCatalog"
921
1419
  o.http_method = "POST"
@@ -947,6 +1445,17 @@ module Aws::Athena
947
1445
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
948
1446
  end)
949
1447
 
1448
+ api.add_operation(:get_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1449
+ o.name = "GetNotebookMetadata"
1450
+ o.http_method = "POST"
1451
+ o.http_request_uri = "/"
1452
+ o.input = Shapes::ShapeRef.new(shape: GetNotebookMetadataInput)
1453
+ o.output = Shapes::ShapeRef.new(shape: GetNotebookMetadataOutput)
1454
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1457
+ end)
1458
+
950
1459
  api.add_operation(:get_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
951
1460
  o.name = "GetPreparedStatement"
952
1461
  o.http_method = "POST"
@@ -976,6 +1485,7 @@ module Aws::Athena
976
1485
  o.output = Shapes::ShapeRef.new(shape: GetQueryResultsOutput)
977
1486
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
978
1487
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
979
1489
  o[:pager] = Aws::Pager.new(
980
1490
  limit_key: "max_results",
981
1491
  tokens: {
@@ -994,6 +1504,28 @@ module Aws::Athena
994
1504
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
995
1505
  end)
996
1506
 
1507
+ api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
1508
+ o.name = "GetSession"
1509
+ o.http_method = "POST"
1510
+ o.http_request_uri = "/"
1511
+ o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
1512
+ o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
1513
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1516
+ end)
1517
+
1518
+ api.add_operation(:get_session_status, Seahorse::Model::Operation.new.tap do |o|
1519
+ o.name = "GetSessionStatus"
1520
+ o.http_method = "POST"
1521
+ o.http_request_uri = "/"
1522
+ o.input = Shapes::ShapeRef.new(shape: GetSessionStatusRequest)
1523
+ o.output = Shapes::ShapeRef.new(shape: GetSessionStatusResponse)
1524
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1527
+ end)
1528
+
997
1529
  api.add_operation(:get_table_metadata, Seahorse::Model::Operation.new.tap do |o|
998
1530
  o.name = "GetTableMetadata"
999
1531
  o.http_method = "POST"
@@ -1015,6 +1547,51 @@ module Aws::Athena
1015
1547
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1016
1548
  end)
1017
1549
 
1550
+ api.add_operation(:import_notebook, Seahorse::Model::Operation.new.tap do |o|
1551
+ o.name = "ImportNotebook"
1552
+ o.http_method = "POST"
1553
+ o.http_request_uri = "/"
1554
+ o.input = Shapes::ShapeRef.new(shape: ImportNotebookInput)
1555
+ o.output = Shapes::ShapeRef.new(shape: ImportNotebookOutput)
1556
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1559
+ end)
1560
+
1561
+ api.add_operation(:list_application_dpu_sizes, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "ListApplicationDPUSizes"
1563
+ o.http_method = "POST"
1564
+ o.http_request_uri = "/"
1565
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesInput)
1566
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesOutput)
1567
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1570
+ o[:pager] = Aws::Pager.new(
1571
+ limit_key: "max_results",
1572
+ tokens: {
1573
+ "next_token" => "next_token"
1574
+ }
1575
+ )
1576
+ end)
1577
+
1578
+ api.add_operation(:list_calculation_executions, Seahorse::Model::Operation.new.tap do |o|
1579
+ o.name = "ListCalculationExecutions"
1580
+ o.http_method = "POST"
1581
+ o.http_request_uri = "/"
1582
+ o.input = Shapes::ShapeRef.new(shape: ListCalculationExecutionsRequest)
1583
+ o.output = Shapes::ShapeRef.new(shape: ListCalculationExecutionsResponse)
1584
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1587
+ o[:pager] = Aws::Pager.new(
1588
+ limit_key: "max_results",
1589
+ tokens: {
1590
+ "next_token" => "next_token"
1591
+ }
1592
+ )
1593
+ end)
1594
+
1018
1595
  api.add_operation(:list_data_catalogs, Seahorse::Model::Operation.new.tap do |o|
1019
1596
  o.name = "ListDataCatalogs"
1020
1597
  o.http_method = "POST"
@@ -1064,6 +1641,23 @@ module Aws::Athena
1064
1641
  )
1065
1642
  end)
1066
1643
 
1644
+ api.add_operation(:list_executors, Seahorse::Model::Operation.new.tap do |o|
1645
+ o.name = "ListExecutors"
1646
+ o.http_method = "POST"
1647
+ o.http_request_uri = "/"
1648
+ o.input = Shapes::ShapeRef.new(shape: ListExecutorsRequest)
1649
+ o.output = Shapes::ShapeRef.new(shape: ListExecutorsResponse)
1650
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1653
+ o[:pager] = Aws::Pager.new(
1654
+ limit_key: "max_results",
1655
+ tokens: {
1656
+ "next_token" => "next_token"
1657
+ }
1658
+ )
1659
+ end)
1660
+
1067
1661
  api.add_operation(:list_named_queries, Seahorse::Model::Operation.new.tap do |o|
1068
1662
  o.name = "ListNamedQueries"
1069
1663
  o.http_method = "POST"
@@ -1080,6 +1674,28 @@ module Aws::Athena
1080
1674
  )
1081
1675
  end)
1082
1676
 
1677
+ api.add_operation(:list_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1678
+ o.name = "ListNotebookMetadata"
1679
+ o.http_method = "POST"
1680
+ o.http_request_uri = "/"
1681
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookMetadataInput)
1682
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookMetadataOutput)
1683
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1686
+ end)
1687
+
1688
+ api.add_operation(:list_notebook_sessions, Seahorse::Model::Operation.new.tap do |o|
1689
+ o.name = "ListNotebookSessions"
1690
+ o.http_method = "POST"
1691
+ o.http_request_uri = "/"
1692
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookSessionsRequest)
1693
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookSessionsResponse)
1694
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1696
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1697
+ end)
1698
+
1083
1699
  api.add_operation(:list_prepared_statements, Seahorse::Model::Operation.new.tap do |o|
1084
1700
  o.name = "ListPreparedStatements"
1085
1701
  o.http_method = "POST"
@@ -1112,6 +1728,23 @@ module Aws::Athena
1112
1728
  )
1113
1729
  end)
1114
1730
 
1731
+ api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
1732
+ o.name = "ListSessions"
1733
+ o.http_method = "POST"
1734
+ o.http_request_uri = "/"
1735
+ o.input = Shapes::ShapeRef.new(shape: ListSessionsRequest)
1736
+ o.output = Shapes::ShapeRef.new(shape: ListSessionsResponse)
1737
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1740
+ o[:pager] = Aws::Pager.new(
1741
+ limit_key: "max_results",
1742
+ tokens: {
1743
+ "next_token" => "next_token"
1744
+ }
1745
+ )
1746
+ end)
1747
+
1115
1748
  api.add_operation(:list_table_metadata, Seahorse::Model::Operation.new.tap do |o|
1116
1749
  o.name = "ListTableMetadata"
1117
1750
  o.http_method = "POST"
@@ -1162,6 +1795,17 @@ module Aws::Athena
1162
1795
  )
1163
1796
  end)
1164
1797
 
1798
+ api.add_operation(:start_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1799
+ o.name = "StartCalculationExecution"
1800
+ o.http_method = "POST"
1801
+ o.http_request_uri = "/"
1802
+ o.input = Shapes::ShapeRef.new(shape: StartCalculationExecutionRequest)
1803
+ o.output = Shapes::ShapeRef.new(shape: StartCalculationExecutionResponse)
1804
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1805
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1806
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1807
+ end)
1808
+
1165
1809
  api.add_operation(:start_query_execution, Seahorse::Model::Operation.new.tap do |o|
1166
1810
  o.name = "StartQueryExecution"
1167
1811
  o.http_method = "POST"
@@ -1173,6 +1817,29 @@ module Aws::Athena
1173
1817
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1174
1818
  end)
1175
1819
 
1820
+ api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
1821
+ o.name = "StartSession"
1822
+ o.http_method = "POST"
1823
+ o.http_request_uri = "/"
1824
+ o.input = Shapes::ShapeRef.new(shape: StartSessionRequest)
1825
+ o.output = Shapes::ShapeRef.new(shape: StartSessionResponse)
1826
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1828
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: SessionAlreadyExistsException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1831
+ end)
1832
+
1833
+ api.add_operation(:stop_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1834
+ o.name = "StopCalculationExecution"
1835
+ o.http_method = "POST"
1836
+ o.http_request_uri = "/"
1837
+ o.input = Shapes::ShapeRef.new(shape: StopCalculationExecutionRequest)
1838
+ o.output = Shapes::ShapeRef.new(shape: StopCalculationExecutionResponse)
1839
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1841
+ end)
1842
+
1176
1843
  api.add_operation(:stop_query_execution, Seahorse::Model::Operation.new.tap do |o|
1177
1844
  o.name = "StopQueryExecution"
1178
1845
  o.http_method = "POST"
@@ -1194,6 +1861,17 @@ module Aws::Athena
1194
1861
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1195
1862
  end)
1196
1863
 
1864
+ api.add_operation(:terminate_session, Seahorse::Model::Operation.new.tap do |o|
1865
+ o.name = "TerminateSession"
1866
+ o.http_method = "POST"
1867
+ o.http_request_uri = "/"
1868
+ o.input = Shapes::ShapeRef.new(shape: TerminateSessionRequest)
1869
+ o.output = Shapes::ShapeRef.new(shape: TerminateSessionResponse)
1870
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1873
+ end)
1874
+
1197
1875
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1198
1876
  o.name = "UntagResource"
1199
1877
  o.http_method = "POST"
@@ -1225,6 +1903,28 @@ module Aws::Athena
1225
1903
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1226
1904
  end)
1227
1905
 
1906
+ api.add_operation(:update_notebook, Seahorse::Model::Operation.new.tap do |o|
1907
+ o.name = "UpdateNotebook"
1908
+ o.http_method = "POST"
1909
+ o.http_request_uri = "/"
1910
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookInput)
1911
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookOutput)
1912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1914
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1915
+ end)
1916
+
1917
+ api.add_operation(:update_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1918
+ o.name = "UpdateNotebookMetadata"
1919
+ o.http_method = "POST"
1920
+ o.http_request_uri = "/"
1921
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataInput)
1922
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataOutput)
1923
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1925
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1926
+ end)
1927
+
1228
1928
  api.add_operation(:update_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
1229
1929
  o.name = "UpdatePreparedStatement"
1230
1930
  o.http_method = "POST"