aws-sdk-athena 1.44.0 → 1.75.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.
@@ -13,29 +13,69 @@ module Aws::Athena
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AclConfiguration = Shapes::StructureShape.new(name: 'AclConfiguration')
17
+ Age = Shapes::IntegerShape.new(name: 'Age')
18
+ AllocatedDpusInteger = Shapes::IntegerShape.new(name: 'AllocatedDpusInteger')
16
19
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
20
+ ApplicationDPUSizes = Shapes::StructureShape.new(name: 'ApplicationDPUSizes')
21
+ ApplicationDPUSizesList = Shapes::ListShape.new(name: 'ApplicationDPUSizesList')
22
+ AthenaError = Shapes::StructureShape.new(name: 'AthenaError')
23
+ AuthToken = Shapes::StringShape.new(name: 'AuthToken')
24
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
17
25
  BatchGetNamedQueryInput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryInput')
18
26
  BatchGetNamedQueryOutput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryOutput')
27
+ BatchGetPreparedStatementInput = Shapes::StructureShape.new(name: 'BatchGetPreparedStatementInput')
28
+ BatchGetPreparedStatementOutput = Shapes::StructureShape.new(name: 'BatchGetPreparedStatementOutput')
19
29
  BatchGetQueryExecutionInput = Shapes::StructureShape.new(name: 'BatchGetQueryExecutionInput')
20
30
  BatchGetQueryExecutionOutput = Shapes::StructureShape.new(name: 'BatchGetQueryExecutionOutput')
21
31
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
32
  BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
23
33
  BytesScannedCutoffValue = Shapes::IntegerShape.new(name: 'BytesScannedCutoffValue')
34
+ CalculationConfiguration = Shapes::StructureShape.new(name: 'CalculationConfiguration')
35
+ CalculationExecutionId = Shapes::StringShape.new(name: 'CalculationExecutionId')
36
+ CalculationExecutionState = Shapes::StringShape.new(name: 'CalculationExecutionState')
37
+ CalculationResult = Shapes::StructureShape.new(name: 'CalculationResult')
38
+ CalculationResultType = Shapes::StringShape.new(name: 'CalculationResultType')
39
+ CalculationStatistics = Shapes::StructureShape.new(name: 'CalculationStatistics')
40
+ CalculationStatus = Shapes::StructureShape.new(name: 'CalculationStatus')
41
+ CalculationSummary = Shapes::StructureShape.new(name: 'CalculationSummary')
42
+ CalculationsList = Shapes::ListShape.new(name: 'CalculationsList')
43
+ CancelCapacityReservationInput = Shapes::StructureShape.new(name: 'CancelCapacityReservationInput')
44
+ CancelCapacityReservationOutput = Shapes::StructureShape.new(name: 'CancelCapacityReservationOutput')
45
+ CapacityAllocation = Shapes::StructureShape.new(name: 'CapacityAllocation')
46
+ CapacityAllocationStatus = Shapes::StringShape.new(name: 'CapacityAllocationStatus')
47
+ CapacityAssignment = Shapes::StructureShape.new(name: 'CapacityAssignment')
48
+ CapacityAssignmentConfiguration = Shapes::StructureShape.new(name: 'CapacityAssignmentConfiguration')
49
+ CapacityAssignmentsList = Shapes::ListShape.new(name: 'CapacityAssignmentsList')
50
+ CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
51
+ CapacityReservationName = Shapes::StringShape.new(name: 'CapacityReservationName')
52
+ CapacityReservationStatus = Shapes::StringShape.new(name: 'CapacityReservationStatus')
53
+ CapacityReservationsList = Shapes::ListShape.new(name: 'CapacityReservationsList')
24
54
  CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
55
+ ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
56
+ CodeBlock = Shapes::StringShape.new(name: 'CodeBlock')
25
57
  Column = Shapes::StructureShape.new(name: 'Column')
26
58
  ColumnInfo = Shapes::StructureShape.new(name: 'ColumnInfo')
27
59
  ColumnInfoList = Shapes::ListShape.new(name: 'ColumnInfoList')
28
60
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
29
61
  ColumnNullable = Shapes::StringShape.new(name: 'ColumnNullable')
30
62
  CommentString = Shapes::StringShape.new(name: 'CommentString')
63
+ CoordinatorDpuSize = Shapes::IntegerShape.new(name: 'CoordinatorDpuSize')
64
+ CreateCapacityReservationInput = Shapes::StructureShape.new(name: 'CreateCapacityReservationInput')
65
+ CreateCapacityReservationOutput = Shapes::StructureShape.new(name: 'CreateCapacityReservationOutput')
31
66
  CreateDataCatalogInput = Shapes::StructureShape.new(name: 'CreateDataCatalogInput')
32
67
  CreateDataCatalogOutput = Shapes::StructureShape.new(name: 'CreateDataCatalogOutput')
33
68
  CreateNamedQueryInput = Shapes::StructureShape.new(name: 'CreateNamedQueryInput')
34
69
  CreateNamedQueryOutput = Shapes::StructureShape.new(name: 'CreateNamedQueryOutput')
70
+ CreateNotebookInput = Shapes::StructureShape.new(name: 'CreateNotebookInput')
71
+ CreateNotebookOutput = Shapes::StructureShape.new(name: 'CreateNotebookOutput')
35
72
  CreatePreparedStatementInput = Shapes::StructureShape.new(name: 'CreatePreparedStatementInput')
36
73
  CreatePreparedStatementOutput = Shapes::StructureShape.new(name: 'CreatePreparedStatementOutput')
74
+ CreatePresignedNotebookUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlRequest')
75
+ CreatePresignedNotebookUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlResponse')
37
76
  CreateWorkGroupInput = Shapes::StructureShape.new(name: 'CreateWorkGroupInput')
38
77
  CreateWorkGroupOutput = Shapes::StructureShape.new(name: 'CreateWorkGroupOutput')
78
+ CustomerContentEncryptionConfiguration = Shapes::StructureShape.new(name: 'CustomerContentEncryptionConfiguration')
39
79
  DataCatalog = Shapes::StructureShape.new(name: 'DataCatalog')
40
80
  DataCatalogSummary = Shapes::StructureShape.new(name: 'DataCatalogSummary')
41
81
  DataCatalogSummaryList = Shapes::ListShape.new(name: 'DataCatalogSummaryList')
@@ -45,10 +85,15 @@ module Aws::Athena
45
85
  DatabaseString = Shapes::StringShape.new(name: 'DatabaseString')
46
86
  Date = Shapes::TimestampShape.new(name: 'Date')
47
87
  Datum = Shapes::StructureShape.new(name: 'Datum')
88
+ DefaultExecutorDpuSize = Shapes::IntegerShape.new(name: 'DefaultExecutorDpuSize')
89
+ DeleteCapacityReservationInput = Shapes::StructureShape.new(name: 'DeleteCapacityReservationInput')
90
+ DeleteCapacityReservationOutput = Shapes::StructureShape.new(name: 'DeleteCapacityReservationOutput')
48
91
  DeleteDataCatalogInput = Shapes::StructureShape.new(name: 'DeleteDataCatalogInput')
49
92
  DeleteDataCatalogOutput = Shapes::StructureShape.new(name: 'DeleteDataCatalogOutput')
50
93
  DeleteNamedQueryInput = Shapes::StructureShape.new(name: 'DeleteNamedQueryInput')
51
94
  DeleteNamedQueryOutput = Shapes::StructureShape.new(name: 'DeleteNamedQueryOutput')
95
+ DeleteNotebookInput = Shapes::StructureShape.new(name: 'DeleteNotebookInput')
96
+ DeleteNotebookOutput = Shapes::StructureShape.new(name: 'DeleteNotebookOutput')
52
97
  DeletePreparedStatementInput = Shapes::StructureShape.new(name: 'DeletePreparedStatementInput')
53
98
  DeletePreparedStatementOutput = Shapes::StructureShape.new(name: 'DeletePreparedStatementOutput')
54
99
  DeleteWorkGroupInput = Shapes::StructureShape.new(name: 'DeleteWorkGroupInput')
@@ -56,44 +101,92 @@ module Aws::Athena
56
101
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
57
102
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
58
103
  EncryptionOption = Shapes::StringShape.new(name: 'EncryptionOption')
104
+ EngineConfiguration = Shapes::StructureShape.new(name: 'EngineConfiguration')
59
105
  EngineVersion = Shapes::StructureShape.new(name: 'EngineVersion')
60
106
  EngineVersionsList = Shapes::ListShape.new(name: 'EngineVersionsList')
107
+ ErrorCategory = Shapes::IntegerShape.new(name: 'ErrorCategory')
61
108
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
62
109
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
110
+ ErrorType = Shapes::IntegerShape.new(name: 'ErrorType')
111
+ ExecutionParameter = Shapes::StringShape.new(name: 'ExecutionParameter')
112
+ ExecutionParameters = Shapes::ListShape.new(name: 'ExecutionParameters')
113
+ ExecutorId = Shapes::StringShape.new(name: 'ExecutorId')
114
+ ExecutorState = Shapes::StringShape.new(name: 'ExecutorState')
115
+ ExecutorType = Shapes::StringShape.new(name: 'ExecutorType')
116
+ ExecutorsSummary = Shapes::StructureShape.new(name: 'ExecutorsSummary')
117
+ ExecutorsSummaryList = Shapes::ListShape.new(name: 'ExecutorsSummaryList')
118
+ ExportNotebookInput = Shapes::StructureShape.new(name: 'ExportNotebookInput')
119
+ ExportNotebookOutput = Shapes::StructureShape.new(name: 'ExportNotebookOutput')
63
120
  ExpressionString = Shapes::StringShape.new(name: 'ExpressionString')
121
+ FilterDefinition = Shapes::StructureShape.new(name: 'FilterDefinition')
122
+ GetCalculationExecutionCodeRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeRequest')
123
+ GetCalculationExecutionCodeResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeResponse')
124
+ GetCalculationExecutionRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionRequest')
125
+ GetCalculationExecutionResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionResponse')
126
+ GetCalculationExecutionStatusRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusRequest')
127
+ GetCalculationExecutionStatusResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusResponse')
128
+ GetCapacityAssignmentConfigurationInput = Shapes::StructureShape.new(name: 'GetCapacityAssignmentConfigurationInput')
129
+ GetCapacityAssignmentConfigurationOutput = Shapes::StructureShape.new(name: 'GetCapacityAssignmentConfigurationOutput')
130
+ GetCapacityReservationInput = Shapes::StructureShape.new(name: 'GetCapacityReservationInput')
131
+ GetCapacityReservationOutput = Shapes::StructureShape.new(name: 'GetCapacityReservationOutput')
64
132
  GetDataCatalogInput = Shapes::StructureShape.new(name: 'GetDataCatalogInput')
65
133
  GetDataCatalogOutput = Shapes::StructureShape.new(name: 'GetDataCatalogOutput')
66
134
  GetDatabaseInput = Shapes::StructureShape.new(name: 'GetDatabaseInput')
67
135
  GetDatabaseOutput = Shapes::StructureShape.new(name: 'GetDatabaseOutput')
68
136
  GetNamedQueryInput = Shapes::StructureShape.new(name: 'GetNamedQueryInput')
69
137
  GetNamedQueryOutput = Shapes::StructureShape.new(name: 'GetNamedQueryOutput')
138
+ GetNotebookMetadataInput = Shapes::StructureShape.new(name: 'GetNotebookMetadataInput')
139
+ GetNotebookMetadataOutput = Shapes::StructureShape.new(name: 'GetNotebookMetadataOutput')
70
140
  GetPreparedStatementInput = Shapes::StructureShape.new(name: 'GetPreparedStatementInput')
71
141
  GetPreparedStatementOutput = Shapes::StructureShape.new(name: 'GetPreparedStatementOutput')
72
142
  GetQueryExecutionInput = Shapes::StructureShape.new(name: 'GetQueryExecutionInput')
73
143
  GetQueryExecutionOutput = Shapes::StructureShape.new(name: 'GetQueryExecutionOutput')
74
144
  GetQueryResultsInput = Shapes::StructureShape.new(name: 'GetQueryResultsInput')
75
145
  GetQueryResultsOutput = Shapes::StructureShape.new(name: 'GetQueryResultsOutput')
146
+ GetQueryRuntimeStatisticsInput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsInput')
147
+ GetQueryRuntimeStatisticsOutput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsOutput')
148
+ GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
149
+ GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
150
+ GetSessionStatusRequest = Shapes::StructureShape.new(name: 'GetSessionStatusRequest')
151
+ GetSessionStatusResponse = Shapes::StructureShape.new(name: 'GetSessionStatusResponse')
76
152
  GetTableMetadataInput = Shapes::StructureShape.new(name: 'GetTableMetadataInput')
77
153
  GetTableMetadataOutput = Shapes::StructureShape.new(name: 'GetTableMetadataOutput')
78
154
  GetWorkGroupInput = Shapes::StructureShape.new(name: 'GetWorkGroupInput')
79
155
  GetWorkGroupOutput = Shapes::StructureShape.new(name: 'GetWorkGroupOutput')
80
156
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
157
+ ImportNotebookInput = Shapes::StructureShape.new(name: 'ImportNotebookInput')
158
+ ImportNotebookOutput = Shapes::StructureShape.new(name: 'ImportNotebookOutput')
81
159
  Integer = Shapes::IntegerShape.new(name: 'Integer')
82
160
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
83
161
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
84
162
  KeyString = Shapes::StringShape.new(name: 'KeyString')
163
+ KmsKey = Shapes::StringShape.new(name: 'KmsKey')
164
+ ListApplicationDPUSizesInput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesInput')
165
+ ListApplicationDPUSizesOutput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesOutput')
166
+ ListCalculationExecutionsRequest = Shapes::StructureShape.new(name: 'ListCalculationExecutionsRequest')
167
+ ListCalculationExecutionsResponse = Shapes::StructureShape.new(name: 'ListCalculationExecutionsResponse')
168
+ ListCapacityReservationsInput = Shapes::StructureShape.new(name: 'ListCapacityReservationsInput')
169
+ ListCapacityReservationsOutput = Shapes::StructureShape.new(name: 'ListCapacityReservationsOutput')
85
170
  ListDataCatalogsInput = Shapes::StructureShape.new(name: 'ListDataCatalogsInput')
86
171
  ListDataCatalogsOutput = Shapes::StructureShape.new(name: 'ListDataCatalogsOutput')
87
172
  ListDatabasesInput = Shapes::StructureShape.new(name: 'ListDatabasesInput')
88
173
  ListDatabasesOutput = Shapes::StructureShape.new(name: 'ListDatabasesOutput')
89
174
  ListEngineVersionsInput = Shapes::StructureShape.new(name: 'ListEngineVersionsInput')
90
175
  ListEngineVersionsOutput = Shapes::StructureShape.new(name: 'ListEngineVersionsOutput')
176
+ ListExecutorsRequest = Shapes::StructureShape.new(name: 'ListExecutorsRequest')
177
+ ListExecutorsResponse = Shapes::StructureShape.new(name: 'ListExecutorsResponse')
91
178
  ListNamedQueriesInput = Shapes::StructureShape.new(name: 'ListNamedQueriesInput')
92
179
  ListNamedQueriesOutput = Shapes::StructureShape.new(name: 'ListNamedQueriesOutput')
180
+ ListNotebookMetadataInput = Shapes::StructureShape.new(name: 'ListNotebookMetadataInput')
181
+ ListNotebookMetadataOutput = Shapes::StructureShape.new(name: 'ListNotebookMetadataOutput')
182
+ ListNotebookSessionsRequest = Shapes::StructureShape.new(name: 'ListNotebookSessionsRequest')
183
+ ListNotebookSessionsResponse = Shapes::StructureShape.new(name: 'ListNotebookSessionsResponse')
93
184
  ListPreparedStatementsInput = Shapes::StructureShape.new(name: 'ListPreparedStatementsInput')
94
185
  ListPreparedStatementsOutput = Shapes::StructureShape.new(name: 'ListPreparedStatementsOutput')
95
186
  ListQueryExecutionsInput = Shapes::StructureShape.new(name: 'ListQueryExecutionsInput')
96
187
  ListQueryExecutionsOutput = Shapes::StructureShape.new(name: 'ListQueryExecutionsOutput')
188
+ ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
189
+ ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
97
190
  ListTableMetadataInput = Shapes::StructureShape.new(name: 'ListTableMetadataInput')
98
191
  ListTableMetadataOutput = Shapes::StructureShape.new(name: 'ListTableMetadataOutput')
99
192
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
@@ -101,27 +194,47 @@ module Aws::Athena
101
194
  ListWorkGroupsInput = Shapes::StructureShape.new(name: 'ListWorkGroupsInput')
102
195
  ListWorkGroupsOutput = Shapes::StructureShape.new(name: 'ListWorkGroupsOutput')
103
196
  Long = Shapes::IntegerShape.new(name: 'Long')
197
+ MaxApplicationDPUSizesCount = Shapes::IntegerShape.new(name: 'MaxApplicationDPUSizesCount')
198
+ MaxCalculationsCount = Shapes::IntegerShape.new(name: 'MaxCalculationsCount')
199
+ MaxCapacityReservationsCount = Shapes::IntegerShape.new(name: 'MaxCapacityReservationsCount')
200
+ MaxConcurrentDpus = Shapes::IntegerShape.new(name: 'MaxConcurrentDpus')
104
201
  MaxDataCatalogsCount = Shapes::IntegerShape.new(name: 'MaxDataCatalogsCount')
105
202
  MaxDatabasesCount = Shapes::IntegerShape.new(name: 'MaxDatabasesCount')
106
203
  MaxEngineVersionsCount = Shapes::IntegerShape.new(name: 'MaxEngineVersionsCount')
204
+ MaxListExecutorsCount = Shapes::IntegerShape.new(name: 'MaxListExecutorsCount')
107
205
  MaxNamedQueriesCount = Shapes::IntegerShape.new(name: 'MaxNamedQueriesCount')
206
+ MaxNotebooksCount = Shapes::IntegerShape.new(name: 'MaxNotebooksCount')
108
207
  MaxPreparedStatementsCount = Shapes::IntegerShape.new(name: 'MaxPreparedStatementsCount')
109
208
  MaxQueryExecutionsCount = Shapes::IntegerShape.new(name: 'MaxQueryExecutionsCount')
110
209
  MaxQueryResults = Shapes::IntegerShape.new(name: 'MaxQueryResults')
210
+ MaxSessionsCount = Shapes::IntegerShape.new(name: 'MaxSessionsCount')
111
211
  MaxTableMetadataCount = Shapes::IntegerShape.new(name: 'MaxTableMetadataCount')
112
212
  MaxTagsCount = Shapes::IntegerShape.new(name: 'MaxTagsCount')
113
213
  MaxWorkGroupsCount = Shapes::IntegerShape.new(name: 'MaxWorkGroupsCount')
114
214
  MetadataException = Shapes::StructureShape.new(name: 'MetadataException')
115
215
  NameString = Shapes::StringShape.new(name: 'NameString')
116
216
  NamedQuery = Shapes::StructureShape.new(name: 'NamedQuery')
217
+ NamedQueryDescriptionString = Shapes::StringShape.new(name: 'NamedQueryDescriptionString')
117
218
  NamedQueryId = Shapes::StringShape.new(name: 'NamedQueryId')
118
219
  NamedQueryIdList = Shapes::ListShape.new(name: 'NamedQueryIdList')
119
220
  NamedQueryList = Shapes::ListShape.new(name: 'NamedQueryList')
221
+ NotebookId = Shapes::StringShape.new(name: 'NotebookId')
222
+ NotebookMetadata = Shapes::StructureShape.new(name: 'NotebookMetadata')
223
+ NotebookMetadataArray = Shapes::ListShape.new(name: 'NotebookMetadataArray')
224
+ NotebookName = Shapes::StringShape.new(name: 'NotebookName')
225
+ NotebookSessionSummary = Shapes::StructureShape.new(name: 'NotebookSessionSummary')
226
+ NotebookSessionsList = Shapes::ListShape.new(name: 'NotebookSessionsList')
227
+ NotebookType = Shapes::StringShape.new(name: 'NotebookType')
120
228
  ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
121
229
  ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
230
+ Payload = Shapes::StringShape.new(name: 'Payload')
122
231
  PreparedStatement = Shapes::StructureShape.new(name: 'PreparedStatement')
232
+ PreparedStatementDetailsList = Shapes::ListShape.new(name: 'PreparedStatementDetailsList')
233
+ PreparedStatementNameList = Shapes::ListShape.new(name: 'PreparedStatementNameList')
123
234
  PreparedStatementSummary = Shapes::StructureShape.new(name: 'PreparedStatementSummary')
124
235
  PreparedStatementsList = Shapes::ListShape.new(name: 'PreparedStatementsList')
236
+ PutCapacityAssignmentConfigurationInput = Shapes::StructureShape.new(name: 'PutCapacityAssignmentConfigurationInput')
237
+ PutCapacityAssignmentConfigurationOutput = Shapes::StructureShape.new(name: 'PutCapacityAssignmentConfigurationOutput')
125
238
  QueryExecution = Shapes::StructureShape.new(name: 'QueryExecution')
126
239
  QueryExecutionContext = Shapes::StructureShape.new(name: 'QueryExecutionContext')
127
240
  QueryExecutionId = Shapes::StringShape.new(name: 'QueryExecutionId')
@@ -130,21 +243,53 @@ module Aws::Athena
130
243
  QueryExecutionState = Shapes::StringShape.new(name: 'QueryExecutionState')
131
244
  QueryExecutionStatistics = Shapes::StructureShape.new(name: 'QueryExecutionStatistics')
132
245
  QueryExecutionStatus = Shapes::StructureShape.new(name: 'QueryExecutionStatus')
246
+ QueryRuntimeStatistics = Shapes::StructureShape.new(name: 'QueryRuntimeStatistics')
247
+ QueryRuntimeStatisticsRows = Shapes::StructureShape.new(name: 'QueryRuntimeStatisticsRows')
248
+ QueryRuntimeStatisticsTimeline = Shapes::StructureShape.new(name: 'QueryRuntimeStatisticsTimeline')
249
+ QueryStage = Shapes::StructureShape.new(name: 'QueryStage')
250
+ QueryStagePlanNode = Shapes::StructureShape.new(name: 'QueryStagePlanNode')
251
+ QueryStagePlanNodes = Shapes::ListShape.new(name: 'QueryStagePlanNodes')
252
+ QueryStages = Shapes::ListShape.new(name: 'QueryStages')
133
253
  QueryString = Shapes::StringShape.new(name: 'QueryString')
134
254
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
135
255
  ResultConfiguration = Shapes::StructureShape.new(name: 'ResultConfiguration')
136
256
  ResultConfigurationUpdates = Shapes::StructureShape.new(name: 'ResultConfigurationUpdates')
257
+ ResultOutputLocation = Shapes::StringShape.new(name: 'ResultOutputLocation')
258
+ ResultReuseByAgeConfiguration = Shapes::StructureShape.new(name: 'ResultReuseByAgeConfiguration')
259
+ ResultReuseConfiguration = Shapes::StructureShape.new(name: 'ResultReuseConfiguration')
260
+ ResultReuseInformation = Shapes::StructureShape.new(name: 'ResultReuseInformation')
137
261
  ResultSet = Shapes::StructureShape.new(name: 'ResultSet')
138
262
  ResultSetMetadata = Shapes::StructureShape.new(name: 'ResultSetMetadata')
263
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
139
264
  Row = Shapes::StructureShape.new(name: 'Row')
140
265
  RowList = Shapes::ListShape.new(name: 'RowList')
266
+ S3AclOption = Shapes::StringShape.new(name: 'S3AclOption')
267
+ S3Uri = Shapes::StringShape.new(name: 'S3Uri')
268
+ SessionAlreadyExistsException = Shapes::StructureShape.new(name: 'SessionAlreadyExistsException')
269
+ SessionConfiguration = Shapes::StructureShape.new(name: 'SessionConfiguration')
270
+ SessionId = Shapes::StringShape.new(name: 'SessionId')
271
+ SessionIdleTimeoutInMinutes = Shapes::IntegerShape.new(name: 'SessionIdleTimeoutInMinutes')
272
+ SessionManagerToken = Shapes::StringShape.new(name: 'SessionManagerToken')
273
+ SessionState = Shapes::StringShape.new(name: 'SessionState')
274
+ SessionStatistics = Shapes::StructureShape.new(name: 'SessionStatistics')
275
+ SessionStatus = Shapes::StructureShape.new(name: 'SessionStatus')
276
+ SessionSummary = Shapes::StructureShape.new(name: 'SessionSummary')
277
+ SessionsList = Shapes::ListShape.new(name: 'SessionsList')
278
+ StartCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StartCalculationExecutionRequest')
279
+ StartCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StartCalculationExecutionResponse')
141
280
  StartQueryExecutionInput = Shapes::StructureShape.new(name: 'StartQueryExecutionInput')
142
281
  StartQueryExecutionOutput = Shapes::StructureShape.new(name: 'StartQueryExecutionOutput')
282
+ StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
283
+ StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
143
284
  StatementName = Shapes::StringShape.new(name: 'StatementName')
144
285
  StatementType = Shapes::StringShape.new(name: 'StatementType')
286
+ StopCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StopCalculationExecutionRequest')
287
+ StopCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StopCalculationExecutionResponse')
145
288
  StopQueryExecutionInput = Shapes::StructureShape.new(name: 'StopQueryExecutionInput')
146
289
  StopQueryExecutionOutput = Shapes::StructureShape.new(name: 'StopQueryExecutionOutput')
147
290
  String = Shapes::StringShape.new(name: 'String')
291
+ StringList = Shapes::ListShape.new(name: 'StringList')
292
+ SupportedDPUSizeList = Shapes::ListShape.new(name: 'SupportedDPUSizeList')
148
293
  TableMetadata = Shapes::StructureShape.new(name: 'TableMetadata')
149
294
  TableMetadataList = Shapes::ListShape.new(name: 'TableMetadataList')
150
295
  TableTypeString = Shapes::StringShape.new(name: 'TableTypeString')
@@ -155,6 +300,9 @@ module Aws::Athena
155
300
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
156
301
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
157
302
  TagValue = Shapes::StringShape.new(name: 'TagValue')
303
+ TargetDpusInteger = Shapes::IntegerShape.new(name: 'TargetDpusInteger')
304
+ TerminateSessionRequest = Shapes::StructureShape.new(name: 'TerminateSessionRequest')
305
+ TerminateSessionResponse = Shapes::StructureShape.new(name: 'TerminateSessionResponse')
158
306
  ThrottleReason = Shapes::StringShape.new(name: 'ThrottleReason')
159
307
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
160
308
  Token = Shapes::StringShape.new(name: 'Token')
@@ -162,12 +310,22 @@ module Aws::Athena
162
310
  TypeString = Shapes::StringShape.new(name: 'TypeString')
163
311
  UnprocessedNamedQueryId = Shapes::StructureShape.new(name: 'UnprocessedNamedQueryId')
164
312
  UnprocessedNamedQueryIdList = Shapes::ListShape.new(name: 'UnprocessedNamedQueryIdList')
313
+ UnprocessedPreparedStatementName = Shapes::StructureShape.new(name: 'UnprocessedPreparedStatementName')
314
+ UnprocessedPreparedStatementNameList = Shapes::ListShape.new(name: 'UnprocessedPreparedStatementNameList')
165
315
  UnprocessedQueryExecutionId = Shapes::StructureShape.new(name: 'UnprocessedQueryExecutionId')
166
316
  UnprocessedQueryExecutionIdList = Shapes::ListShape.new(name: 'UnprocessedQueryExecutionIdList')
167
317
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
168
318
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
319
+ UpdateCapacityReservationInput = Shapes::StructureShape.new(name: 'UpdateCapacityReservationInput')
320
+ UpdateCapacityReservationOutput = Shapes::StructureShape.new(name: 'UpdateCapacityReservationOutput')
169
321
  UpdateDataCatalogInput = Shapes::StructureShape.new(name: 'UpdateDataCatalogInput')
170
322
  UpdateDataCatalogOutput = Shapes::StructureShape.new(name: 'UpdateDataCatalogOutput')
323
+ UpdateNamedQueryInput = Shapes::StructureShape.new(name: 'UpdateNamedQueryInput')
324
+ UpdateNamedQueryOutput = Shapes::StructureShape.new(name: 'UpdateNamedQueryOutput')
325
+ UpdateNotebookInput = Shapes::StructureShape.new(name: 'UpdateNotebookInput')
326
+ UpdateNotebookMetadataInput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataInput')
327
+ UpdateNotebookMetadataOutput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataOutput')
328
+ UpdateNotebookOutput = Shapes::StructureShape.new(name: 'UpdateNotebookOutput')
171
329
  UpdatePreparedStatementInput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementInput')
172
330
  UpdatePreparedStatementOutput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementOutput')
173
331
  UpdateWorkGroupInput = Shapes::StructureShape.new(name: 'UpdateWorkGroupInput')
@@ -177,12 +335,28 @@ module Aws::Athena
177
335
  WorkGroupConfigurationUpdates = Shapes::StructureShape.new(name: 'WorkGroupConfigurationUpdates')
178
336
  WorkGroupDescriptionString = Shapes::StringShape.new(name: 'WorkGroupDescriptionString')
179
337
  WorkGroupName = Shapes::StringShape.new(name: 'WorkGroupName')
338
+ WorkGroupNamesList = Shapes::ListShape.new(name: 'WorkGroupNamesList')
180
339
  WorkGroupState = Shapes::StringShape.new(name: 'WorkGroupState')
181
340
  WorkGroupSummary = Shapes::StructureShape.new(name: 'WorkGroupSummary')
182
341
  WorkGroupsList = Shapes::ListShape.new(name: 'WorkGroupsList')
183
342
  datumList = Shapes::ListShape.new(name: 'datumList')
184
343
  datumString = Shapes::StringShape.new(name: 'datumString')
185
344
 
345
+ AclConfiguration.add_member(:s3_acl_option, Shapes::ShapeRef.new(shape: S3AclOption, required: true, location_name: "S3AclOption"))
346
+ AclConfiguration.struct_class = Types::AclConfiguration
347
+
348
+ ApplicationDPUSizes.add_member(:application_runtime_id, Shapes::ShapeRef.new(shape: NameString, location_name: "ApplicationRuntimeId"))
349
+ ApplicationDPUSizes.add_member(:supported_dpu_sizes, Shapes::ShapeRef.new(shape: SupportedDPUSizeList, location_name: "SupportedDPUSizes"))
350
+ ApplicationDPUSizes.struct_class = Types::ApplicationDPUSizes
351
+
352
+ ApplicationDPUSizesList.member = Shapes::ShapeRef.new(shape: ApplicationDPUSizes)
353
+
354
+ AthenaError.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "ErrorCategory"))
355
+ AthenaError.add_member(:error_type, Shapes::ShapeRef.new(shape: ErrorType, location_name: "ErrorType"))
356
+ AthenaError.add_member(:retryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Retryable"))
357
+ AthenaError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
358
+ AthenaError.struct_class = Types::AthenaError
359
+
186
360
  BatchGetNamedQueryInput.add_member(:named_query_ids, Shapes::ShapeRef.new(shape: NamedQueryIdList, required: true, location_name: "NamedQueryIds"))
187
361
  BatchGetNamedQueryInput.struct_class = Types::BatchGetNamedQueryInput
188
362
 
@@ -190,6 +364,14 @@ module Aws::Athena
190
364
  BatchGetNamedQueryOutput.add_member(:unprocessed_named_query_ids, Shapes::ShapeRef.new(shape: UnprocessedNamedQueryIdList, location_name: "UnprocessedNamedQueryIds"))
191
365
  BatchGetNamedQueryOutput.struct_class = Types::BatchGetNamedQueryOutput
192
366
 
367
+ BatchGetPreparedStatementInput.add_member(:prepared_statement_names, Shapes::ShapeRef.new(shape: PreparedStatementNameList, required: true, location_name: "PreparedStatementNames"))
368
+ BatchGetPreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
369
+ BatchGetPreparedStatementInput.struct_class = Types::BatchGetPreparedStatementInput
370
+
371
+ BatchGetPreparedStatementOutput.add_member(:prepared_statements, Shapes::ShapeRef.new(shape: PreparedStatementDetailsList, location_name: "PreparedStatements"))
372
+ BatchGetPreparedStatementOutput.add_member(:unprocessed_prepared_statement_names, Shapes::ShapeRef.new(shape: UnprocessedPreparedStatementNameList, location_name: "UnprocessedPreparedStatementNames"))
373
+ BatchGetPreparedStatementOutput.struct_class = Types::BatchGetPreparedStatementOutput
374
+
193
375
  BatchGetQueryExecutionInput.add_member(:query_execution_ids, Shapes::ShapeRef.new(shape: QueryExecutionIdList, required: true, location_name: "QueryExecutionIds"))
194
376
  BatchGetQueryExecutionInput.struct_class = Types::BatchGetQueryExecutionInput
195
377
 
@@ -197,6 +379,63 @@ module Aws::Athena
197
379
  BatchGetQueryExecutionOutput.add_member(:unprocessed_query_execution_ids, Shapes::ShapeRef.new(shape: UnprocessedQueryExecutionIdList, location_name: "UnprocessedQueryExecutionIds"))
198
380
  BatchGetQueryExecutionOutput.struct_class = Types::BatchGetQueryExecutionOutput
199
381
 
382
+ CalculationConfiguration.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
383
+ CalculationConfiguration.struct_class = Types::CalculationConfiguration
384
+
385
+ CalculationResult.add_member(:std_out_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdOutS3Uri"))
386
+ CalculationResult.add_member(:std_error_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdErrorS3Uri"))
387
+ CalculationResult.add_member(:result_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ResultS3Uri"))
388
+ CalculationResult.add_member(:result_type, Shapes::ShapeRef.new(shape: CalculationResultType, location_name: "ResultType"))
389
+ CalculationResult.struct_class = Types::CalculationResult
390
+
391
+ CalculationStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
392
+ CalculationStatistics.add_member(:progress, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Progress"))
393
+ CalculationStatistics.struct_class = Types::CalculationStatistics
394
+
395
+ CalculationStatus.add_member(:submission_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "SubmissionDateTime"))
396
+ CalculationStatus.add_member(:completion_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CompletionDateTime"))
397
+ CalculationStatus.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
398
+ CalculationStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
399
+ CalculationStatus.struct_class = Types::CalculationStatus
400
+
401
+ CalculationSummary.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
402
+ CalculationSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
403
+ CalculationSummary.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
404
+ CalculationSummary.struct_class = Types::CalculationSummary
405
+
406
+ CalculationsList.member = Shapes::ShapeRef.new(shape: CalculationSummary)
407
+
408
+ CancelCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
409
+ CancelCapacityReservationInput.struct_class = Types::CancelCapacityReservationInput
410
+
411
+ CancelCapacityReservationOutput.struct_class = Types::CancelCapacityReservationOutput
412
+
413
+ CapacityAllocation.add_member(:status, Shapes::ShapeRef.new(shape: CapacityAllocationStatus, required: true, location_name: "Status"))
414
+ CapacityAllocation.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
415
+ CapacityAllocation.add_member(:request_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RequestTime"))
416
+ CapacityAllocation.add_member(:request_completion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequestCompletionTime"))
417
+ CapacityAllocation.struct_class = Types::CapacityAllocation
418
+
419
+ CapacityAssignment.add_member(:work_group_names, Shapes::ShapeRef.new(shape: WorkGroupNamesList, location_name: "WorkGroupNames"))
420
+ CapacityAssignment.struct_class = Types::CapacityAssignment
421
+
422
+ CapacityAssignmentConfiguration.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, location_name: "CapacityReservationName"))
423
+ CapacityAssignmentConfiguration.add_member(:capacity_assignments, Shapes::ShapeRef.new(shape: CapacityAssignmentsList, location_name: "CapacityAssignments"))
424
+ CapacityAssignmentConfiguration.struct_class = Types::CapacityAssignmentConfiguration
425
+
426
+ CapacityAssignmentsList.member = Shapes::ShapeRef.new(shape: CapacityAssignment)
427
+
428
+ CapacityReservation.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
429
+ CapacityReservation.add_member(:status, Shapes::ShapeRef.new(shape: CapacityReservationStatus, required: true, location_name: "Status"))
430
+ CapacityReservation.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
431
+ CapacityReservation.add_member(:allocated_dpus, Shapes::ShapeRef.new(shape: AllocatedDpusInteger, required: true, location_name: "AllocatedDpus"))
432
+ CapacityReservation.add_member(:last_allocation, Shapes::ShapeRef.new(shape: CapacityAllocation, location_name: "LastAllocation"))
433
+ CapacityReservation.add_member(:last_successful_allocation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSuccessfulAllocationTime"))
434
+ CapacityReservation.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
435
+ CapacityReservation.struct_class = Types::CapacityReservation
436
+
437
+ CapacityReservationsList.member = Shapes::ShapeRef.new(shape: CapacityReservation)
438
+
200
439
  Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
201
440
  Column.add_member(:type, Shapes::ShapeRef.new(shape: TypeString, location_name: "Type"))
202
441
  Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
@@ -218,6 +457,13 @@ module Aws::Athena
218
457
 
219
458
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
220
459
 
460
+ CreateCapacityReservationInput.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
461
+ CreateCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
462
+ CreateCapacityReservationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
463
+ CreateCapacityReservationInput.struct_class = Types::CreateCapacityReservationInput
464
+
465
+ CreateCapacityReservationOutput.struct_class = Types::CreateCapacityReservationOutput
466
+
221
467
  CreateDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
222
468
  CreateDataCatalogInput.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
223
469
  CreateDataCatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -238,6 +484,14 @@ module Aws::Athena
238
484
  CreateNamedQueryOutput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, location_name: "NamedQueryId"))
239
485
  CreateNamedQueryOutput.struct_class = Types::CreateNamedQueryOutput
240
486
 
487
+ CreateNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
488
+ CreateNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
489
+ CreateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
490
+ CreateNotebookInput.struct_class = Types::CreateNotebookInput
491
+
492
+ CreateNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
493
+ CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
494
+
241
495
  CreatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
242
496
  CreatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
243
497
  CreatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -246,6 +500,14 @@ module Aws::Athena
246
500
 
247
501
  CreatePreparedStatementOutput.struct_class = Types::CreatePreparedStatementOutput
248
502
 
503
+ CreatePresignedNotebookUrlRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
504
+ CreatePresignedNotebookUrlRequest.struct_class = Types::CreatePresignedNotebookUrlRequest
505
+
506
+ CreatePresignedNotebookUrlResponse.add_member(:notebook_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NotebookUrl"))
507
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: AuthToken, required: true, location_name: "AuthToken"))
508
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token_expiration_time, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AuthTokenExpirationTime"))
509
+ CreatePresignedNotebookUrlResponse.struct_class = Types::CreatePresignedNotebookUrlResponse
510
+
249
511
  CreateWorkGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "Name"))
250
512
  CreateWorkGroupInput.add_member(:configuration, Shapes::ShapeRef.new(shape: WorkGroupConfiguration, location_name: "Configuration"))
251
513
  CreateWorkGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
@@ -254,6 +516,9 @@ module Aws::Athena
254
516
 
255
517
  CreateWorkGroupOutput.struct_class = Types::CreateWorkGroupOutput
256
518
 
519
+ CustomerContentEncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKey, required: true, location_name: "KmsKey"))
520
+ CustomerContentEncryptionConfiguration.struct_class = Types::CustomerContentEncryptionConfiguration
521
+
257
522
  DataCatalog.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
258
523
  DataCatalog.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
259
524
  DataCatalog.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
@@ -276,6 +541,11 @@ module Aws::Athena
276
541
  Datum.add_member(:var_char_value, Shapes::ShapeRef.new(shape: datumString, location_name: "VarCharValue"))
277
542
  Datum.struct_class = Types::Datum
278
543
 
544
+ DeleteCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
545
+ DeleteCapacityReservationInput.struct_class = Types::DeleteCapacityReservationInput
546
+
547
+ DeleteCapacityReservationOutput.struct_class = Types::DeleteCapacityReservationOutput
548
+
279
549
  DeleteDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
280
550
  DeleteDataCatalogInput.struct_class = Types::DeleteDataCatalogInput
281
551
 
@@ -286,6 +556,11 @@ module Aws::Athena
286
556
 
287
557
  DeleteNamedQueryOutput.struct_class = Types::DeleteNamedQueryOutput
288
558
 
559
+ DeleteNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
560
+ DeleteNotebookInput.struct_class = Types::DeleteNotebookInput
561
+
562
+ DeleteNotebookOutput.struct_class = Types::DeleteNotebookOutput
563
+
289
564
  DeletePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
290
565
  DeletePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
291
566
  DeletePreparedStatementInput.struct_class = Types::DeletePreparedStatementInput
@@ -302,12 +577,78 @@ module Aws::Athena
302
577
  EncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: String, location_name: "KmsKey"))
303
578
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
304
579
 
580
+ EngineConfiguration.add_member(:coordinator_dpu_size, Shapes::ShapeRef.new(shape: CoordinatorDpuSize, location_name: "CoordinatorDpuSize"))
581
+ EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus, required: true, location_name: "MaxConcurrentDpus"))
582
+ EngineConfiguration.add_member(:default_executor_dpu_size, Shapes::ShapeRef.new(shape: DefaultExecutorDpuSize, location_name: "DefaultExecutorDpuSize"))
583
+ EngineConfiguration.add_member(:additional_configs, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "AdditionalConfigs"))
584
+ EngineConfiguration.add_member(:spark_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "SparkProperties"))
585
+ EngineConfiguration.struct_class = Types::EngineConfiguration
586
+
305
587
  EngineVersion.add_member(:selected_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "SelectedEngineVersion"))
306
588
  EngineVersion.add_member(:effective_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EffectiveEngineVersion"))
307
589
  EngineVersion.struct_class = Types::EngineVersion
308
590
 
309
591
  EngineVersionsList.member = Shapes::ShapeRef.new(shape: EngineVersion)
310
592
 
593
+ ExecutionParameters.member = Shapes::ShapeRef.new(shape: ExecutionParameter)
594
+
595
+ ExecutorsSummary.add_member(:executor_id, Shapes::ShapeRef.new(shape: ExecutorId, required: true, location_name: "ExecutorId"))
596
+ ExecutorsSummary.add_member(:executor_type, Shapes::ShapeRef.new(shape: ExecutorType, location_name: "ExecutorType"))
597
+ ExecutorsSummary.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "StartDateTime"))
598
+ ExecutorsSummary.add_member(:termination_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "TerminationDateTime"))
599
+ ExecutorsSummary.add_member(:executor_state, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorState"))
600
+ ExecutorsSummary.add_member(:executor_size, Shapes::ShapeRef.new(shape: Long, location_name: "ExecutorSize"))
601
+ ExecutorsSummary.struct_class = Types::ExecutorsSummary
602
+
603
+ ExecutorsSummaryList.member = Shapes::ShapeRef.new(shape: ExecutorsSummary)
604
+
605
+ ExportNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
606
+ ExportNotebookInput.struct_class = Types::ExportNotebookInput
607
+
608
+ ExportNotebookOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
609
+ ExportNotebookOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
610
+ ExportNotebookOutput.struct_class = Types::ExportNotebookOutput
611
+
612
+ FilterDefinition.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
613
+ FilterDefinition.struct_class = Types::FilterDefinition
614
+
615
+ GetCalculationExecutionCodeRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
616
+ GetCalculationExecutionCodeRequest.struct_class = Types::GetCalculationExecutionCodeRequest
617
+
618
+ GetCalculationExecutionCodeResponse.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
619
+ GetCalculationExecutionCodeResponse.struct_class = Types::GetCalculationExecutionCodeResponse
620
+
621
+ GetCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
622
+ GetCalculationExecutionRequest.struct_class = Types::GetCalculationExecutionRequest
623
+
624
+ GetCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
625
+ GetCalculationExecutionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
626
+ GetCalculationExecutionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
627
+ GetCalculationExecutionResponse.add_member(:working_directory, Shapes::ShapeRef.new(shape: S3Uri, location_name: "WorkingDirectory"))
628
+ GetCalculationExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
629
+ GetCalculationExecutionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
630
+ GetCalculationExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: CalculationResult, location_name: "Result"))
631
+ GetCalculationExecutionResponse.struct_class = Types::GetCalculationExecutionResponse
632
+
633
+ GetCalculationExecutionStatusRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
634
+ GetCalculationExecutionStatusRequest.struct_class = Types::GetCalculationExecutionStatusRequest
635
+
636
+ GetCalculationExecutionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
637
+ GetCalculationExecutionStatusResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
638
+ GetCalculationExecutionStatusResponse.struct_class = Types::GetCalculationExecutionStatusResponse
639
+
640
+ GetCapacityAssignmentConfigurationInput.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "CapacityReservationName"))
641
+ GetCapacityAssignmentConfigurationInput.struct_class = Types::GetCapacityAssignmentConfigurationInput
642
+
643
+ GetCapacityAssignmentConfigurationOutput.add_member(:capacity_assignment_configuration, Shapes::ShapeRef.new(shape: CapacityAssignmentConfiguration, required: true, location_name: "CapacityAssignmentConfiguration"))
644
+ GetCapacityAssignmentConfigurationOutput.struct_class = Types::GetCapacityAssignmentConfigurationOutput
645
+
646
+ GetCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
647
+ GetCapacityReservationInput.struct_class = Types::GetCapacityReservationInput
648
+
649
+ GetCapacityReservationOutput.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, required: true, location_name: "CapacityReservation"))
650
+ GetCapacityReservationOutput.struct_class = Types::GetCapacityReservationOutput
651
+
311
652
  GetDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
312
653
  GetDataCatalogInput.struct_class = Types::GetDataCatalogInput
313
654
 
@@ -327,6 +668,12 @@ module Aws::Athena
327
668
  GetNamedQueryOutput.add_member(:named_query, Shapes::ShapeRef.new(shape: NamedQuery, location_name: "NamedQuery"))
328
669
  GetNamedQueryOutput.struct_class = Types::GetNamedQueryOutput
329
670
 
671
+ GetNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
672
+ GetNotebookMetadataInput.struct_class = Types::GetNotebookMetadataInput
673
+
674
+ GetNotebookMetadataOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
675
+ GetNotebookMetadataOutput.struct_class = Types::GetNotebookMetadataOutput
676
+
330
677
  GetPreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
331
678
  GetPreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
332
679
  GetPreparedStatementInput.struct_class = Types::GetPreparedStatementInput
@@ -350,6 +697,33 @@ module Aws::Athena
350
697
  GetQueryResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
351
698
  GetQueryResultsOutput.struct_class = Types::GetQueryResultsOutput
352
699
 
700
+ GetQueryRuntimeStatisticsInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId"))
701
+ GetQueryRuntimeStatisticsInput.struct_class = Types::GetQueryRuntimeStatisticsInput
702
+
703
+ GetQueryRuntimeStatisticsOutput.add_member(:query_runtime_statistics, Shapes::ShapeRef.new(shape: QueryRuntimeStatistics, location_name: "QueryRuntimeStatistics"))
704
+ GetQueryRuntimeStatisticsOutput.struct_class = Types::GetQueryRuntimeStatisticsOutput
705
+
706
+ GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
707
+ GetSessionRequest.struct_class = Types::GetSessionRequest
708
+
709
+ GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
710
+ GetSessionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
711
+ GetSessionResponse.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
712
+ GetSessionResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EngineVersion"))
713
+ GetSessionResponse.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
714
+ GetSessionResponse.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
715
+ GetSessionResponse.add_member(:session_configuration, Shapes::ShapeRef.new(shape: SessionConfiguration, location_name: "SessionConfiguration"))
716
+ GetSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
717
+ GetSessionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: SessionStatistics, location_name: "Statistics"))
718
+ GetSessionResponse.struct_class = Types::GetSessionResponse
719
+
720
+ GetSessionStatusRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
721
+ GetSessionStatusRequest.struct_class = Types::GetSessionStatusRequest
722
+
723
+ GetSessionStatusResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
724
+ GetSessionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
725
+ GetSessionStatusResponse.struct_class = Types::GetSessionStatusResponse
726
+
353
727
  GetTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
354
728
  GetTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
355
729
  GetTableMetadataInput.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -364,6 +738,16 @@ module Aws::Athena
364
738
  GetWorkGroupOutput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
365
739
  GetWorkGroupOutput.struct_class = Types::GetWorkGroupOutput
366
740
 
741
+ ImportNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
742
+ ImportNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
743
+ ImportNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
744
+ ImportNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, required: true, location_name: "Type"))
745
+ ImportNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
746
+ ImportNotebookInput.struct_class = Types::ImportNotebookInput
747
+
748
+ ImportNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
749
+ ImportNotebookOutput.struct_class = Types::ImportNotebookOutput
750
+
367
751
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
368
752
  InternalServerException.struct_class = Types::InternalServerException
369
753
 
@@ -371,6 +755,32 @@ module Aws::Athena
371
755
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
372
756
  InvalidRequestException.struct_class = Types::InvalidRequestException
373
757
 
758
+ ListApplicationDPUSizesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxApplicationDPUSizesCount, location_name: "MaxResults"))
759
+ ListApplicationDPUSizesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
760
+ ListApplicationDPUSizesInput.struct_class = Types::ListApplicationDPUSizesInput
761
+
762
+ ListApplicationDPUSizesOutput.add_member(:application_dpu_sizes, Shapes::ShapeRef.new(shape: ApplicationDPUSizesList, location_name: "ApplicationDPUSizes"))
763
+ ListApplicationDPUSizesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
764
+ ListApplicationDPUSizesOutput.struct_class = Types::ListApplicationDPUSizesOutput
765
+
766
+ ListCalculationExecutionsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
767
+ ListCalculationExecutionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "StateFilter"))
768
+ ListCalculationExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCalculationsCount, location_name: "MaxResults"))
769
+ ListCalculationExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
770
+ ListCalculationExecutionsRequest.struct_class = Types::ListCalculationExecutionsRequest
771
+
772
+ ListCalculationExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
773
+ ListCalculationExecutionsResponse.add_member(:calculations, Shapes::ShapeRef.new(shape: CalculationsList, location_name: "Calculations"))
774
+ ListCalculationExecutionsResponse.struct_class = Types::ListCalculationExecutionsResponse
775
+
776
+ ListCapacityReservationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
777
+ ListCapacityReservationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCapacityReservationsCount, location_name: "MaxResults"))
778
+ ListCapacityReservationsInput.struct_class = Types::ListCapacityReservationsInput
779
+
780
+ ListCapacityReservationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
781
+ ListCapacityReservationsOutput.add_member(:capacity_reservations, Shapes::ShapeRef.new(shape: CapacityReservationsList, required: true, location_name: "CapacityReservations"))
782
+ ListCapacityReservationsOutput.struct_class = Types::ListCapacityReservationsOutput
783
+
374
784
  ListDataCatalogsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
375
785
  ListDataCatalogsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxDataCatalogsCount, location_name: "MaxResults"))
376
786
  ListDataCatalogsInput.struct_class = Types::ListDataCatalogsInput
@@ -396,6 +806,17 @@ module Aws::Athena
396
806
  ListEngineVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
397
807
  ListEngineVersionsOutput.struct_class = Types::ListEngineVersionsOutput
398
808
 
809
+ ListExecutorsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
810
+ ListExecutorsRequest.add_member(:executor_state_filter, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorStateFilter"))
811
+ ListExecutorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxListExecutorsCount, location_name: "MaxResults"))
812
+ ListExecutorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
813
+ ListExecutorsRequest.struct_class = Types::ListExecutorsRequest
814
+
815
+ ListExecutorsResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
816
+ ListExecutorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
817
+ ListExecutorsResponse.add_member(:executors_summary, Shapes::ShapeRef.new(shape: ExecutorsSummaryList, location_name: "ExecutorsSummary"))
818
+ ListExecutorsResponse.struct_class = Types::ListExecutorsResponse
819
+
399
820
  ListNamedQueriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
400
821
  ListNamedQueriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNamedQueriesCount, location_name: "MaxResults"))
401
822
  ListNamedQueriesInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
@@ -405,6 +826,25 @@ module Aws::Athena
405
826
  ListNamedQueriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
406
827
  ListNamedQueriesOutput.struct_class = Types::ListNamedQueriesOutput
407
828
 
829
+ ListNotebookMetadataInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterDefinition, location_name: "Filters"))
830
+ ListNotebookMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
831
+ ListNotebookMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNotebooksCount, location_name: "MaxResults"))
832
+ ListNotebookMetadataInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
833
+ ListNotebookMetadataInput.struct_class = Types::ListNotebookMetadataInput
834
+
835
+ ListNotebookMetadataOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
836
+ ListNotebookMetadataOutput.add_member(:notebook_metadata_list, Shapes::ShapeRef.new(shape: NotebookMetadataArray, location_name: "NotebookMetadataList"))
837
+ ListNotebookMetadataOutput.struct_class = Types::ListNotebookMetadataOutput
838
+
839
+ ListNotebookSessionsRequest.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
840
+ ListNotebookSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
841
+ ListNotebookSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
842
+ ListNotebookSessionsRequest.struct_class = Types::ListNotebookSessionsRequest
843
+
844
+ ListNotebookSessionsResponse.add_member(:notebook_sessions_list, Shapes::ShapeRef.new(shape: NotebookSessionsList, required: true, location_name: "NotebookSessionsList"))
845
+ ListNotebookSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
846
+ ListNotebookSessionsResponse.struct_class = Types::ListNotebookSessionsResponse
847
+
408
848
  ListPreparedStatementsInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
409
849
  ListPreparedStatementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
410
850
  ListPreparedStatementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPreparedStatementsCount, location_name: "MaxResults"))
@@ -423,6 +863,16 @@ module Aws::Athena
423
863
  ListQueryExecutionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
424
864
  ListQueryExecutionsOutput.struct_class = Types::ListQueryExecutionsOutput
425
865
 
866
+ ListSessionsRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
867
+ ListSessionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: SessionState, location_name: "StateFilter"))
868
+ ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
869
+ ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
870
+ ListSessionsRequest.struct_class = Types::ListSessionsRequest
871
+
872
+ ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
873
+ ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionsList, location_name: "Sessions"))
874
+ ListSessionsResponse.struct_class = Types::ListSessionsResponse
875
+
426
876
  ListTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
427
877
  ListTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
428
878
  ListTableMetadataInput.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionString, location_name: "Expression"))
@@ -466,6 +916,22 @@ module Aws::Athena
466
916
 
467
917
  NamedQueryList.member = Shapes::ShapeRef.new(shape: NamedQuery)
468
918
 
919
+ NotebookMetadata.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
920
+ NotebookMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
921
+ NotebookMetadata.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
922
+ NotebookMetadata.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
923
+ NotebookMetadata.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, location_name: "Type"))
924
+ NotebookMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
925
+ NotebookMetadata.struct_class = Types::NotebookMetadata
926
+
927
+ NotebookMetadataArray.member = Shapes::ShapeRef.new(shape: NotebookMetadata)
928
+
929
+ NotebookSessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
930
+ NotebookSessionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
931
+ NotebookSessionSummary.struct_class = Types::NotebookSessionSummary
932
+
933
+ NotebookSessionsList.member = Shapes::ShapeRef.new(shape: NotebookSessionSummary)
934
+
469
935
  ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
470
936
  ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
471
937
 
@@ -476,21 +942,34 @@ module Aws::Athena
476
942
  PreparedStatement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
477
943
  PreparedStatement.struct_class = Types::PreparedStatement
478
944
 
945
+ PreparedStatementDetailsList.member = Shapes::ShapeRef.new(shape: PreparedStatement)
946
+
947
+ PreparedStatementNameList.member = Shapes::ShapeRef.new(shape: StatementName)
948
+
479
949
  PreparedStatementSummary.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
480
950
  PreparedStatementSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
481
951
  PreparedStatementSummary.struct_class = Types::PreparedStatementSummary
482
952
 
483
953
  PreparedStatementsList.member = Shapes::ShapeRef.new(shape: PreparedStatementSummary)
484
954
 
955
+ PutCapacityAssignmentConfigurationInput.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "CapacityReservationName"))
956
+ PutCapacityAssignmentConfigurationInput.add_member(:capacity_assignments, Shapes::ShapeRef.new(shape: CapacityAssignmentsList, required: true, location_name: "CapacityAssignments"))
957
+ PutCapacityAssignmentConfigurationInput.struct_class = Types::PutCapacityAssignmentConfigurationInput
958
+
959
+ PutCapacityAssignmentConfigurationOutput.struct_class = Types::PutCapacityAssignmentConfigurationOutput
960
+
485
961
  QueryExecution.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
486
962
  QueryExecution.add_member(:query, Shapes::ShapeRef.new(shape: QueryString, location_name: "Query"))
487
963
  QueryExecution.add_member(:statement_type, Shapes::ShapeRef.new(shape: StatementType, location_name: "StatementType"))
488
964
  QueryExecution.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
965
+ QueryExecution.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
489
966
  QueryExecution.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
490
967
  QueryExecution.add_member(:status, Shapes::ShapeRef.new(shape: QueryExecutionStatus, location_name: "Status"))
491
968
  QueryExecution.add_member(:statistics, Shapes::ShapeRef.new(shape: QueryExecutionStatistics, location_name: "Statistics"))
492
969
  QueryExecution.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
493
970
  QueryExecution.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
971
+ QueryExecution.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
972
+ QueryExecution.add_member(:substatement_type, Shapes::ShapeRef.new(shape: String, location_name: "SubstatementType"))
494
973
  QueryExecution.struct_class = Types::QueryExecution
495
974
 
496
975
  QueryExecutionContext.add_member(:database, Shapes::ShapeRef.new(shape: DatabaseString, location_name: "Database"))
@@ -508,28 +987,85 @@ module Aws::Athena
508
987
  QueryExecutionStatistics.add_member(:query_queue_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryQueueTimeInMillis"))
509
988
  QueryExecutionStatistics.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
510
989
  QueryExecutionStatistics.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
990
+ QueryExecutionStatistics.add_member(:result_reuse_information, Shapes::ShapeRef.new(shape: ResultReuseInformation, location_name: "ResultReuseInformation"))
511
991
  QueryExecutionStatistics.struct_class = Types::QueryExecutionStatistics
512
992
 
513
993
  QueryExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: QueryExecutionState, location_name: "State"))
514
994
  QueryExecutionStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateChangeReason"))
515
995
  QueryExecutionStatus.add_member(:submission_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "SubmissionDateTime"))
516
996
  QueryExecutionStatus.add_member(:completion_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CompletionDateTime"))
997
+ QueryExecutionStatus.add_member(:athena_error, Shapes::ShapeRef.new(shape: AthenaError, location_name: "AthenaError"))
517
998
  QueryExecutionStatus.struct_class = Types::QueryExecutionStatus
518
999
 
1000
+ QueryRuntimeStatistics.add_member(:timeline, Shapes::ShapeRef.new(shape: QueryRuntimeStatisticsTimeline, location_name: "Timeline"))
1001
+ QueryRuntimeStatistics.add_member(:rows, Shapes::ShapeRef.new(shape: QueryRuntimeStatisticsRows, location_name: "Rows"))
1002
+ QueryRuntimeStatistics.add_member(:output_stage, Shapes::ShapeRef.new(shape: QueryStage, location_name: "OutputStage"))
1003
+ QueryRuntimeStatistics.struct_class = Types::QueryRuntimeStatistics
1004
+
1005
+ QueryRuntimeStatisticsRows.add_member(:input_rows, Shapes::ShapeRef.new(shape: Long, location_name: "InputRows"))
1006
+ QueryRuntimeStatisticsRows.add_member(:input_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "InputBytes"))
1007
+ QueryRuntimeStatisticsRows.add_member(:output_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "OutputBytes"))
1008
+ QueryRuntimeStatisticsRows.add_member(:output_rows, Shapes::ShapeRef.new(shape: Long, location_name: "OutputRows"))
1009
+ QueryRuntimeStatisticsRows.struct_class = Types::QueryRuntimeStatisticsRows
1010
+
1011
+ QueryRuntimeStatisticsTimeline.add_member(:query_queue_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryQueueTimeInMillis"))
1012
+ QueryRuntimeStatisticsTimeline.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
1013
+ QueryRuntimeStatisticsTimeline.add_member(:engine_execution_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "EngineExecutionTimeInMillis"))
1014
+ QueryRuntimeStatisticsTimeline.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
1015
+ QueryRuntimeStatisticsTimeline.add_member(:total_execution_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "TotalExecutionTimeInMillis"))
1016
+ QueryRuntimeStatisticsTimeline.struct_class = Types::QueryRuntimeStatisticsTimeline
1017
+
1018
+ QueryStage.add_member(:stage_id, Shapes::ShapeRef.new(shape: Long, location_name: "StageId"))
1019
+ QueryStage.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
1020
+ QueryStage.add_member(:output_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "OutputBytes"))
1021
+ QueryStage.add_member(:output_rows, Shapes::ShapeRef.new(shape: Long, location_name: "OutputRows"))
1022
+ QueryStage.add_member(:input_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "InputBytes"))
1023
+ QueryStage.add_member(:input_rows, Shapes::ShapeRef.new(shape: Long, location_name: "InputRows"))
1024
+ QueryStage.add_member(:execution_time, Shapes::ShapeRef.new(shape: Long, location_name: "ExecutionTime"))
1025
+ QueryStage.add_member(:query_stage_plan, Shapes::ShapeRef.new(shape: QueryStagePlanNode, location_name: "QueryStagePlan"))
1026
+ QueryStage.add_member(:sub_stages, Shapes::ShapeRef.new(shape: QueryStages, location_name: "SubStages"))
1027
+ QueryStage.struct_class = Types::QueryStage
1028
+
1029
+ QueryStagePlanNode.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1030
+ QueryStagePlanNode.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "Identifier"))
1031
+ QueryStagePlanNode.add_member(:children, Shapes::ShapeRef.new(shape: QueryStagePlanNodes, location_name: "Children"))
1032
+ QueryStagePlanNode.add_member(:remote_sources, Shapes::ShapeRef.new(shape: StringList, location_name: "RemoteSources"))
1033
+ QueryStagePlanNode.struct_class = Types::QueryStagePlanNode
1034
+
1035
+ QueryStagePlanNodes.member = Shapes::ShapeRef.new(shape: QueryStagePlanNode)
1036
+
1037
+ QueryStages.member = Shapes::ShapeRef.new(shape: QueryStage)
1038
+
519
1039
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
520
1040
  ResourceNotFoundException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceName"))
521
1041
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
522
1042
 
523
- ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "OutputLocation"))
1043
+ ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
524
1044
  ResultConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1045
+ ResultConfiguration.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
1046
+ ResultConfiguration.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
525
1047
  ResultConfiguration.struct_class = Types::ResultConfiguration
526
1048
 
527
- ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "OutputLocation"))
1049
+ ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
528
1050
  ResultConfigurationUpdates.add_member(:remove_output_location, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveOutputLocation"))
529
1051
  ResultConfigurationUpdates.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
530
1052
  ResultConfigurationUpdates.add_member(:remove_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveEncryptionConfiguration"))
1053
+ ResultConfigurationUpdates.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
1054
+ ResultConfigurationUpdates.add_member(:remove_expected_bucket_owner, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveExpectedBucketOwner"))
1055
+ ResultConfigurationUpdates.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
1056
+ ResultConfigurationUpdates.add_member(:remove_acl_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveAclConfiguration"))
531
1057
  ResultConfigurationUpdates.struct_class = Types::ResultConfigurationUpdates
532
1058
 
1059
+ ResultReuseByAgeConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
1060
+ ResultReuseByAgeConfiguration.add_member(:max_age_in_minutes, Shapes::ShapeRef.new(shape: Age, location_name: "MaxAgeInMinutes"))
1061
+ ResultReuseByAgeConfiguration.struct_class = Types::ResultReuseByAgeConfiguration
1062
+
1063
+ ResultReuseConfiguration.add_member(:result_reuse_by_age_configuration, Shapes::ShapeRef.new(shape: ResultReuseByAgeConfiguration, location_name: "ResultReuseByAgeConfiguration"))
1064
+ ResultReuseConfiguration.struct_class = Types::ResultReuseConfiguration
1065
+
1066
+ ResultReuseInformation.add_member(:reused_previous_result, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ReusedPreviousResult"))
1067
+ ResultReuseInformation.struct_class = Types::ResultReuseInformation
1068
+
533
1069
  ResultSet.add_member(:rows, Shapes::ShapeRef.new(shape: RowList, location_name: "Rows"))
534
1070
  ResultSet.add_member(:result_set_metadata, Shapes::ShapeRef.new(shape: ResultSetMetadata, location_name: "ResultSetMetadata"))
535
1071
  ResultSet.struct_class = Types::ResultSet
@@ -542,21 +1078,85 @@ module Aws::Athena
542
1078
 
543
1079
  RowList.member = Shapes::ShapeRef.new(shape: Row)
544
1080
 
1081
+ SessionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1082
+ SessionAlreadyExistsException.struct_class = Types::SessionAlreadyExistsException
1083
+
1084
+ SessionConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1085
+ SessionConfiguration.add_member(:working_directory, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "WorkingDirectory"))
1086
+ SessionConfiguration.add_member(:idle_timeout_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IdleTimeoutSeconds"))
1087
+ SessionConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1088
+ SessionConfiguration.struct_class = Types::SessionConfiguration
1089
+
1090
+ SessionStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
1091
+ SessionStatistics.struct_class = Types::SessionStatistics
1092
+
1093
+ SessionStatus.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartDateTime"))
1094
+ SessionStatus.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedDateTime"))
1095
+ SessionStatus.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndDateTime"))
1096
+ SessionStatus.add_member(:idle_since_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "IdleSinceDateTime"))
1097
+ SessionStatus.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1098
+ SessionStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
1099
+ SessionStatus.struct_class = Types::SessionStatus
1100
+
1101
+ SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1102
+ SessionSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1103
+ SessionSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1104
+ SessionSummary.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1105
+ SessionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
1106
+ SessionSummary.struct_class = Types::SessionSummary
1107
+
1108
+ SessionsList.member = Shapes::ShapeRef.new(shape: SessionSummary)
1109
+
1110
+ StartCalculationExecutionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1111
+ StartCalculationExecutionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1112
+ 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"}))
1113
+ StartCalculationExecutionRequest.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
1114
+ StartCalculationExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1115
+ StartCalculationExecutionRequest.struct_class = Types::StartCalculationExecutionRequest
1116
+
1117
+ StartCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
1118
+ StartCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1119
+ StartCalculationExecutionResponse.struct_class = Types::StartCalculationExecutionResponse
1120
+
545
1121
  StartQueryExecutionInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
546
1122
  StartQueryExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
547
1123
  StartQueryExecutionInput.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
548
1124
  StartQueryExecutionInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
549
1125
  StartQueryExecutionInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
1126
+ StartQueryExecutionInput.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
1127
+ StartQueryExecutionInput.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
550
1128
  StartQueryExecutionInput.struct_class = Types::StartQueryExecutionInput
551
1129
 
552
1130
  StartQueryExecutionOutput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
553
1131
  StartQueryExecutionOutput.struct_class = Types::StartQueryExecutionOutput
554
1132
 
1133
+ StartSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1134
+ StartSessionRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
1135
+ StartSessionRequest.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, required: true, location_name: "EngineConfiguration"))
1136
+ StartSessionRequest.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1137
+ StartSessionRequest.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: SessionIdleTimeoutInMinutes, location_name: "SessionIdleTimeoutInMinutes"))
1138
+ StartSessionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1139
+ StartSessionRequest.struct_class = Types::StartSessionRequest
1140
+
1141
+ StartSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1142
+ StartSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1143
+ StartSessionResponse.struct_class = Types::StartSessionResponse
1144
+
1145
+ StopCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
1146
+ StopCalculationExecutionRequest.struct_class = Types::StopCalculationExecutionRequest
1147
+
1148
+ StopCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1149
+ StopCalculationExecutionResponse.struct_class = Types::StopCalculationExecutionResponse
1150
+
555
1151
  StopQueryExecutionInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId", metadata: {"idempotencyToken"=>true}))
556
1152
  StopQueryExecutionInput.struct_class = Types::StopQueryExecutionInput
557
1153
 
558
1154
  StopQueryExecutionOutput.struct_class = Types::StopQueryExecutionOutput
559
1155
 
1156
+ StringList.member = Shapes::ShapeRef.new(shape: String)
1157
+
1158
+ SupportedDPUSizeList.member = Shapes::ShapeRef.new(shape: Integer)
1159
+
560
1160
  TableMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
561
1161
  TableMetadata.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
562
1162
  TableMetadata.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
@@ -582,6 +1182,12 @@ module Aws::Athena
582
1182
 
583
1183
  TagResourceOutput.struct_class = Types::TagResourceOutput
584
1184
 
1185
+ TerminateSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1186
+ TerminateSessionRequest.struct_class = Types::TerminateSessionRequest
1187
+
1188
+ TerminateSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1189
+ TerminateSessionResponse.struct_class = Types::TerminateSessionResponse
1190
+
585
1191
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
586
1192
  TooManyRequestsException.add_member(:reason, Shapes::ShapeRef.new(shape: ThrottleReason, location_name: "Reason"))
587
1193
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
@@ -593,6 +1199,13 @@ module Aws::Athena
593
1199
 
594
1200
  UnprocessedNamedQueryIdList.member = Shapes::ShapeRef.new(shape: UnprocessedNamedQueryId)
595
1201
 
1202
+ UnprocessedPreparedStatementName.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
1203
+ UnprocessedPreparedStatementName.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
1204
+ UnprocessedPreparedStatementName.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
1205
+ UnprocessedPreparedStatementName.struct_class = Types::UnprocessedPreparedStatementName
1206
+
1207
+ UnprocessedPreparedStatementNameList.member = Shapes::ShapeRef.new(shape: UnprocessedPreparedStatementName)
1208
+
596
1209
  UnprocessedQueryExecutionId.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
597
1210
  UnprocessedQueryExecutionId.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
598
1211
  UnprocessedQueryExecutionId.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
@@ -606,6 +1219,12 @@ module Aws::Athena
606
1219
 
607
1220
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
608
1221
 
1222
+ UpdateCapacityReservationInput.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
1223
+ UpdateCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
1224
+ UpdateCapacityReservationInput.struct_class = Types::UpdateCapacityReservationInput
1225
+
1226
+ UpdateCapacityReservationOutput.struct_class = Types::UpdateCapacityReservationOutput
1227
+
609
1228
  UpdateDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
610
1229
  UpdateDataCatalogInput.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
611
1230
  UpdateDataCatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -614,6 +1233,30 @@ module Aws::Athena
614
1233
 
615
1234
  UpdateDataCatalogOutput.struct_class = Types::UpdateDataCatalogOutput
616
1235
 
1236
+ UpdateNamedQueryInput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, required: true, location_name: "NamedQueryId"))
1237
+ UpdateNamedQueryInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1238
+ UpdateNamedQueryInput.add_member(:description, Shapes::ShapeRef.new(shape: NamedQueryDescriptionString, location_name: "Description"))
1239
+ UpdateNamedQueryInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
1240
+ UpdateNamedQueryInput.struct_class = Types::UpdateNamedQueryInput
1241
+
1242
+ UpdateNamedQueryOutput.struct_class = Types::UpdateNamedQueryOutput
1243
+
1244
+ UpdateNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1245
+ UpdateNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
1246
+ UpdateNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, required: true, location_name: "Type"))
1247
+ UpdateNotebookInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1248
+ UpdateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1249
+ UpdateNotebookInput.struct_class = Types::UpdateNotebookInput
1250
+
1251
+ UpdateNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1252
+ UpdateNotebookMetadataInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1253
+ UpdateNotebookMetadataInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
1254
+ UpdateNotebookMetadataInput.struct_class = Types::UpdateNotebookMetadataInput
1255
+
1256
+ UpdateNotebookMetadataOutput.struct_class = Types::UpdateNotebookMetadataOutput
1257
+
1258
+ UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
1259
+
617
1260
  UpdatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
618
1261
  UpdatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
619
1262
  UpdatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -643,6 +1286,10 @@ module Aws::Athena
643
1286
  WorkGroupConfiguration.add_member(:bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BytesScannedCutoffValue, location_name: "BytesScannedCutoffPerQuery"))
644
1287
  WorkGroupConfiguration.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
645
1288
  WorkGroupConfiguration.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1289
+ WorkGroupConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1290
+ WorkGroupConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1291
+ WorkGroupConfiguration.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
1292
+ WorkGroupConfiguration.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
646
1293
  WorkGroupConfiguration.struct_class = Types::WorkGroupConfiguration
647
1294
 
648
1295
  WorkGroupConfigurationUpdates.add_member(:enforce_work_group_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnforceWorkGroupConfiguration"))
@@ -652,8 +1299,15 @@ module Aws::Athena
652
1299
  WorkGroupConfigurationUpdates.add_member(:remove_bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveBytesScannedCutoffPerQuery"))
653
1300
  WorkGroupConfigurationUpdates.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
654
1301
  WorkGroupConfigurationUpdates.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1302
+ WorkGroupConfigurationUpdates.add_member(:remove_customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveCustomerContentEncryptionConfiguration"))
1303
+ WorkGroupConfigurationUpdates.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1304
+ WorkGroupConfigurationUpdates.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1305
+ WorkGroupConfigurationUpdates.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
1306
+ WorkGroupConfigurationUpdates.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
655
1307
  WorkGroupConfigurationUpdates.struct_class = Types::WorkGroupConfigurationUpdates
656
1308
 
1309
+ WorkGroupNamesList.member = Shapes::ShapeRef.new(shape: WorkGroupName)
1310
+
657
1311
  WorkGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "Name"))
658
1312
  WorkGroupSummary.add_member(:state, Shapes::ShapeRef.new(shape: WorkGroupState, location_name: "State"))
659
1313
  WorkGroupSummary.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
@@ -693,6 +1347,16 @@ module Aws::Athena
693
1347
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
694
1348
  end)
695
1349
 
1350
+ api.add_operation(:batch_get_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
1351
+ o.name = "BatchGetPreparedStatement"
1352
+ o.http_method = "POST"
1353
+ o.http_request_uri = "/"
1354
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPreparedStatementInput)
1355
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPreparedStatementOutput)
1356
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1358
+ end)
1359
+
696
1360
  api.add_operation(:batch_get_query_execution, Seahorse::Model::Operation.new.tap do |o|
697
1361
  o.name = "BatchGetQueryExecution"
698
1362
  o.http_method = "POST"
@@ -703,6 +1367,26 @@ module Aws::Athena
703
1367
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
704
1368
  end)
705
1369
 
1370
+ api.add_operation(:cancel_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1371
+ o.name = "CancelCapacityReservation"
1372
+ o.http_method = "POST"
1373
+ o.http_request_uri = "/"
1374
+ o.input = Shapes::ShapeRef.new(shape: CancelCapacityReservationInput)
1375
+ o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationOutput)
1376
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1378
+ end)
1379
+
1380
+ api.add_operation(:create_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1381
+ o.name = "CreateCapacityReservation"
1382
+ o.http_method = "POST"
1383
+ o.http_request_uri = "/"
1384
+ o.input = Shapes::ShapeRef.new(shape: CreateCapacityReservationInput)
1385
+ o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationOutput)
1386
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1388
+ end)
1389
+
706
1390
  api.add_operation(:create_data_catalog, Seahorse::Model::Operation.new.tap do |o|
707
1391
  o.name = "CreateDataCatalog"
708
1392
  o.http_method = "POST"
@@ -723,6 +1407,17 @@ module Aws::Athena
723
1407
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
724
1408
  end)
725
1409
 
1410
+ api.add_operation(:create_notebook, Seahorse::Model::Operation.new.tap do |o|
1411
+ o.name = "CreateNotebook"
1412
+ o.http_method = "POST"
1413
+ o.http_request_uri = "/"
1414
+ o.input = Shapes::ShapeRef.new(shape: CreateNotebookInput)
1415
+ o.output = Shapes::ShapeRef.new(shape: CreateNotebookOutput)
1416
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1417
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1418
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1419
+ end)
1420
+
726
1421
  api.add_operation(:create_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
727
1422
  o.name = "CreatePreparedStatement"
728
1423
  o.http_method = "POST"
@@ -733,6 +1428,17 @@ module Aws::Athena
733
1428
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
734
1429
  end)
735
1430
 
1431
+ api.add_operation(:create_presigned_notebook_url, Seahorse::Model::Operation.new.tap do |o|
1432
+ o.name = "CreatePresignedNotebookUrl"
1433
+ o.http_method = "POST"
1434
+ o.http_request_uri = "/"
1435
+ o.input = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlRequest)
1436
+ o.output = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlResponse)
1437
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1438
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1439
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1440
+ end)
1441
+
736
1442
  api.add_operation(:create_work_group, Seahorse::Model::Operation.new.tap do |o|
737
1443
  o.name = "CreateWorkGroup"
738
1444
  o.http_method = "POST"
@@ -743,6 +1449,16 @@ module Aws::Athena
743
1449
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
744
1450
  end)
745
1451
 
1452
+ api.add_operation(:delete_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1453
+ o.name = "DeleteCapacityReservation"
1454
+ o.http_method = "POST"
1455
+ o.http_request_uri = "/"
1456
+ o.input = Shapes::ShapeRef.new(shape: DeleteCapacityReservationInput)
1457
+ o.output = Shapes::ShapeRef.new(shape: DeleteCapacityReservationOutput)
1458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1460
+ end)
1461
+
746
1462
  api.add_operation(:delete_data_catalog, Seahorse::Model::Operation.new.tap do |o|
747
1463
  o.name = "DeleteDataCatalog"
748
1464
  o.http_method = "POST"
@@ -763,6 +1479,17 @@ module Aws::Athena
763
1479
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
764
1480
  end)
765
1481
 
1482
+ api.add_operation(:delete_notebook, Seahorse::Model::Operation.new.tap do |o|
1483
+ o.name = "DeleteNotebook"
1484
+ o.http_method = "POST"
1485
+ o.http_request_uri = "/"
1486
+ o.input = Shapes::ShapeRef.new(shape: DeleteNotebookInput)
1487
+ o.output = Shapes::ShapeRef.new(shape: DeleteNotebookOutput)
1488
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1491
+ end)
1492
+
766
1493
  api.add_operation(:delete_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
767
1494
  o.name = "DeletePreparedStatement"
768
1495
  o.http_method = "POST"
@@ -784,6 +1511,70 @@ module Aws::Athena
784
1511
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
785
1512
  end)
786
1513
 
1514
+ api.add_operation(:export_notebook, Seahorse::Model::Operation.new.tap do |o|
1515
+ o.name = "ExportNotebook"
1516
+ o.http_method = "POST"
1517
+ o.http_request_uri = "/"
1518
+ o.input = Shapes::ShapeRef.new(shape: ExportNotebookInput)
1519
+ o.output = Shapes::ShapeRef.new(shape: ExportNotebookOutput)
1520
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1521
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1522
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1523
+ end)
1524
+
1525
+ api.add_operation(:get_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1526
+ o.name = "GetCalculationExecution"
1527
+ o.http_method = "POST"
1528
+ o.http_request_uri = "/"
1529
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionRequest)
1530
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionResponse)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1534
+ end)
1535
+
1536
+ api.add_operation(:get_calculation_execution_code, Seahorse::Model::Operation.new.tap do |o|
1537
+ o.name = "GetCalculationExecutionCode"
1538
+ o.http_method = "POST"
1539
+ o.http_request_uri = "/"
1540
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeRequest)
1541
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeResponse)
1542
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1545
+ end)
1546
+
1547
+ api.add_operation(:get_calculation_execution_status, Seahorse::Model::Operation.new.tap do |o|
1548
+ o.name = "GetCalculationExecutionStatus"
1549
+ o.http_method = "POST"
1550
+ o.http_request_uri = "/"
1551
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusRequest)
1552
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusResponse)
1553
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1556
+ end)
1557
+
1558
+ api.add_operation(:get_capacity_assignment_configuration, Seahorse::Model::Operation.new.tap do |o|
1559
+ o.name = "GetCapacityAssignmentConfiguration"
1560
+ o.http_method = "POST"
1561
+ o.http_request_uri = "/"
1562
+ o.input = Shapes::ShapeRef.new(shape: GetCapacityAssignmentConfigurationInput)
1563
+ o.output = Shapes::ShapeRef.new(shape: GetCapacityAssignmentConfigurationOutput)
1564
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1566
+ end)
1567
+
1568
+ api.add_operation(:get_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1569
+ o.name = "GetCapacityReservation"
1570
+ o.http_method = "POST"
1571
+ o.http_request_uri = "/"
1572
+ o.input = Shapes::ShapeRef.new(shape: GetCapacityReservationInput)
1573
+ o.output = Shapes::ShapeRef.new(shape: GetCapacityReservationOutput)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1576
+ end)
1577
+
787
1578
  api.add_operation(:get_data_catalog, Seahorse::Model::Operation.new.tap do |o|
788
1579
  o.name = "GetDataCatalog"
789
1580
  o.http_method = "POST"
@@ -815,6 +1606,17 @@ module Aws::Athena
815
1606
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
816
1607
  end)
817
1608
 
1609
+ api.add_operation(:get_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1610
+ o.name = "GetNotebookMetadata"
1611
+ o.http_method = "POST"
1612
+ o.http_request_uri = "/"
1613
+ o.input = Shapes::ShapeRef.new(shape: GetNotebookMetadataInput)
1614
+ o.output = Shapes::ShapeRef.new(shape: GetNotebookMetadataOutput)
1615
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1618
+ end)
1619
+
818
1620
  api.add_operation(:get_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
819
1621
  o.name = "GetPreparedStatement"
820
1622
  o.http_method = "POST"
@@ -844,6 +1646,7 @@ module Aws::Athena
844
1646
  o.output = Shapes::ShapeRef.new(shape: GetQueryResultsOutput)
845
1647
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
846
1648
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1649
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
847
1650
  o[:pager] = Aws::Pager.new(
848
1651
  limit_key: "max_results",
849
1652
  tokens: {
@@ -852,6 +1655,38 @@ module Aws::Athena
852
1655
  )
853
1656
  end)
854
1657
 
1658
+ api.add_operation(:get_query_runtime_statistics, Seahorse::Model::Operation.new.tap do |o|
1659
+ o.name = "GetQueryRuntimeStatistics"
1660
+ o.http_method = "POST"
1661
+ o.http_request_uri = "/"
1662
+ o.input = Shapes::ShapeRef.new(shape: GetQueryRuntimeStatisticsInput)
1663
+ o.output = Shapes::ShapeRef.new(shape: GetQueryRuntimeStatisticsOutput)
1664
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1666
+ end)
1667
+
1668
+ api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
1669
+ o.name = "GetSession"
1670
+ o.http_method = "POST"
1671
+ o.http_request_uri = "/"
1672
+ o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
1673
+ o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
1674
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1675
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1676
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1677
+ end)
1678
+
1679
+ api.add_operation(:get_session_status, Seahorse::Model::Operation.new.tap do |o|
1680
+ o.name = "GetSessionStatus"
1681
+ o.http_method = "POST"
1682
+ o.http_request_uri = "/"
1683
+ o.input = Shapes::ShapeRef.new(shape: GetSessionStatusRequest)
1684
+ o.output = Shapes::ShapeRef.new(shape: GetSessionStatusResponse)
1685
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1688
+ end)
1689
+
855
1690
  api.add_operation(:get_table_metadata, Seahorse::Model::Operation.new.tap do |o|
856
1691
  o.name = "GetTableMetadata"
857
1692
  o.http_method = "POST"
@@ -873,6 +1708,67 @@ module Aws::Athena
873
1708
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
874
1709
  end)
875
1710
 
1711
+ api.add_operation(:import_notebook, Seahorse::Model::Operation.new.tap do |o|
1712
+ o.name = "ImportNotebook"
1713
+ o.http_method = "POST"
1714
+ o.http_request_uri = "/"
1715
+ o.input = Shapes::ShapeRef.new(shape: ImportNotebookInput)
1716
+ o.output = Shapes::ShapeRef.new(shape: ImportNotebookOutput)
1717
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1720
+ end)
1721
+
1722
+ api.add_operation(:list_application_dpu_sizes, Seahorse::Model::Operation.new.tap do |o|
1723
+ o.name = "ListApplicationDPUSizes"
1724
+ o.http_method = "POST"
1725
+ o.http_request_uri = "/"
1726
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesInput)
1727
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesOutput)
1728
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1731
+ o[:pager] = Aws::Pager.new(
1732
+ limit_key: "max_results",
1733
+ tokens: {
1734
+ "next_token" => "next_token"
1735
+ }
1736
+ )
1737
+ end)
1738
+
1739
+ api.add_operation(:list_calculation_executions, Seahorse::Model::Operation.new.tap do |o|
1740
+ o.name = "ListCalculationExecutions"
1741
+ o.http_method = "POST"
1742
+ o.http_request_uri = "/"
1743
+ o.input = Shapes::ShapeRef.new(shape: ListCalculationExecutionsRequest)
1744
+ o.output = Shapes::ShapeRef.new(shape: ListCalculationExecutionsResponse)
1745
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1748
+ o[:pager] = Aws::Pager.new(
1749
+ limit_key: "max_results",
1750
+ tokens: {
1751
+ "next_token" => "next_token"
1752
+ }
1753
+ )
1754
+ end)
1755
+
1756
+ api.add_operation(:list_capacity_reservations, Seahorse::Model::Operation.new.tap do |o|
1757
+ o.name = "ListCapacityReservations"
1758
+ o.http_method = "POST"
1759
+ o.http_request_uri = "/"
1760
+ o.input = Shapes::ShapeRef.new(shape: ListCapacityReservationsInput)
1761
+ o.output = Shapes::ShapeRef.new(shape: ListCapacityReservationsOutput)
1762
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1764
+ o[:pager] = Aws::Pager.new(
1765
+ limit_key: "max_results",
1766
+ tokens: {
1767
+ "next_token" => "next_token"
1768
+ }
1769
+ )
1770
+ end)
1771
+
876
1772
  api.add_operation(:list_data_catalogs, Seahorse::Model::Operation.new.tap do |o|
877
1773
  o.name = "ListDataCatalogs"
878
1774
  o.http_method = "POST"
@@ -914,6 +1810,29 @@ module Aws::Athena
914
1810
  o.output = Shapes::ShapeRef.new(shape: ListEngineVersionsOutput)
915
1811
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
916
1812
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1813
+ o[:pager] = Aws::Pager.new(
1814
+ limit_key: "max_results",
1815
+ tokens: {
1816
+ "next_token" => "next_token"
1817
+ }
1818
+ )
1819
+ end)
1820
+
1821
+ api.add_operation(:list_executors, Seahorse::Model::Operation.new.tap do |o|
1822
+ o.name = "ListExecutors"
1823
+ o.http_method = "POST"
1824
+ o.http_request_uri = "/"
1825
+ o.input = Shapes::ShapeRef.new(shape: ListExecutorsRequest)
1826
+ o.output = Shapes::ShapeRef.new(shape: ListExecutorsResponse)
1827
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1828
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1830
+ o[:pager] = Aws::Pager.new(
1831
+ limit_key: "max_results",
1832
+ tokens: {
1833
+ "next_token" => "next_token"
1834
+ }
1835
+ )
917
1836
  end)
918
1837
 
919
1838
  api.add_operation(:list_named_queries, Seahorse::Model::Operation.new.tap do |o|
@@ -932,6 +1851,28 @@ module Aws::Athena
932
1851
  )
933
1852
  end)
934
1853
 
1854
+ api.add_operation(:list_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1855
+ o.name = "ListNotebookMetadata"
1856
+ o.http_method = "POST"
1857
+ o.http_request_uri = "/"
1858
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookMetadataInput)
1859
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookMetadataOutput)
1860
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1863
+ end)
1864
+
1865
+ api.add_operation(:list_notebook_sessions, Seahorse::Model::Operation.new.tap do |o|
1866
+ o.name = "ListNotebookSessions"
1867
+ o.http_method = "POST"
1868
+ o.http_request_uri = "/"
1869
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookSessionsRequest)
1870
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookSessionsResponse)
1871
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1874
+ end)
1875
+
935
1876
  api.add_operation(:list_prepared_statements, Seahorse::Model::Operation.new.tap do |o|
936
1877
  o.name = "ListPreparedStatements"
937
1878
  o.http_method = "POST"
@@ -964,6 +1905,23 @@ module Aws::Athena
964
1905
  )
965
1906
  end)
966
1907
 
1908
+ api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
1909
+ o.name = "ListSessions"
1910
+ o.http_method = "POST"
1911
+ o.http_request_uri = "/"
1912
+ o.input = Shapes::ShapeRef.new(shape: ListSessionsRequest)
1913
+ o.output = Shapes::ShapeRef.new(shape: ListSessionsResponse)
1914
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1916
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1917
+ o[:pager] = Aws::Pager.new(
1918
+ limit_key: "max_results",
1919
+ tokens: {
1920
+ "next_token" => "next_token"
1921
+ }
1922
+ )
1923
+ end)
1924
+
967
1925
  api.add_operation(:list_table_metadata, Seahorse::Model::Operation.new.tap do |o|
968
1926
  o.name = "ListTableMetadata"
969
1927
  o.http_method = "POST"
@@ -1014,6 +1972,27 @@ module Aws::Athena
1014
1972
  )
1015
1973
  end)
1016
1974
 
1975
+ api.add_operation(:put_capacity_assignment_configuration, Seahorse::Model::Operation.new.tap do |o|
1976
+ o.name = "PutCapacityAssignmentConfiguration"
1977
+ o.http_method = "POST"
1978
+ o.http_request_uri = "/"
1979
+ o.input = Shapes::ShapeRef.new(shape: PutCapacityAssignmentConfigurationInput)
1980
+ o.output = Shapes::ShapeRef.new(shape: PutCapacityAssignmentConfigurationOutput)
1981
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1983
+ end)
1984
+
1985
+ api.add_operation(:start_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1986
+ o.name = "StartCalculationExecution"
1987
+ o.http_method = "POST"
1988
+ o.http_request_uri = "/"
1989
+ o.input = Shapes::ShapeRef.new(shape: StartCalculationExecutionRequest)
1990
+ o.output = Shapes::ShapeRef.new(shape: StartCalculationExecutionResponse)
1991
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1992
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1993
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1994
+ end)
1995
+
1017
1996
  api.add_operation(:start_query_execution, Seahorse::Model::Operation.new.tap do |o|
1018
1997
  o.name = "StartQueryExecution"
1019
1998
  o.http_method = "POST"
@@ -1025,6 +2004,30 @@ module Aws::Athena
1025
2004
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1026
2005
  end)
1027
2006
 
2007
+ api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
2008
+ o.name = "StartSession"
2009
+ o.http_method = "POST"
2010
+ o.http_request_uri = "/"
2011
+ o.input = Shapes::ShapeRef.new(shape: StartSessionRequest)
2012
+ o.output = Shapes::ShapeRef.new(shape: StartSessionResponse)
2013
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2014
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2015
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2016
+ o.errors << Shapes::ShapeRef.new(shape: SessionAlreadyExistsException)
2017
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2018
+ end)
2019
+
2020
+ api.add_operation(:stop_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
2021
+ o.name = "StopCalculationExecution"
2022
+ o.http_method = "POST"
2023
+ o.http_request_uri = "/"
2024
+ o.input = Shapes::ShapeRef.new(shape: StopCalculationExecutionRequest)
2025
+ o.output = Shapes::ShapeRef.new(shape: StopCalculationExecutionResponse)
2026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2027
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2028
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2029
+ end)
2030
+
1028
2031
  api.add_operation(:stop_query_execution, Seahorse::Model::Operation.new.tap do |o|
1029
2032
  o.name = "StopQueryExecution"
1030
2033
  o.http_method = "POST"
@@ -1046,6 +2049,17 @@ module Aws::Athena
1046
2049
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1047
2050
  end)
1048
2051
 
2052
+ api.add_operation(:terminate_session, Seahorse::Model::Operation.new.tap do |o|
2053
+ o.name = "TerminateSession"
2054
+ o.http_method = "POST"
2055
+ o.http_request_uri = "/"
2056
+ o.input = Shapes::ShapeRef.new(shape: TerminateSessionRequest)
2057
+ o.output = Shapes::ShapeRef.new(shape: TerminateSessionResponse)
2058
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2059
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2060
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2061
+ end)
2062
+
1049
2063
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1050
2064
  o.name = "UntagResource"
1051
2065
  o.http_method = "POST"
@@ -1057,6 +2071,16 @@ module Aws::Athena
1057
2071
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1058
2072
  end)
1059
2073
 
2074
+ api.add_operation(:update_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
2075
+ o.name = "UpdateCapacityReservation"
2076
+ o.http_method = "POST"
2077
+ o.http_request_uri = "/"
2078
+ o.input = Shapes::ShapeRef.new(shape: UpdateCapacityReservationInput)
2079
+ o.output = Shapes::ShapeRef.new(shape: UpdateCapacityReservationOutput)
2080
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2081
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2082
+ end)
2083
+
1060
2084
  api.add_operation(:update_data_catalog, Seahorse::Model::Operation.new.tap do |o|
1061
2085
  o.name = "UpdateDataCatalog"
1062
2086
  o.http_method = "POST"
@@ -1067,6 +2091,38 @@ module Aws::Athena
1067
2091
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1068
2092
  end)
1069
2093
 
2094
+ api.add_operation(:update_named_query, Seahorse::Model::Operation.new.tap do |o|
2095
+ o.name = "UpdateNamedQuery"
2096
+ o.http_method = "POST"
2097
+ o.http_request_uri = "/"
2098
+ o.input = Shapes::ShapeRef.new(shape: UpdateNamedQueryInput)
2099
+ o.output = Shapes::ShapeRef.new(shape: UpdateNamedQueryOutput)
2100
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2101
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2102
+ end)
2103
+
2104
+ api.add_operation(:update_notebook, Seahorse::Model::Operation.new.tap do |o|
2105
+ o.name = "UpdateNotebook"
2106
+ o.http_method = "POST"
2107
+ o.http_request_uri = "/"
2108
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookInput)
2109
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookOutput)
2110
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2111
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2112
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2113
+ end)
2114
+
2115
+ api.add_operation(:update_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
2116
+ o.name = "UpdateNotebookMetadata"
2117
+ o.http_method = "POST"
2118
+ o.http_request_uri = "/"
2119
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataInput)
2120
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataOutput)
2121
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2122
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2123
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2124
+ end)
2125
+
1070
2126
  api.add_operation(:update_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
1071
2127
  o.name = "UpdatePreparedStatement"
1072
2128
  o.http_method = "POST"