aws-sdk-athena 1.46.0 → 1.80.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,30 +13,70 @@ 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')
17
22
  AthenaError = Shapes::StructureShape.new(name: 'AthenaError')
23
+ AuthToken = Shapes::StringShape.new(name: 'AuthToken')
24
+ AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
25
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
18
26
  BatchGetNamedQueryInput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryInput')
19
27
  BatchGetNamedQueryOutput = Shapes::StructureShape.new(name: 'BatchGetNamedQueryOutput')
28
+ BatchGetPreparedStatementInput = Shapes::StructureShape.new(name: 'BatchGetPreparedStatementInput')
29
+ BatchGetPreparedStatementOutput = Shapes::StructureShape.new(name: 'BatchGetPreparedStatementOutput')
20
30
  BatchGetQueryExecutionInput = Shapes::StructureShape.new(name: 'BatchGetQueryExecutionInput')
21
31
  BatchGetQueryExecutionOutput = Shapes::StructureShape.new(name: 'BatchGetQueryExecutionOutput')
22
32
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
33
  BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
24
34
  BytesScannedCutoffValue = Shapes::IntegerShape.new(name: 'BytesScannedCutoffValue')
35
+ CalculationConfiguration = Shapes::StructureShape.new(name: 'CalculationConfiguration')
36
+ CalculationExecutionId = Shapes::StringShape.new(name: 'CalculationExecutionId')
37
+ CalculationExecutionState = Shapes::StringShape.new(name: 'CalculationExecutionState')
38
+ CalculationResult = Shapes::StructureShape.new(name: 'CalculationResult')
39
+ CalculationResultType = Shapes::StringShape.new(name: 'CalculationResultType')
40
+ CalculationStatistics = Shapes::StructureShape.new(name: 'CalculationStatistics')
41
+ CalculationStatus = Shapes::StructureShape.new(name: 'CalculationStatus')
42
+ CalculationSummary = Shapes::StructureShape.new(name: 'CalculationSummary')
43
+ CalculationsList = Shapes::ListShape.new(name: 'CalculationsList')
44
+ CancelCapacityReservationInput = Shapes::StructureShape.new(name: 'CancelCapacityReservationInput')
45
+ CancelCapacityReservationOutput = Shapes::StructureShape.new(name: 'CancelCapacityReservationOutput')
46
+ CapacityAllocation = Shapes::StructureShape.new(name: 'CapacityAllocation')
47
+ CapacityAllocationStatus = Shapes::StringShape.new(name: 'CapacityAllocationStatus')
48
+ CapacityAssignment = Shapes::StructureShape.new(name: 'CapacityAssignment')
49
+ CapacityAssignmentConfiguration = Shapes::StructureShape.new(name: 'CapacityAssignmentConfiguration')
50
+ CapacityAssignmentsList = Shapes::ListShape.new(name: 'CapacityAssignmentsList')
51
+ CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
52
+ CapacityReservationName = Shapes::StringShape.new(name: 'CapacityReservationName')
53
+ CapacityReservationStatus = Shapes::StringShape.new(name: 'CapacityReservationStatus')
54
+ CapacityReservationsList = Shapes::ListShape.new(name: 'CapacityReservationsList')
25
55
  CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
56
+ ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
57
+ CodeBlock = Shapes::StringShape.new(name: 'CodeBlock')
26
58
  Column = Shapes::StructureShape.new(name: 'Column')
27
59
  ColumnInfo = Shapes::StructureShape.new(name: 'ColumnInfo')
28
60
  ColumnInfoList = Shapes::ListShape.new(name: 'ColumnInfoList')
29
61
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
30
62
  ColumnNullable = Shapes::StringShape.new(name: 'ColumnNullable')
31
63
  CommentString = Shapes::StringShape.new(name: 'CommentString')
64
+ CoordinatorDpuSize = Shapes::IntegerShape.new(name: 'CoordinatorDpuSize')
65
+ CreateCapacityReservationInput = Shapes::StructureShape.new(name: 'CreateCapacityReservationInput')
66
+ CreateCapacityReservationOutput = Shapes::StructureShape.new(name: 'CreateCapacityReservationOutput')
32
67
  CreateDataCatalogInput = Shapes::StructureShape.new(name: 'CreateDataCatalogInput')
33
68
  CreateDataCatalogOutput = Shapes::StructureShape.new(name: 'CreateDataCatalogOutput')
34
69
  CreateNamedQueryInput = Shapes::StructureShape.new(name: 'CreateNamedQueryInput')
35
70
  CreateNamedQueryOutput = Shapes::StructureShape.new(name: 'CreateNamedQueryOutput')
71
+ CreateNotebookInput = Shapes::StructureShape.new(name: 'CreateNotebookInput')
72
+ CreateNotebookOutput = Shapes::StructureShape.new(name: 'CreateNotebookOutput')
36
73
  CreatePreparedStatementInput = Shapes::StructureShape.new(name: 'CreatePreparedStatementInput')
37
74
  CreatePreparedStatementOutput = Shapes::StructureShape.new(name: 'CreatePreparedStatementOutput')
75
+ CreatePresignedNotebookUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlRequest')
76
+ CreatePresignedNotebookUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedNotebookUrlResponse')
38
77
  CreateWorkGroupInput = Shapes::StructureShape.new(name: 'CreateWorkGroupInput')
39
78
  CreateWorkGroupOutput = Shapes::StructureShape.new(name: 'CreateWorkGroupOutput')
79
+ CustomerContentEncryptionConfiguration = Shapes::StructureShape.new(name: 'CustomerContentEncryptionConfiguration')
40
80
  DataCatalog = Shapes::StructureShape.new(name: 'DataCatalog')
41
81
  DataCatalogSummary = Shapes::StructureShape.new(name: 'DataCatalogSummary')
42
82
  DataCatalogSummaryList = Shapes::ListShape.new(name: 'DataCatalogSummaryList')
@@ -46,10 +86,15 @@ module Aws::Athena
46
86
  DatabaseString = Shapes::StringShape.new(name: 'DatabaseString')
47
87
  Date = Shapes::TimestampShape.new(name: 'Date')
48
88
  Datum = Shapes::StructureShape.new(name: 'Datum')
89
+ DefaultExecutorDpuSize = Shapes::IntegerShape.new(name: 'DefaultExecutorDpuSize')
90
+ DeleteCapacityReservationInput = Shapes::StructureShape.new(name: 'DeleteCapacityReservationInput')
91
+ DeleteCapacityReservationOutput = Shapes::StructureShape.new(name: 'DeleteCapacityReservationOutput')
49
92
  DeleteDataCatalogInput = Shapes::StructureShape.new(name: 'DeleteDataCatalogInput')
50
93
  DeleteDataCatalogOutput = Shapes::StructureShape.new(name: 'DeleteDataCatalogOutput')
51
94
  DeleteNamedQueryInput = Shapes::StructureShape.new(name: 'DeleteNamedQueryInput')
52
95
  DeleteNamedQueryOutput = Shapes::StructureShape.new(name: 'DeleteNamedQueryOutput')
96
+ DeleteNotebookInput = Shapes::StructureShape.new(name: 'DeleteNotebookInput')
97
+ DeleteNotebookOutput = Shapes::StructureShape.new(name: 'DeleteNotebookOutput')
53
98
  DeletePreparedStatementInput = Shapes::StructureShape.new(name: 'DeletePreparedStatementInput')
54
99
  DeletePreparedStatementOutput = Shapes::StructureShape.new(name: 'DeletePreparedStatementOutput')
55
100
  DeleteWorkGroupInput = Shapes::StructureShape.new(name: 'DeleteWorkGroupInput')
@@ -57,45 +102,95 @@ module Aws::Athena
57
102
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
58
103
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
59
104
  EncryptionOption = Shapes::StringShape.new(name: 'EncryptionOption')
105
+ EngineConfiguration = Shapes::StructureShape.new(name: 'EngineConfiguration')
60
106
  EngineVersion = Shapes::StructureShape.new(name: 'EngineVersion')
61
107
  EngineVersionsList = Shapes::ListShape.new(name: 'EngineVersionsList')
62
108
  ErrorCategory = Shapes::IntegerShape.new(name: 'ErrorCategory')
63
109
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
64
110
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
111
+ ErrorType = Shapes::IntegerShape.new(name: 'ErrorType')
112
+ ExecutionParameter = Shapes::StringShape.new(name: 'ExecutionParameter')
113
+ ExecutionParameters = Shapes::ListShape.new(name: 'ExecutionParameters')
114
+ ExecutorId = Shapes::StringShape.new(name: 'ExecutorId')
115
+ ExecutorState = Shapes::StringShape.new(name: 'ExecutorState')
116
+ ExecutorType = Shapes::StringShape.new(name: 'ExecutorType')
117
+ ExecutorsSummary = Shapes::StructureShape.new(name: 'ExecutorsSummary')
118
+ ExecutorsSummaryList = Shapes::ListShape.new(name: 'ExecutorsSummaryList')
119
+ ExportNotebookInput = Shapes::StructureShape.new(name: 'ExportNotebookInput')
120
+ ExportNotebookOutput = Shapes::StructureShape.new(name: 'ExportNotebookOutput')
65
121
  ExpressionString = Shapes::StringShape.new(name: 'ExpressionString')
122
+ FilterDefinition = Shapes::StructureShape.new(name: 'FilterDefinition')
123
+ GetCalculationExecutionCodeRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeRequest')
124
+ GetCalculationExecutionCodeResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionCodeResponse')
125
+ GetCalculationExecutionRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionRequest')
126
+ GetCalculationExecutionResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionResponse')
127
+ GetCalculationExecutionStatusRequest = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusRequest')
128
+ GetCalculationExecutionStatusResponse = Shapes::StructureShape.new(name: 'GetCalculationExecutionStatusResponse')
129
+ GetCapacityAssignmentConfigurationInput = Shapes::StructureShape.new(name: 'GetCapacityAssignmentConfigurationInput')
130
+ GetCapacityAssignmentConfigurationOutput = Shapes::StructureShape.new(name: 'GetCapacityAssignmentConfigurationOutput')
131
+ GetCapacityReservationInput = Shapes::StructureShape.new(name: 'GetCapacityReservationInput')
132
+ GetCapacityReservationOutput = Shapes::StructureShape.new(name: 'GetCapacityReservationOutput')
66
133
  GetDataCatalogInput = Shapes::StructureShape.new(name: 'GetDataCatalogInput')
67
134
  GetDataCatalogOutput = Shapes::StructureShape.new(name: 'GetDataCatalogOutput')
68
135
  GetDatabaseInput = Shapes::StructureShape.new(name: 'GetDatabaseInput')
69
136
  GetDatabaseOutput = Shapes::StructureShape.new(name: 'GetDatabaseOutput')
70
137
  GetNamedQueryInput = Shapes::StructureShape.new(name: 'GetNamedQueryInput')
71
138
  GetNamedQueryOutput = Shapes::StructureShape.new(name: 'GetNamedQueryOutput')
139
+ GetNotebookMetadataInput = Shapes::StructureShape.new(name: 'GetNotebookMetadataInput')
140
+ GetNotebookMetadataOutput = Shapes::StructureShape.new(name: 'GetNotebookMetadataOutput')
72
141
  GetPreparedStatementInput = Shapes::StructureShape.new(name: 'GetPreparedStatementInput')
73
142
  GetPreparedStatementOutput = Shapes::StructureShape.new(name: 'GetPreparedStatementOutput')
74
143
  GetQueryExecutionInput = Shapes::StructureShape.new(name: 'GetQueryExecutionInput')
75
144
  GetQueryExecutionOutput = Shapes::StructureShape.new(name: 'GetQueryExecutionOutput')
76
145
  GetQueryResultsInput = Shapes::StructureShape.new(name: 'GetQueryResultsInput')
77
146
  GetQueryResultsOutput = Shapes::StructureShape.new(name: 'GetQueryResultsOutput')
147
+ GetQueryRuntimeStatisticsInput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsInput')
148
+ GetQueryRuntimeStatisticsOutput = Shapes::StructureShape.new(name: 'GetQueryRuntimeStatisticsOutput')
149
+ GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
150
+ GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
151
+ GetSessionStatusRequest = Shapes::StructureShape.new(name: 'GetSessionStatusRequest')
152
+ GetSessionStatusResponse = Shapes::StructureShape.new(name: 'GetSessionStatusResponse')
78
153
  GetTableMetadataInput = Shapes::StructureShape.new(name: 'GetTableMetadataInput')
79
154
  GetTableMetadataOutput = Shapes::StructureShape.new(name: 'GetTableMetadataOutput')
80
155
  GetWorkGroupInput = Shapes::StructureShape.new(name: 'GetWorkGroupInput')
81
156
  GetWorkGroupOutput = Shapes::StructureShape.new(name: 'GetWorkGroupOutput')
82
157
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
158
+ IdentityCenterApplicationArn = Shapes::StringShape.new(name: 'IdentityCenterApplicationArn')
159
+ IdentityCenterConfiguration = Shapes::StructureShape.new(name: 'IdentityCenterConfiguration')
160
+ IdentityCenterInstanceArn = Shapes::StringShape.new(name: 'IdentityCenterInstanceArn')
161
+ ImportNotebookInput = Shapes::StructureShape.new(name: 'ImportNotebookInput')
162
+ ImportNotebookOutput = Shapes::StructureShape.new(name: 'ImportNotebookOutput')
83
163
  Integer = Shapes::IntegerShape.new(name: 'Integer')
84
164
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
85
165
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
86
166
  KeyString = Shapes::StringShape.new(name: 'KeyString')
167
+ KmsKey = Shapes::StringShape.new(name: 'KmsKey')
168
+ ListApplicationDPUSizesInput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesInput')
169
+ ListApplicationDPUSizesOutput = Shapes::StructureShape.new(name: 'ListApplicationDPUSizesOutput')
170
+ ListCalculationExecutionsRequest = Shapes::StructureShape.new(name: 'ListCalculationExecutionsRequest')
171
+ ListCalculationExecutionsResponse = Shapes::StructureShape.new(name: 'ListCalculationExecutionsResponse')
172
+ ListCapacityReservationsInput = Shapes::StructureShape.new(name: 'ListCapacityReservationsInput')
173
+ ListCapacityReservationsOutput = Shapes::StructureShape.new(name: 'ListCapacityReservationsOutput')
87
174
  ListDataCatalogsInput = Shapes::StructureShape.new(name: 'ListDataCatalogsInput')
88
175
  ListDataCatalogsOutput = Shapes::StructureShape.new(name: 'ListDataCatalogsOutput')
89
176
  ListDatabasesInput = Shapes::StructureShape.new(name: 'ListDatabasesInput')
90
177
  ListDatabasesOutput = Shapes::StructureShape.new(name: 'ListDatabasesOutput')
91
178
  ListEngineVersionsInput = Shapes::StructureShape.new(name: 'ListEngineVersionsInput')
92
179
  ListEngineVersionsOutput = Shapes::StructureShape.new(name: 'ListEngineVersionsOutput')
180
+ ListExecutorsRequest = Shapes::StructureShape.new(name: 'ListExecutorsRequest')
181
+ ListExecutorsResponse = Shapes::StructureShape.new(name: 'ListExecutorsResponse')
93
182
  ListNamedQueriesInput = Shapes::StructureShape.new(name: 'ListNamedQueriesInput')
94
183
  ListNamedQueriesOutput = Shapes::StructureShape.new(name: 'ListNamedQueriesOutput')
184
+ ListNotebookMetadataInput = Shapes::StructureShape.new(name: 'ListNotebookMetadataInput')
185
+ ListNotebookMetadataOutput = Shapes::StructureShape.new(name: 'ListNotebookMetadataOutput')
186
+ ListNotebookSessionsRequest = Shapes::StructureShape.new(name: 'ListNotebookSessionsRequest')
187
+ ListNotebookSessionsResponse = Shapes::StructureShape.new(name: 'ListNotebookSessionsResponse')
95
188
  ListPreparedStatementsInput = Shapes::StructureShape.new(name: 'ListPreparedStatementsInput')
96
189
  ListPreparedStatementsOutput = Shapes::StructureShape.new(name: 'ListPreparedStatementsOutput')
97
190
  ListQueryExecutionsInput = Shapes::StructureShape.new(name: 'ListQueryExecutionsInput')
98
191
  ListQueryExecutionsOutput = Shapes::StructureShape.new(name: 'ListQueryExecutionsOutput')
192
+ ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
193
+ ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
99
194
  ListTableMetadataInput = Shapes::StructureShape.new(name: 'ListTableMetadataInput')
100
195
  ListTableMetadataOutput = Shapes::StructureShape.new(name: 'ListTableMetadataOutput')
101
196
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
@@ -103,27 +198,47 @@ module Aws::Athena
103
198
  ListWorkGroupsInput = Shapes::StructureShape.new(name: 'ListWorkGroupsInput')
104
199
  ListWorkGroupsOutput = Shapes::StructureShape.new(name: 'ListWorkGroupsOutput')
105
200
  Long = Shapes::IntegerShape.new(name: 'Long')
201
+ MaxApplicationDPUSizesCount = Shapes::IntegerShape.new(name: 'MaxApplicationDPUSizesCount')
202
+ MaxCalculationsCount = Shapes::IntegerShape.new(name: 'MaxCalculationsCount')
203
+ MaxCapacityReservationsCount = Shapes::IntegerShape.new(name: 'MaxCapacityReservationsCount')
204
+ MaxConcurrentDpus = Shapes::IntegerShape.new(name: 'MaxConcurrentDpus')
106
205
  MaxDataCatalogsCount = Shapes::IntegerShape.new(name: 'MaxDataCatalogsCount')
107
206
  MaxDatabasesCount = Shapes::IntegerShape.new(name: 'MaxDatabasesCount')
108
207
  MaxEngineVersionsCount = Shapes::IntegerShape.new(name: 'MaxEngineVersionsCount')
208
+ MaxListExecutorsCount = Shapes::IntegerShape.new(name: 'MaxListExecutorsCount')
109
209
  MaxNamedQueriesCount = Shapes::IntegerShape.new(name: 'MaxNamedQueriesCount')
210
+ MaxNotebooksCount = Shapes::IntegerShape.new(name: 'MaxNotebooksCount')
110
211
  MaxPreparedStatementsCount = Shapes::IntegerShape.new(name: 'MaxPreparedStatementsCount')
111
212
  MaxQueryExecutionsCount = Shapes::IntegerShape.new(name: 'MaxQueryExecutionsCount')
112
213
  MaxQueryResults = Shapes::IntegerShape.new(name: 'MaxQueryResults')
214
+ MaxSessionsCount = Shapes::IntegerShape.new(name: 'MaxSessionsCount')
113
215
  MaxTableMetadataCount = Shapes::IntegerShape.new(name: 'MaxTableMetadataCount')
114
216
  MaxTagsCount = Shapes::IntegerShape.new(name: 'MaxTagsCount')
115
217
  MaxWorkGroupsCount = Shapes::IntegerShape.new(name: 'MaxWorkGroupsCount')
116
218
  MetadataException = Shapes::StructureShape.new(name: 'MetadataException')
117
219
  NameString = Shapes::StringShape.new(name: 'NameString')
118
220
  NamedQuery = Shapes::StructureShape.new(name: 'NamedQuery')
221
+ NamedQueryDescriptionString = Shapes::StringShape.new(name: 'NamedQueryDescriptionString')
119
222
  NamedQueryId = Shapes::StringShape.new(name: 'NamedQueryId')
120
223
  NamedQueryIdList = Shapes::ListShape.new(name: 'NamedQueryIdList')
121
224
  NamedQueryList = Shapes::ListShape.new(name: 'NamedQueryList')
225
+ NotebookId = Shapes::StringShape.new(name: 'NotebookId')
226
+ NotebookMetadata = Shapes::StructureShape.new(name: 'NotebookMetadata')
227
+ NotebookMetadataArray = Shapes::ListShape.new(name: 'NotebookMetadataArray')
228
+ NotebookName = Shapes::StringShape.new(name: 'NotebookName')
229
+ NotebookSessionSummary = Shapes::StructureShape.new(name: 'NotebookSessionSummary')
230
+ NotebookSessionsList = Shapes::ListShape.new(name: 'NotebookSessionsList')
231
+ NotebookType = Shapes::StringShape.new(name: 'NotebookType')
122
232
  ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
123
233
  ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
234
+ Payload = Shapes::StringShape.new(name: 'Payload')
124
235
  PreparedStatement = Shapes::StructureShape.new(name: 'PreparedStatement')
236
+ PreparedStatementDetailsList = Shapes::ListShape.new(name: 'PreparedStatementDetailsList')
237
+ PreparedStatementNameList = Shapes::ListShape.new(name: 'PreparedStatementNameList')
125
238
  PreparedStatementSummary = Shapes::StructureShape.new(name: 'PreparedStatementSummary')
126
239
  PreparedStatementsList = Shapes::ListShape.new(name: 'PreparedStatementsList')
240
+ PutCapacityAssignmentConfigurationInput = Shapes::StructureShape.new(name: 'PutCapacityAssignmentConfigurationInput')
241
+ PutCapacityAssignmentConfigurationOutput = Shapes::StructureShape.new(name: 'PutCapacityAssignmentConfigurationOutput')
127
242
  QueryExecution = Shapes::StructureShape.new(name: 'QueryExecution')
128
243
  QueryExecutionContext = Shapes::StructureShape.new(name: 'QueryExecutionContext')
129
244
  QueryExecutionId = Shapes::StringShape.new(name: 'QueryExecutionId')
@@ -132,21 +247,54 @@ module Aws::Athena
132
247
  QueryExecutionState = Shapes::StringShape.new(name: 'QueryExecutionState')
133
248
  QueryExecutionStatistics = Shapes::StructureShape.new(name: 'QueryExecutionStatistics')
134
249
  QueryExecutionStatus = Shapes::StructureShape.new(name: 'QueryExecutionStatus')
250
+ QueryResultsS3AccessGrantsConfiguration = Shapes::StructureShape.new(name: 'QueryResultsS3AccessGrantsConfiguration')
251
+ QueryRuntimeStatistics = Shapes::StructureShape.new(name: 'QueryRuntimeStatistics')
252
+ QueryRuntimeStatisticsRows = Shapes::StructureShape.new(name: 'QueryRuntimeStatisticsRows')
253
+ QueryRuntimeStatisticsTimeline = Shapes::StructureShape.new(name: 'QueryRuntimeStatisticsTimeline')
254
+ QueryStage = Shapes::StructureShape.new(name: 'QueryStage')
255
+ QueryStagePlanNode = Shapes::StructureShape.new(name: 'QueryStagePlanNode')
256
+ QueryStagePlanNodes = Shapes::ListShape.new(name: 'QueryStagePlanNodes')
257
+ QueryStages = Shapes::ListShape.new(name: 'QueryStages')
135
258
  QueryString = Shapes::StringShape.new(name: 'QueryString')
136
259
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
137
260
  ResultConfiguration = Shapes::StructureShape.new(name: 'ResultConfiguration')
138
261
  ResultConfigurationUpdates = Shapes::StructureShape.new(name: 'ResultConfigurationUpdates')
262
+ ResultOutputLocation = Shapes::StringShape.new(name: 'ResultOutputLocation')
263
+ ResultReuseByAgeConfiguration = Shapes::StructureShape.new(name: 'ResultReuseByAgeConfiguration')
264
+ ResultReuseConfiguration = Shapes::StructureShape.new(name: 'ResultReuseConfiguration')
265
+ ResultReuseInformation = Shapes::StructureShape.new(name: 'ResultReuseInformation')
139
266
  ResultSet = Shapes::StructureShape.new(name: 'ResultSet')
140
267
  ResultSetMetadata = Shapes::StructureShape.new(name: 'ResultSetMetadata')
268
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
141
269
  Row = Shapes::StructureShape.new(name: 'Row')
142
270
  RowList = Shapes::ListShape.new(name: 'RowList')
271
+ S3AclOption = Shapes::StringShape.new(name: 'S3AclOption')
272
+ S3Uri = Shapes::StringShape.new(name: 'S3Uri')
273
+ SessionAlreadyExistsException = Shapes::StructureShape.new(name: 'SessionAlreadyExistsException')
274
+ SessionConfiguration = Shapes::StructureShape.new(name: 'SessionConfiguration')
275
+ SessionId = Shapes::StringShape.new(name: 'SessionId')
276
+ SessionIdleTimeoutInMinutes = Shapes::IntegerShape.new(name: 'SessionIdleTimeoutInMinutes')
277
+ SessionManagerToken = Shapes::StringShape.new(name: 'SessionManagerToken')
278
+ SessionState = Shapes::StringShape.new(name: 'SessionState')
279
+ SessionStatistics = Shapes::StructureShape.new(name: 'SessionStatistics')
280
+ SessionStatus = Shapes::StructureShape.new(name: 'SessionStatus')
281
+ SessionSummary = Shapes::StructureShape.new(name: 'SessionSummary')
282
+ SessionsList = Shapes::ListShape.new(name: 'SessionsList')
283
+ StartCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StartCalculationExecutionRequest')
284
+ StartCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StartCalculationExecutionResponse')
143
285
  StartQueryExecutionInput = Shapes::StructureShape.new(name: 'StartQueryExecutionInput')
144
286
  StartQueryExecutionOutput = Shapes::StructureShape.new(name: 'StartQueryExecutionOutput')
287
+ StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
288
+ StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
145
289
  StatementName = Shapes::StringShape.new(name: 'StatementName')
146
290
  StatementType = Shapes::StringShape.new(name: 'StatementType')
291
+ StopCalculationExecutionRequest = Shapes::StructureShape.new(name: 'StopCalculationExecutionRequest')
292
+ StopCalculationExecutionResponse = Shapes::StructureShape.new(name: 'StopCalculationExecutionResponse')
147
293
  StopQueryExecutionInput = Shapes::StructureShape.new(name: 'StopQueryExecutionInput')
148
294
  StopQueryExecutionOutput = Shapes::StructureShape.new(name: 'StopQueryExecutionOutput')
149
295
  String = Shapes::StringShape.new(name: 'String')
296
+ StringList = Shapes::ListShape.new(name: 'StringList')
297
+ SupportedDPUSizeList = Shapes::ListShape.new(name: 'SupportedDPUSizeList')
150
298
  TableMetadata = Shapes::StructureShape.new(name: 'TableMetadata')
151
299
  TableMetadataList = Shapes::ListShape.new(name: 'TableMetadataList')
152
300
  TableTypeString = Shapes::StringShape.new(name: 'TableTypeString')
@@ -157,6 +305,9 @@ module Aws::Athena
157
305
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
158
306
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
159
307
  TagValue = Shapes::StringShape.new(name: 'TagValue')
308
+ TargetDpusInteger = Shapes::IntegerShape.new(name: 'TargetDpusInteger')
309
+ TerminateSessionRequest = Shapes::StructureShape.new(name: 'TerminateSessionRequest')
310
+ TerminateSessionResponse = Shapes::StructureShape.new(name: 'TerminateSessionResponse')
160
311
  ThrottleReason = Shapes::StringShape.new(name: 'ThrottleReason')
161
312
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
162
313
  Token = Shapes::StringShape.new(name: 'Token')
@@ -164,12 +315,22 @@ module Aws::Athena
164
315
  TypeString = Shapes::StringShape.new(name: 'TypeString')
165
316
  UnprocessedNamedQueryId = Shapes::StructureShape.new(name: 'UnprocessedNamedQueryId')
166
317
  UnprocessedNamedQueryIdList = Shapes::ListShape.new(name: 'UnprocessedNamedQueryIdList')
318
+ UnprocessedPreparedStatementName = Shapes::StructureShape.new(name: 'UnprocessedPreparedStatementName')
319
+ UnprocessedPreparedStatementNameList = Shapes::ListShape.new(name: 'UnprocessedPreparedStatementNameList')
167
320
  UnprocessedQueryExecutionId = Shapes::StructureShape.new(name: 'UnprocessedQueryExecutionId')
168
321
  UnprocessedQueryExecutionIdList = Shapes::ListShape.new(name: 'UnprocessedQueryExecutionIdList')
169
322
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
170
323
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
324
+ UpdateCapacityReservationInput = Shapes::StructureShape.new(name: 'UpdateCapacityReservationInput')
325
+ UpdateCapacityReservationOutput = Shapes::StructureShape.new(name: 'UpdateCapacityReservationOutput')
171
326
  UpdateDataCatalogInput = Shapes::StructureShape.new(name: 'UpdateDataCatalogInput')
172
327
  UpdateDataCatalogOutput = Shapes::StructureShape.new(name: 'UpdateDataCatalogOutput')
328
+ UpdateNamedQueryInput = Shapes::StructureShape.new(name: 'UpdateNamedQueryInput')
329
+ UpdateNamedQueryOutput = Shapes::StructureShape.new(name: 'UpdateNamedQueryOutput')
330
+ UpdateNotebookInput = Shapes::StructureShape.new(name: 'UpdateNotebookInput')
331
+ UpdateNotebookMetadataInput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataInput')
332
+ UpdateNotebookMetadataOutput = Shapes::StructureShape.new(name: 'UpdateNotebookMetadataOutput')
333
+ UpdateNotebookOutput = Shapes::StructureShape.new(name: 'UpdateNotebookOutput')
173
334
  UpdatePreparedStatementInput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementInput')
174
335
  UpdatePreparedStatementOutput = Shapes::StructureShape.new(name: 'UpdatePreparedStatementOutput')
175
336
  UpdateWorkGroupInput = Shapes::StructureShape.new(name: 'UpdateWorkGroupInput')
@@ -179,13 +340,26 @@ module Aws::Athena
179
340
  WorkGroupConfigurationUpdates = Shapes::StructureShape.new(name: 'WorkGroupConfigurationUpdates')
180
341
  WorkGroupDescriptionString = Shapes::StringShape.new(name: 'WorkGroupDescriptionString')
181
342
  WorkGroupName = Shapes::StringShape.new(name: 'WorkGroupName')
343
+ WorkGroupNamesList = Shapes::ListShape.new(name: 'WorkGroupNamesList')
182
344
  WorkGroupState = Shapes::StringShape.new(name: 'WorkGroupState')
183
345
  WorkGroupSummary = Shapes::StructureShape.new(name: 'WorkGroupSummary')
184
346
  WorkGroupsList = Shapes::ListShape.new(name: 'WorkGroupsList')
185
347
  datumList = Shapes::ListShape.new(name: 'datumList')
186
348
  datumString = Shapes::StringShape.new(name: 'datumString')
187
349
 
350
+ AclConfiguration.add_member(:s3_acl_option, Shapes::ShapeRef.new(shape: S3AclOption, required: true, location_name: "S3AclOption"))
351
+ AclConfiguration.struct_class = Types::AclConfiguration
352
+
353
+ ApplicationDPUSizes.add_member(:application_runtime_id, Shapes::ShapeRef.new(shape: NameString, location_name: "ApplicationRuntimeId"))
354
+ ApplicationDPUSizes.add_member(:supported_dpu_sizes, Shapes::ShapeRef.new(shape: SupportedDPUSizeList, location_name: "SupportedDPUSizes"))
355
+ ApplicationDPUSizes.struct_class = Types::ApplicationDPUSizes
356
+
357
+ ApplicationDPUSizesList.member = Shapes::ShapeRef.new(shape: ApplicationDPUSizes)
358
+
188
359
  AthenaError.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "ErrorCategory"))
360
+ AthenaError.add_member(:error_type, Shapes::ShapeRef.new(shape: ErrorType, location_name: "ErrorType"))
361
+ AthenaError.add_member(:retryable, Shapes::ShapeRef.new(shape: Boolean, location_name: "Retryable"))
362
+ AthenaError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
189
363
  AthenaError.struct_class = Types::AthenaError
190
364
 
191
365
  BatchGetNamedQueryInput.add_member(:named_query_ids, Shapes::ShapeRef.new(shape: NamedQueryIdList, required: true, location_name: "NamedQueryIds"))
@@ -195,6 +369,14 @@ module Aws::Athena
195
369
  BatchGetNamedQueryOutput.add_member(:unprocessed_named_query_ids, Shapes::ShapeRef.new(shape: UnprocessedNamedQueryIdList, location_name: "UnprocessedNamedQueryIds"))
196
370
  BatchGetNamedQueryOutput.struct_class = Types::BatchGetNamedQueryOutput
197
371
 
372
+ BatchGetPreparedStatementInput.add_member(:prepared_statement_names, Shapes::ShapeRef.new(shape: PreparedStatementNameList, required: true, location_name: "PreparedStatementNames"))
373
+ BatchGetPreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
374
+ BatchGetPreparedStatementInput.struct_class = Types::BatchGetPreparedStatementInput
375
+
376
+ BatchGetPreparedStatementOutput.add_member(:prepared_statements, Shapes::ShapeRef.new(shape: PreparedStatementDetailsList, location_name: "PreparedStatements"))
377
+ BatchGetPreparedStatementOutput.add_member(:unprocessed_prepared_statement_names, Shapes::ShapeRef.new(shape: UnprocessedPreparedStatementNameList, location_name: "UnprocessedPreparedStatementNames"))
378
+ BatchGetPreparedStatementOutput.struct_class = Types::BatchGetPreparedStatementOutput
379
+
198
380
  BatchGetQueryExecutionInput.add_member(:query_execution_ids, Shapes::ShapeRef.new(shape: QueryExecutionIdList, required: true, location_name: "QueryExecutionIds"))
199
381
  BatchGetQueryExecutionInput.struct_class = Types::BatchGetQueryExecutionInput
200
382
 
@@ -202,6 +384,63 @@ module Aws::Athena
202
384
  BatchGetQueryExecutionOutput.add_member(:unprocessed_query_execution_ids, Shapes::ShapeRef.new(shape: UnprocessedQueryExecutionIdList, location_name: "UnprocessedQueryExecutionIds"))
203
385
  BatchGetQueryExecutionOutput.struct_class = Types::BatchGetQueryExecutionOutput
204
386
 
387
+ CalculationConfiguration.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
388
+ CalculationConfiguration.struct_class = Types::CalculationConfiguration
389
+
390
+ CalculationResult.add_member(:std_out_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdOutS3Uri"))
391
+ CalculationResult.add_member(:std_error_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "StdErrorS3Uri"))
392
+ CalculationResult.add_member(:result_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ResultS3Uri"))
393
+ CalculationResult.add_member(:result_type, Shapes::ShapeRef.new(shape: CalculationResultType, location_name: "ResultType"))
394
+ CalculationResult.struct_class = Types::CalculationResult
395
+
396
+ CalculationStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
397
+ CalculationStatistics.add_member(:progress, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Progress"))
398
+ CalculationStatistics.struct_class = Types::CalculationStatistics
399
+
400
+ CalculationStatus.add_member(:submission_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "SubmissionDateTime"))
401
+ CalculationStatus.add_member(:completion_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CompletionDateTime"))
402
+ CalculationStatus.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
403
+ CalculationStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
404
+ CalculationStatus.struct_class = Types::CalculationStatus
405
+
406
+ CalculationSummary.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
407
+ CalculationSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
408
+ CalculationSummary.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
409
+ CalculationSummary.struct_class = Types::CalculationSummary
410
+
411
+ CalculationsList.member = Shapes::ShapeRef.new(shape: CalculationSummary)
412
+
413
+ CancelCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
414
+ CancelCapacityReservationInput.struct_class = Types::CancelCapacityReservationInput
415
+
416
+ CancelCapacityReservationOutput.struct_class = Types::CancelCapacityReservationOutput
417
+
418
+ CapacityAllocation.add_member(:status, Shapes::ShapeRef.new(shape: CapacityAllocationStatus, required: true, location_name: "Status"))
419
+ CapacityAllocation.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
420
+ CapacityAllocation.add_member(:request_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "RequestTime"))
421
+ CapacityAllocation.add_member(:request_completion_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequestCompletionTime"))
422
+ CapacityAllocation.struct_class = Types::CapacityAllocation
423
+
424
+ CapacityAssignment.add_member(:work_group_names, Shapes::ShapeRef.new(shape: WorkGroupNamesList, location_name: "WorkGroupNames"))
425
+ CapacityAssignment.struct_class = Types::CapacityAssignment
426
+
427
+ CapacityAssignmentConfiguration.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, location_name: "CapacityReservationName"))
428
+ CapacityAssignmentConfiguration.add_member(:capacity_assignments, Shapes::ShapeRef.new(shape: CapacityAssignmentsList, location_name: "CapacityAssignments"))
429
+ CapacityAssignmentConfiguration.struct_class = Types::CapacityAssignmentConfiguration
430
+
431
+ CapacityAssignmentsList.member = Shapes::ShapeRef.new(shape: CapacityAssignment)
432
+
433
+ CapacityReservation.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
434
+ CapacityReservation.add_member(:status, Shapes::ShapeRef.new(shape: CapacityReservationStatus, required: true, location_name: "Status"))
435
+ CapacityReservation.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
436
+ CapacityReservation.add_member(:allocated_dpus, Shapes::ShapeRef.new(shape: AllocatedDpusInteger, required: true, location_name: "AllocatedDpus"))
437
+ CapacityReservation.add_member(:last_allocation, Shapes::ShapeRef.new(shape: CapacityAllocation, location_name: "LastAllocation"))
438
+ CapacityReservation.add_member(:last_successful_allocation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSuccessfulAllocationTime"))
439
+ CapacityReservation.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
440
+ CapacityReservation.struct_class = Types::CapacityReservation
441
+
442
+ CapacityReservationsList.member = Shapes::ShapeRef.new(shape: CapacityReservation)
443
+
205
444
  Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
206
445
  Column.add_member(:type, Shapes::ShapeRef.new(shape: TypeString, location_name: "Type"))
207
446
  Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
@@ -223,6 +462,13 @@ module Aws::Athena
223
462
 
224
463
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
225
464
 
465
+ CreateCapacityReservationInput.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
466
+ CreateCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
467
+ CreateCapacityReservationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
468
+ CreateCapacityReservationInput.struct_class = Types::CreateCapacityReservationInput
469
+
470
+ CreateCapacityReservationOutput.struct_class = Types::CreateCapacityReservationOutput
471
+
226
472
  CreateDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
227
473
  CreateDataCatalogInput.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
228
474
  CreateDataCatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -243,6 +489,14 @@ module Aws::Athena
243
489
  CreateNamedQueryOutput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, location_name: "NamedQueryId"))
244
490
  CreateNamedQueryOutput.struct_class = Types::CreateNamedQueryOutput
245
491
 
492
+ CreateNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
493
+ CreateNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
494
+ CreateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
495
+ CreateNotebookInput.struct_class = Types::CreateNotebookInput
496
+
497
+ CreateNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
498
+ CreateNotebookOutput.struct_class = Types::CreateNotebookOutput
499
+
246
500
  CreatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
247
501
  CreatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
248
502
  CreatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -251,6 +505,14 @@ module Aws::Athena
251
505
 
252
506
  CreatePreparedStatementOutput.struct_class = Types::CreatePreparedStatementOutput
253
507
 
508
+ CreatePresignedNotebookUrlRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
509
+ CreatePresignedNotebookUrlRequest.struct_class = Types::CreatePresignedNotebookUrlRequest
510
+
511
+ CreatePresignedNotebookUrlResponse.add_member(:notebook_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NotebookUrl"))
512
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: AuthToken, required: true, location_name: "AuthToken"))
513
+ CreatePresignedNotebookUrlResponse.add_member(:auth_token_expiration_time, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AuthTokenExpirationTime"))
514
+ CreatePresignedNotebookUrlResponse.struct_class = Types::CreatePresignedNotebookUrlResponse
515
+
254
516
  CreateWorkGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "Name"))
255
517
  CreateWorkGroupInput.add_member(:configuration, Shapes::ShapeRef.new(shape: WorkGroupConfiguration, location_name: "Configuration"))
256
518
  CreateWorkGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
@@ -259,6 +521,9 @@ module Aws::Athena
259
521
 
260
522
  CreateWorkGroupOutput.struct_class = Types::CreateWorkGroupOutput
261
523
 
524
+ CustomerContentEncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKey, required: true, location_name: "KmsKey"))
525
+ CustomerContentEncryptionConfiguration.struct_class = Types::CustomerContentEncryptionConfiguration
526
+
262
527
  DataCatalog.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
263
528
  DataCatalog.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
264
529
  DataCatalog.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
@@ -281,6 +546,11 @@ module Aws::Athena
281
546
  Datum.add_member(:var_char_value, Shapes::ShapeRef.new(shape: datumString, location_name: "VarCharValue"))
282
547
  Datum.struct_class = Types::Datum
283
548
 
549
+ DeleteCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
550
+ DeleteCapacityReservationInput.struct_class = Types::DeleteCapacityReservationInput
551
+
552
+ DeleteCapacityReservationOutput.struct_class = Types::DeleteCapacityReservationOutput
553
+
284
554
  DeleteDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
285
555
  DeleteDataCatalogInput.struct_class = Types::DeleteDataCatalogInput
286
556
 
@@ -291,6 +561,11 @@ module Aws::Athena
291
561
 
292
562
  DeleteNamedQueryOutput.struct_class = Types::DeleteNamedQueryOutput
293
563
 
564
+ DeleteNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
565
+ DeleteNotebookInput.struct_class = Types::DeleteNotebookInput
566
+
567
+ DeleteNotebookOutput.struct_class = Types::DeleteNotebookOutput
568
+
294
569
  DeletePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
295
570
  DeletePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
296
571
  DeletePreparedStatementInput.struct_class = Types::DeletePreparedStatementInput
@@ -307,13 +582,80 @@ module Aws::Athena
307
582
  EncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: String, location_name: "KmsKey"))
308
583
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
309
584
 
585
+ EngineConfiguration.add_member(:coordinator_dpu_size, Shapes::ShapeRef.new(shape: CoordinatorDpuSize, location_name: "CoordinatorDpuSize"))
586
+ EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus, required: true, location_name: "MaxConcurrentDpus"))
587
+ EngineConfiguration.add_member(:default_executor_dpu_size, Shapes::ShapeRef.new(shape: DefaultExecutorDpuSize, location_name: "DefaultExecutorDpuSize"))
588
+ EngineConfiguration.add_member(:additional_configs, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "AdditionalConfigs"))
589
+ EngineConfiguration.add_member(:spark_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "SparkProperties"))
590
+ EngineConfiguration.struct_class = Types::EngineConfiguration
591
+
310
592
  EngineVersion.add_member(:selected_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "SelectedEngineVersion"))
311
593
  EngineVersion.add_member(:effective_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EffectiveEngineVersion"))
312
594
  EngineVersion.struct_class = Types::EngineVersion
313
595
 
314
596
  EngineVersionsList.member = Shapes::ShapeRef.new(shape: EngineVersion)
315
597
 
598
+ ExecutionParameters.member = Shapes::ShapeRef.new(shape: ExecutionParameter)
599
+
600
+ ExecutorsSummary.add_member(:executor_id, Shapes::ShapeRef.new(shape: ExecutorId, required: true, location_name: "ExecutorId"))
601
+ ExecutorsSummary.add_member(:executor_type, Shapes::ShapeRef.new(shape: ExecutorType, location_name: "ExecutorType"))
602
+ ExecutorsSummary.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "StartDateTime"))
603
+ ExecutorsSummary.add_member(:termination_date_time, Shapes::ShapeRef.new(shape: Long, location_name: "TerminationDateTime"))
604
+ ExecutorsSummary.add_member(:executor_state, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorState"))
605
+ ExecutorsSummary.add_member(:executor_size, Shapes::ShapeRef.new(shape: Long, location_name: "ExecutorSize"))
606
+ ExecutorsSummary.struct_class = Types::ExecutorsSummary
607
+
608
+ ExecutorsSummaryList.member = Shapes::ShapeRef.new(shape: ExecutorsSummary)
609
+
610
+ ExportNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
611
+ ExportNotebookInput.struct_class = Types::ExportNotebookInput
612
+
613
+ ExportNotebookOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
614
+ ExportNotebookOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
615
+ ExportNotebookOutput.struct_class = Types::ExportNotebookOutput
616
+
617
+ FilterDefinition.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
618
+ FilterDefinition.struct_class = Types::FilterDefinition
619
+
620
+ GetCalculationExecutionCodeRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
621
+ GetCalculationExecutionCodeRequest.struct_class = Types::GetCalculationExecutionCodeRequest
622
+
623
+ GetCalculationExecutionCodeResponse.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
624
+ GetCalculationExecutionCodeResponse.struct_class = Types::GetCalculationExecutionCodeResponse
625
+
626
+ GetCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
627
+ GetCalculationExecutionRequest.struct_class = Types::GetCalculationExecutionRequest
628
+
629
+ GetCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
630
+ GetCalculationExecutionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
631
+ GetCalculationExecutionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
632
+ GetCalculationExecutionResponse.add_member(:working_directory, Shapes::ShapeRef.new(shape: S3Uri, location_name: "WorkingDirectory"))
633
+ GetCalculationExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
634
+ GetCalculationExecutionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
635
+ GetCalculationExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: CalculationResult, location_name: "Result"))
636
+ GetCalculationExecutionResponse.struct_class = Types::GetCalculationExecutionResponse
637
+
638
+ GetCalculationExecutionStatusRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
639
+ GetCalculationExecutionStatusRequest.struct_class = Types::GetCalculationExecutionStatusRequest
640
+
641
+ GetCalculationExecutionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: CalculationStatus, location_name: "Status"))
642
+ GetCalculationExecutionStatusResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: CalculationStatistics, location_name: "Statistics"))
643
+ GetCalculationExecutionStatusResponse.struct_class = Types::GetCalculationExecutionStatusResponse
644
+
645
+ GetCapacityAssignmentConfigurationInput.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "CapacityReservationName"))
646
+ GetCapacityAssignmentConfigurationInput.struct_class = Types::GetCapacityAssignmentConfigurationInput
647
+
648
+ GetCapacityAssignmentConfigurationOutput.add_member(:capacity_assignment_configuration, Shapes::ShapeRef.new(shape: CapacityAssignmentConfiguration, required: true, location_name: "CapacityAssignmentConfiguration"))
649
+ GetCapacityAssignmentConfigurationOutput.struct_class = Types::GetCapacityAssignmentConfigurationOutput
650
+
651
+ GetCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
652
+ GetCapacityReservationInput.struct_class = Types::GetCapacityReservationInput
653
+
654
+ GetCapacityReservationOutput.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, required: true, location_name: "CapacityReservation"))
655
+ GetCapacityReservationOutput.struct_class = Types::GetCapacityReservationOutput
656
+
316
657
  GetDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
658
+ GetDataCatalogInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
317
659
  GetDataCatalogInput.struct_class = Types::GetDataCatalogInput
318
660
 
319
661
  GetDataCatalogOutput.add_member(:data_catalog, Shapes::ShapeRef.new(shape: DataCatalog, location_name: "DataCatalog"))
@@ -321,6 +663,7 @@ module Aws::Athena
321
663
 
322
664
  GetDatabaseInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
323
665
  GetDatabaseInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
666
+ GetDatabaseInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
324
667
  GetDatabaseInput.struct_class = Types::GetDatabaseInput
325
668
 
326
669
  GetDatabaseOutput.add_member(:database, Shapes::ShapeRef.new(shape: Database, location_name: "Database"))
@@ -332,6 +675,12 @@ module Aws::Athena
332
675
  GetNamedQueryOutput.add_member(:named_query, Shapes::ShapeRef.new(shape: NamedQuery, location_name: "NamedQuery"))
333
676
  GetNamedQueryOutput.struct_class = Types::GetNamedQueryOutput
334
677
 
678
+ GetNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
679
+ GetNotebookMetadataInput.struct_class = Types::GetNotebookMetadataInput
680
+
681
+ GetNotebookMetadataOutput.add_member(:notebook_metadata, Shapes::ShapeRef.new(shape: NotebookMetadata, location_name: "NotebookMetadata"))
682
+ GetNotebookMetadataOutput.struct_class = Types::GetNotebookMetadataOutput
683
+
335
684
  GetPreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
336
685
  GetPreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
337
686
  GetPreparedStatementInput.struct_class = Types::GetPreparedStatementInput
@@ -355,9 +704,37 @@ module Aws::Athena
355
704
  GetQueryResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
356
705
  GetQueryResultsOutput.struct_class = Types::GetQueryResultsOutput
357
706
 
707
+ GetQueryRuntimeStatisticsInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId"))
708
+ GetQueryRuntimeStatisticsInput.struct_class = Types::GetQueryRuntimeStatisticsInput
709
+
710
+ GetQueryRuntimeStatisticsOutput.add_member(:query_runtime_statistics, Shapes::ShapeRef.new(shape: QueryRuntimeStatistics, location_name: "QueryRuntimeStatistics"))
711
+ GetQueryRuntimeStatisticsOutput.struct_class = Types::GetQueryRuntimeStatisticsOutput
712
+
713
+ GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
714
+ GetSessionRequest.struct_class = Types::GetSessionRequest
715
+
716
+ GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
717
+ GetSessionResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
718
+ GetSessionResponse.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
719
+ GetSessionResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "EngineVersion"))
720
+ GetSessionResponse.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, location_name: "EngineConfiguration"))
721
+ GetSessionResponse.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
722
+ GetSessionResponse.add_member(:session_configuration, Shapes::ShapeRef.new(shape: SessionConfiguration, location_name: "SessionConfiguration"))
723
+ GetSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
724
+ GetSessionResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: SessionStatistics, location_name: "Statistics"))
725
+ GetSessionResponse.struct_class = Types::GetSessionResponse
726
+
727
+ GetSessionStatusRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
728
+ GetSessionStatusRequest.struct_class = Types::GetSessionStatusRequest
729
+
730
+ GetSessionStatusResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
731
+ GetSessionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
732
+ GetSessionStatusResponse.struct_class = Types::GetSessionStatusResponse
733
+
358
734
  GetTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
359
735
  GetTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
360
736
  GetTableMetadataInput.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
737
+ GetTableMetadataInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
361
738
  GetTableMetadataInput.struct_class = Types::GetTableMetadataInput
362
739
 
363
740
  GetTableMetadataOutput.add_member(:table_metadata, Shapes::ShapeRef.new(shape: TableMetadata, location_name: "TableMetadata"))
@@ -369,6 +746,21 @@ module Aws::Athena
369
746
  GetWorkGroupOutput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
370
747
  GetWorkGroupOutput.struct_class = Types::GetWorkGroupOutput
371
748
 
749
+ IdentityCenterConfiguration.add_member(:enable_identity_center, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableIdentityCenter"))
750
+ IdentityCenterConfiguration.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, location_name: "IdentityCenterInstanceArn"))
751
+ IdentityCenterConfiguration.struct_class = Types::IdentityCenterConfiguration
752
+
753
+ ImportNotebookInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
754
+ ImportNotebookInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
755
+ ImportNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
756
+ ImportNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, required: true, location_name: "Type"))
757
+ ImportNotebookInput.add_member(:notebook_s3_location_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "NotebookS3LocationUri"))
758
+ ImportNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
759
+ ImportNotebookInput.struct_class = Types::ImportNotebookInput
760
+
761
+ ImportNotebookOutput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
762
+ ImportNotebookOutput.struct_class = Types::ImportNotebookOutput
763
+
372
764
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
373
765
  InternalServerException.struct_class = Types::InternalServerException
374
766
 
@@ -376,8 +768,35 @@ module Aws::Athena
376
768
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
377
769
  InvalidRequestException.struct_class = Types::InvalidRequestException
378
770
 
771
+ ListApplicationDPUSizesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxApplicationDPUSizesCount, location_name: "MaxResults"))
772
+ ListApplicationDPUSizesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
773
+ ListApplicationDPUSizesInput.struct_class = Types::ListApplicationDPUSizesInput
774
+
775
+ ListApplicationDPUSizesOutput.add_member(:application_dpu_sizes, Shapes::ShapeRef.new(shape: ApplicationDPUSizesList, location_name: "ApplicationDPUSizes"))
776
+ ListApplicationDPUSizesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
777
+ ListApplicationDPUSizesOutput.struct_class = Types::ListApplicationDPUSizesOutput
778
+
779
+ ListCalculationExecutionsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
780
+ ListCalculationExecutionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "StateFilter"))
781
+ ListCalculationExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCalculationsCount, location_name: "MaxResults"))
782
+ ListCalculationExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
783
+ ListCalculationExecutionsRequest.struct_class = Types::ListCalculationExecutionsRequest
784
+
785
+ ListCalculationExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
786
+ ListCalculationExecutionsResponse.add_member(:calculations, Shapes::ShapeRef.new(shape: CalculationsList, location_name: "Calculations"))
787
+ ListCalculationExecutionsResponse.struct_class = Types::ListCalculationExecutionsResponse
788
+
789
+ ListCapacityReservationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
790
+ ListCapacityReservationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCapacityReservationsCount, location_name: "MaxResults"))
791
+ ListCapacityReservationsInput.struct_class = Types::ListCapacityReservationsInput
792
+
793
+ ListCapacityReservationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
794
+ ListCapacityReservationsOutput.add_member(:capacity_reservations, Shapes::ShapeRef.new(shape: CapacityReservationsList, required: true, location_name: "CapacityReservations"))
795
+ ListCapacityReservationsOutput.struct_class = Types::ListCapacityReservationsOutput
796
+
379
797
  ListDataCatalogsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
380
798
  ListDataCatalogsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxDataCatalogsCount, location_name: "MaxResults"))
799
+ ListDataCatalogsInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
381
800
  ListDataCatalogsInput.struct_class = Types::ListDataCatalogsInput
382
801
 
383
802
  ListDataCatalogsOutput.add_member(:data_catalogs_summary, Shapes::ShapeRef.new(shape: DataCatalogSummaryList, location_name: "DataCatalogsSummary"))
@@ -387,6 +806,7 @@ module Aws::Athena
387
806
  ListDatabasesInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
388
807
  ListDatabasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
389
808
  ListDatabasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxDatabasesCount, location_name: "MaxResults"))
809
+ ListDatabasesInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
390
810
  ListDatabasesInput.struct_class = Types::ListDatabasesInput
391
811
 
392
812
  ListDatabasesOutput.add_member(:database_list, Shapes::ShapeRef.new(shape: DatabaseList, location_name: "DatabaseList"))
@@ -401,6 +821,17 @@ module Aws::Athena
401
821
  ListEngineVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
402
822
  ListEngineVersionsOutput.struct_class = Types::ListEngineVersionsOutput
403
823
 
824
+ ListExecutorsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
825
+ ListExecutorsRequest.add_member(:executor_state_filter, Shapes::ShapeRef.new(shape: ExecutorState, location_name: "ExecutorStateFilter"))
826
+ ListExecutorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxListExecutorsCount, location_name: "MaxResults"))
827
+ ListExecutorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
828
+ ListExecutorsRequest.struct_class = Types::ListExecutorsRequest
829
+
830
+ ListExecutorsResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
831
+ ListExecutorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
832
+ ListExecutorsResponse.add_member(:executors_summary, Shapes::ShapeRef.new(shape: ExecutorsSummaryList, location_name: "ExecutorsSummary"))
833
+ ListExecutorsResponse.struct_class = Types::ListExecutorsResponse
834
+
404
835
  ListNamedQueriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
405
836
  ListNamedQueriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNamedQueriesCount, location_name: "MaxResults"))
406
837
  ListNamedQueriesInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
@@ -410,6 +841,25 @@ module Aws::Athena
410
841
  ListNamedQueriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
411
842
  ListNamedQueriesOutput.struct_class = Types::ListNamedQueriesOutput
412
843
 
844
+ ListNotebookMetadataInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterDefinition, location_name: "Filters"))
845
+ ListNotebookMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
846
+ ListNotebookMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxNotebooksCount, location_name: "MaxResults"))
847
+ ListNotebookMetadataInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
848
+ ListNotebookMetadataInput.struct_class = Types::ListNotebookMetadataInput
849
+
850
+ ListNotebookMetadataOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
851
+ ListNotebookMetadataOutput.add_member(:notebook_metadata_list, Shapes::ShapeRef.new(shape: NotebookMetadataArray, location_name: "NotebookMetadataList"))
852
+ ListNotebookMetadataOutput.struct_class = Types::ListNotebookMetadataOutput
853
+
854
+ ListNotebookSessionsRequest.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
855
+ ListNotebookSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
856
+ ListNotebookSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
857
+ ListNotebookSessionsRequest.struct_class = Types::ListNotebookSessionsRequest
858
+
859
+ ListNotebookSessionsResponse.add_member(:notebook_sessions_list, Shapes::ShapeRef.new(shape: NotebookSessionsList, required: true, location_name: "NotebookSessionsList"))
860
+ ListNotebookSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
861
+ ListNotebookSessionsResponse.struct_class = Types::ListNotebookSessionsResponse
862
+
413
863
  ListPreparedStatementsInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
414
864
  ListPreparedStatementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
415
865
  ListPreparedStatementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPreparedStatementsCount, location_name: "MaxResults"))
@@ -428,11 +878,22 @@ module Aws::Athena
428
878
  ListQueryExecutionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
429
879
  ListQueryExecutionsOutput.struct_class = Types::ListQueryExecutionsOutput
430
880
 
881
+ ListSessionsRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
882
+ ListSessionsRequest.add_member(:state_filter, Shapes::ShapeRef.new(shape: SessionState, location_name: "StateFilter"))
883
+ ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSessionsCount, location_name: "MaxResults"))
884
+ ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
885
+ ListSessionsRequest.struct_class = Types::ListSessionsRequest
886
+
887
+ ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SessionManagerToken, location_name: "NextToken"))
888
+ ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionsList, location_name: "Sessions"))
889
+ ListSessionsResponse.struct_class = Types::ListSessionsResponse
890
+
431
891
  ListTableMetadataInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "CatalogName"))
432
892
  ListTableMetadataInput.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
433
893
  ListTableMetadataInput.add_member(:expression, Shapes::ShapeRef.new(shape: ExpressionString, location_name: "Expression"))
434
894
  ListTableMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
435
895
  ListTableMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxTableMetadataCount, location_name: "MaxResults"))
896
+ ListTableMetadataInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
436
897
  ListTableMetadataInput.struct_class = Types::ListTableMetadataInput
437
898
 
438
899
  ListTableMetadataOutput.add_member(:table_metadata_list, Shapes::ShapeRef.new(shape: TableMetadataList, location_name: "TableMetadataList"))
@@ -471,6 +932,22 @@ module Aws::Athena
471
932
 
472
933
  NamedQueryList.member = Shapes::ShapeRef.new(shape: NamedQuery)
473
934
 
935
+ NotebookMetadata.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, location_name: "NotebookId"))
936
+ NotebookMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, location_name: "Name"))
937
+ NotebookMetadata.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
938
+ NotebookMetadata.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
939
+ NotebookMetadata.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, location_name: "Type"))
940
+ NotebookMetadata.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
941
+ NotebookMetadata.struct_class = Types::NotebookMetadata
942
+
943
+ NotebookMetadataArray.member = Shapes::ShapeRef.new(shape: NotebookMetadata)
944
+
945
+ NotebookSessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
946
+ NotebookSessionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
947
+ NotebookSessionSummary.struct_class = Types::NotebookSessionSummary
948
+
949
+ NotebookSessionsList.member = Shapes::ShapeRef.new(shape: NotebookSessionSummary)
950
+
474
951
  ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
475
952
  ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
476
953
 
@@ -481,21 +958,35 @@ module Aws::Athena
481
958
  PreparedStatement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
482
959
  PreparedStatement.struct_class = Types::PreparedStatement
483
960
 
961
+ PreparedStatementDetailsList.member = Shapes::ShapeRef.new(shape: PreparedStatement)
962
+
963
+ PreparedStatementNameList.member = Shapes::ShapeRef.new(shape: StatementName)
964
+
484
965
  PreparedStatementSummary.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
485
966
  PreparedStatementSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedTime"))
486
967
  PreparedStatementSummary.struct_class = Types::PreparedStatementSummary
487
968
 
488
969
  PreparedStatementsList.member = Shapes::ShapeRef.new(shape: PreparedStatementSummary)
489
970
 
971
+ PutCapacityAssignmentConfigurationInput.add_member(:capacity_reservation_name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "CapacityReservationName"))
972
+ PutCapacityAssignmentConfigurationInput.add_member(:capacity_assignments, Shapes::ShapeRef.new(shape: CapacityAssignmentsList, required: true, location_name: "CapacityAssignments"))
973
+ PutCapacityAssignmentConfigurationInput.struct_class = Types::PutCapacityAssignmentConfigurationInput
974
+
975
+ PutCapacityAssignmentConfigurationOutput.struct_class = Types::PutCapacityAssignmentConfigurationOutput
976
+
490
977
  QueryExecution.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
491
978
  QueryExecution.add_member(:query, Shapes::ShapeRef.new(shape: QueryString, location_name: "Query"))
492
979
  QueryExecution.add_member(:statement_type, Shapes::ShapeRef.new(shape: StatementType, location_name: "StatementType"))
493
980
  QueryExecution.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
981
+ QueryExecution.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
494
982
  QueryExecution.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
495
983
  QueryExecution.add_member(:status, Shapes::ShapeRef.new(shape: QueryExecutionStatus, location_name: "Status"))
496
984
  QueryExecution.add_member(:statistics, Shapes::ShapeRef.new(shape: QueryExecutionStatistics, location_name: "Statistics"))
497
985
  QueryExecution.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
498
986
  QueryExecution.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
987
+ QueryExecution.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
988
+ QueryExecution.add_member(:substatement_type, Shapes::ShapeRef.new(shape: String, location_name: "SubstatementType"))
989
+ QueryExecution.add_member(:query_results_s3_access_grants_configuration, Shapes::ShapeRef.new(shape: QueryResultsS3AccessGrantsConfiguration, location_name: "QueryResultsS3AccessGrantsConfiguration"))
499
990
  QueryExecution.struct_class = Types::QueryExecution
500
991
 
501
992
  QueryExecutionContext.add_member(:database, Shapes::ShapeRef.new(shape: DatabaseString, location_name: "Database"))
@@ -511,8 +1002,10 @@ module Aws::Athena
511
1002
  QueryExecutionStatistics.add_member(:data_manifest_location, Shapes::ShapeRef.new(shape: String, location_name: "DataManifestLocation"))
512
1003
  QueryExecutionStatistics.add_member(:total_execution_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "TotalExecutionTimeInMillis"))
513
1004
  QueryExecutionStatistics.add_member(:query_queue_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryQueueTimeInMillis"))
1005
+ QueryExecutionStatistics.add_member(:service_pre_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServicePreProcessingTimeInMillis"))
514
1006
  QueryExecutionStatistics.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
515
1007
  QueryExecutionStatistics.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
1008
+ QueryExecutionStatistics.add_member(:result_reuse_information, Shapes::ShapeRef.new(shape: ResultReuseInformation, location_name: "ResultReuseInformation"))
516
1009
  QueryExecutionStatistics.struct_class = Types::QueryExecutionStatistics
517
1010
 
518
1011
  QueryExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: QueryExecutionState, location_name: "State"))
@@ -522,20 +1015,81 @@ module Aws::Athena
522
1015
  QueryExecutionStatus.add_member(:athena_error, Shapes::ShapeRef.new(shape: AthenaError, location_name: "AthenaError"))
523
1016
  QueryExecutionStatus.struct_class = Types::QueryExecutionStatus
524
1017
 
1018
+ QueryResultsS3AccessGrantsConfiguration.add_member(:enable_s3_access_grants, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "EnableS3AccessGrants"))
1019
+ QueryResultsS3AccessGrantsConfiguration.add_member(:create_user_level_prefix, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CreateUserLevelPrefix"))
1020
+ QueryResultsS3AccessGrantsConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, required: true, location_name: "AuthenticationType"))
1021
+ QueryResultsS3AccessGrantsConfiguration.struct_class = Types::QueryResultsS3AccessGrantsConfiguration
1022
+
1023
+ QueryRuntimeStatistics.add_member(:timeline, Shapes::ShapeRef.new(shape: QueryRuntimeStatisticsTimeline, location_name: "Timeline"))
1024
+ QueryRuntimeStatistics.add_member(:rows, Shapes::ShapeRef.new(shape: QueryRuntimeStatisticsRows, location_name: "Rows"))
1025
+ QueryRuntimeStatistics.add_member(:output_stage, Shapes::ShapeRef.new(shape: QueryStage, location_name: "OutputStage"))
1026
+ QueryRuntimeStatistics.struct_class = Types::QueryRuntimeStatistics
1027
+
1028
+ QueryRuntimeStatisticsRows.add_member(:input_rows, Shapes::ShapeRef.new(shape: Long, location_name: "InputRows"))
1029
+ QueryRuntimeStatisticsRows.add_member(:input_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "InputBytes"))
1030
+ QueryRuntimeStatisticsRows.add_member(:output_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "OutputBytes"))
1031
+ QueryRuntimeStatisticsRows.add_member(:output_rows, Shapes::ShapeRef.new(shape: Long, location_name: "OutputRows"))
1032
+ QueryRuntimeStatisticsRows.struct_class = Types::QueryRuntimeStatisticsRows
1033
+
1034
+ QueryRuntimeStatisticsTimeline.add_member(:query_queue_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryQueueTimeInMillis"))
1035
+ QueryRuntimeStatisticsTimeline.add_member(:service_pre_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServicePreProcessingTimeInMillis"))
1036
+ QueryRuntimeStatisticsTimeline.add_member(:query_planning_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "QueryPlanningTimeInMillis"))
1037
+ QueryRuntimeStatisticsTimeline.add_member(:engine_execution_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "EngineExecutionTimeInMillis"))
1038
+ QueryRuntimeStatisticsTimeline.add_member(:service_processing_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ServiceProcessingTimeInMillis"))
1039
+ QueryRuntimeStatisticsTimeline.add_member(:total_execution_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "TotalExecutionTimeInMillis"))
1040
+ QueryRuntimeStatisticsTimeline.struct_class = Types::QueryRuntimeStatisticsTimeline
1041
+
1042
+ QueryStage.add_member(:stage_id, Shapes::ShapeRef.new(shape: Long, location_name: "StageId"))
1043
+ QueryStage.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
1044
+ QueryStage.add_member(:output_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "OutputBytes"))
1045
+ QueryStage.add_member(:output_rows, Shapes::ShapeRef.new(shape: Long, location_name: "OutputRows"))
1046
+ QueryStage.add_member(:input_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "InputBytes"))
1047
+ QueryStage.add_member(:input_rows, Shapes::ShapeRef.new(shape: Long, location_name: "InputRows"))
1048
+ QueryStage.add_member(:execution_time, Shapes::ShapeRef.new(shape: Long, location_name: "ExecutionTime"))
1049
+ QueryStage.add_member(:query_stage_plan, Shapes::ShapeRef.new(shape: QueryStagePlanNode, location_name: "QueryStagePlan"))
1050
+ QueryStage.add_member(:sub_stages, Shapes::ShapeRef.new(shape: QueryStages, location_name: "SubStages"))
1051
+ QueryStage.struct_class = Types::QueryStage
1052
+
1053
+ QueryStagePlanNode.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
1054
+ QueryStagePlanNode.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "Identifier"))
1055
+ QueryStagePlanNode.add_member(:children, Shapes::ShapeRef.new(shape: QueryStagePlanNodes, location_name: "Children"))
1056
+ QueryStagePlanNode.add_member(:remote_sources, Shapes::ShapeRef.new(shape: StringList, location_name: "RemoteSources"))
1057
+ QueryStagePlanNode.struct_class = Types::QueryStagePlanNode
1058
+
1059
+ QueryStagePlanNodes.member = Shapes::ShapeRef.new(shape: QueryStagePlanNode)
1060
+
1061
+ QueryStages.member = Shapes::ShapeRef.new(shape: QueryStage)
1062
+
525
1063
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
526
1064
  ResourceNotFoundException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceName"))
527
1065
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
528
1066
 
529
- ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "OutputLocation"))
1067
+ ResultConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
530
1068
  ResultConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1069
+ ResultConfiguration.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
1070
+ ResultConfiguration.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
531
1071
  ResultConfiguration.struct_class = Types::ResultConfiguration
532
1072
 
533
- ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "OutputLocation"))
1073
+ ResultConfigurationUpdates.add_member(:output_location, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "OutputLocation"))
534
1074
  ResultConfigurationUpdates.add_member(:remove_output_location, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveOutputLocation"))
535
1075
  ResultConfigurationUpdates.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
536
1076
  ResultConfigurationUpdates.add_member(:remove_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveEncryptionConfiguration"))
1077
+ ResultConfigurationUpdates.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "ExpectedBucketOwner"))
1078
+ ResultConfigurationUpdates.add_member(:remove_expected_bucket_owner, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveExpectedBucketOwner"))
1079
+ ResultConfigurationUpdates.add_member(:acl_configuration, Shapes::ShapeRef.new(shape: AclConfiguration, location_name: "AclConfiguration"))
1080
+ ResultConfigurationUpdates.add_member(:remove_acl_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveAclConfiguration"))
537
1081
  ResultConfigurationUpdates.struct_class = Types::ResultConfigurationUpdates
538
1082
 
1083
+ ResultReuseByAgeConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
1084
+ ResultReuseByAgeConfiguration.add_member(:max_age_in_minutes, Shapes::ShapeRef.new(shape: Age, location_name: "MaxAgeInMinutes"))
1085
+ ResultReuseByAgeConfiguration.struct_class = Types::ResultReuseByAgeConfiguration
1086
+
1087
+ ResultReuseConfiguration.add_member(:result_reuse_by_age_configuration, Shapes::ShapeRef.new(shape: ResultReuseByAgeConfiguration, location_name: "ResultReuseByAgeConfiguration"))
1088
+ ResultReuseConfiguration.struct_class = Types::ResultReuseConfiguration
1089
+
1090
+ ResultReuseInformation.add_member(:reused_previous_result, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ReusedPreviousResult"))
1091
+ ResultReuseInformation.struct_class = Types::ResultReuseInformation
1092
+
539
1093
  ResultSet.add_member(:rows, Shapes::ShapeRef.new(shape: RowList, location_name: "Rows"))
540
1094
  ResultSet.add_member(:result_set_metadata, Shapes::ShapeRef.new(shape: ResultSetMetadata, location_name: "ResultSetMetadata"))
541
1095
  ResultSet.struct_class = Types::ResultSet
@@ -548,21 +1102,85 @@ module Aws::Athena
548
1102
 
549
1103
  RowList.member = Shapes::ShapeRef.new(shape: Row)
550
1104
 
1105
+ SessionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1106
+ SessionAlreadyExistsException.struct_class = Types::SessionAlreadyExistsException
1107
+
1108
+ SessionConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1109
+ SessionConfiguration.add_member(:working_directory, Shapes::ShapeRef.new(shape: ResultOutputLocation, location_name: "WorkingDirectory"))
1110
+ SessionConfiguration.add_member(:idle_timeout_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IdleTimeoutSeconds"))
1111
+ SessionConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1112
+ SessionConfiguration.struct_class = Types::SessionConfiguration
1113
+
1114
+ SessionStatistics.add_member(:dpu_execution_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "DpuExecutionInMillis"))
1115
+ SessionStatistics.struct_class = Types::SessionStatistics
1116
+
1117
+ SessionStatus.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "StartDateTime"))
1118
+ SessionStatus.add_member(:last_modified_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastModifiedDateTime"))
1119
+ SessionStatus.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "EndDateTime"))
1120
+ SessionStatus.add_member(:idle_since_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "IdleSinceDateTime"))
1121
+ SessionStatus.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1122
+ SessionStatus.add_member(:state_change_reason, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "StateChangeReason"))
1123
+ SessionStatus.struct_class = Types::SessionStatus
1124
+
1125
+ SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1126
+ SessionSummary.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1127
+ SessionSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1128
+ SessionSummary.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1129
+ SessionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
1130
+ SessionSummary.struct_class = Types::SessionSummary
1131
+
1132
+ SessionsList.member = Shapes::ShapeRef.new(shape: SessionSummary)
1133
+
1134
+ StartCalculationExecutionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1135
+ StartCalculationExecutionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1136
+ 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"}))
1137
+ StartCalculationExecutionRequest.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
1138
+ StartCalculationExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1139
+ StartCalculationExecutionRequest.struct_class = Types::StartCalculationExecutionRequest
1140
+
1141
+ StartCalculationExecutionResponse.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, location_name: "CalculationExecutionId"))
1142
+ StartCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1143
+ StartCalculationExecutionResponse.struct_class = Types::StartCalculationExecutionResponse
1144
+
551
1145
  StartQueryExecutionInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
552
1146
  StartQueryExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
553
1147
  StartQueryExecutionInput.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
554
1148
  StartQueryExecutionInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
555
1149
  StartQueryExecutionInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
1150
+ StartQueryExecutionInput.add_member(:execution_parameters, Shapes::ShapeRef.new(shape: ExecutionParameters, location_name: "ExecutionParameters"))
1151
+ StartQueryExecutionInput.add_member(:result_reuse_configuration, Shapes::ShapeRef.new(shape: ResultReuseConfiguration, location_name: "ResultReuseConfiguration"))
556
1152
  StartQueryExecutionInput.struct_class = Types::StartQueryExecutionInput
557
1153
 
558
1154
  StartQueryExecutionOutput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
559
1155
  StartQueryExecutionOutput.struct_class = Types::StartQueryExecutionOutput
560
1156
 
1157
+ StartSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1158
+ StartSessionRequest.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
1159
+ StartSessionRequest.add_member(:engine_configuration, Shapes::ShapeRef.new(shape: EngineConfiguration, required: true, location_name: "EngineConfiguration"))
1160
+ StartSessionRequest.add_member(:notebook_version, Shapes::ShapeRef.new(shape: NameString, location_name: "NotebookVersion"))
1161
+ StartSessionRequest.add_member(:session_idle_timeout_in_minutes, Shapes::ShapeRef.new(shape: SessionIdleTimeoutInMinutes, location_name: "SessionIdleTimeoutInMinutes"))
1162
+ StartSessionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
1163
+ StartSessionRequest.struct_class = Types::StartSessionRequest
1164
+
1165
+ StartSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1166
+ StartSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1167
+ StartSessionResponse.struct_class = Types::StartSessionResponse
1168
+
1169
+ StopCalculationExecutionRequest.add_member(:calculation_execution_id, Shapes::ShapeRef.new(shape: CalculationExecutionId, required: true, location_name: "CalculationExecutionId"))
1170
+ StopCalculationExecutionRequest.struct_class = Types::StopCalculationExecutionRequest
1171
+
1172
+ StopCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
1173
+ StopCalculationExecutionResponse.struct_class = Types::StopCalculationExecutionResponse
1174
+
561
1175
  StopQueryExecutionInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId", metadata: {"idempotencyToken"=>true}))
562
1176
  StopQueryExecutionInput.struct_class = Types::StopQueryExecutionInput
563
1177
 
564
1178
  StopQueryExecutionOutput.struct_class = Types::StopQueryExecutionOutput
565
1179
 
1180
+ StringList.member = Shapes::ShapeRef.new(shape: String)
1181
+
1182
+ SupportedDPUSizeList.member = Shapes::ShapeRef.new(shape: Integer)
1183
+
566
1184
  TableMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
567
1185
  TableMetadata.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
568
1186
  TableMetadata.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
@@ -588,6 +1206,12 @@ module Aws::Athena
588
1206
 
589
1207
  TagResourceOutput.struct_class = Types::TagResourceOutput
590
1208
 
1209
+ TerminateSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
1210
+ TerminateSessionRequest.struct_class = Types::TerminateSessionRequest
1211
+
1212
+ TerminateSessionResponse.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, location_name: "State"))
1213
+ TerminateSessionResponse.struct_class = Types::TerminateSessionResponse
1214
+
591
1215
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
592
1216
  TooManyRequestsException.add_member(:reason, Shapes::ShapeRef.new(shape: ThrottleReason, location_name: "Reason"))
593
1217
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
@@ -599,6 +1223,13 @@ module Aws::Athena
599
1223
 
600
1224
  UnprocessedNamedQueryIdList.member = Shapes::ShapeRef.new(shape: UnprocessedNamedQueryId)
601
1225
 
1226
+ UnprocessedPreparedStatementName.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, location_name: "StatementName"))
1227
+ UnprocessedPreparedStatementName.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
1228
+ UnprocessedPreparedStatementName.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
1229
+ UnprocessedPreparedStatementName.struct_class = Types::UnprocessedPreparedStatementName
1230
+
1231
+ UnprocessedPreparedStatementNameList.member = Shapes::ShapeRef.new(shape: UnprocessedPreparedStatementName)
1232
+
602
1233
  UnprocessedQueryExecutionId.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, location_name: "QueryExecutionId"))
603
1234
  UnprocessedQueryExecutionId.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
604
1235
  UnprocessedQueryExecutionId.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
@@ -612,6 +1243,12 @@ module Aws::Athena
612
1243
 
613
1244
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
614
1245
 
1246
+ UpdateCapacityReservationInput.add_member(:target_dpus, Shapes::ShapeRef.new(shape: TargetDpusInteger, required: true, location_name: "TargetDpus"))
1247
+ UpdateCapacityReservationInput.add_member(:name, Shapes::ShapeRef.new(shape: CapacityReservationName, required: true, location_name: "Name"))
1248
+ UpdateCapacityReservationInput.struct_class = Types::UpdateCapacityReservationInput
1249
+
1250
+ UpdateCapacityReservationOutput.struct_class = Types::UpdateCapacityReservationOutput
1251
+
615
1252
  UpdateDataCatalogInput.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
616
1253
  UpdateDataCatalogInput.add_member(:type, Shapes::ShapeRef.new(shape: DataCatalogType, required: true, location_name: "Type"))
617
1254
  UpdateDataCatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -620,6 +1257,30 @@ module Aws::Athena
620
1257
 
621
1258
  UpdateDataCatalogOutput.struct_class = Types::UpdateDataCatalogOutput
622
1259
 
1260
+ UpdateNamedQueryInput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, required: true, location_name: "NamedQueryId"))
1261
+ UpdateNamedQueryInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1262
+ UpdateNamedQueryInput.add_member(:description, Shapes::ShapeRef.new(shape: NamedQueryDescriptionString, location_name: "Description"))
1263
+ UpdateNamedQueryInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
1264
+ UpdateNamedQueryInput.struct_class = Types::UpdateNamedQueryInput
1265
+
1266
+ UpdateNamedQueryOutput.struct_class = Types::UpdateNamedQueryOutput
1267
+
1268
+ UpdateNotebookInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1269
+ UpdateNotebookInput.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
1270
+ UpdateNotebookInput.add_member(:type, Shapes::ShapeRef.new(shape: NotebookType, required: true, location_name: "Type"))
1271
+ UpdateNotebookInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
1272
+ UpdateNotebookInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1273
+ UpdateNotebookInput.struct_class = Types::UpdateNotebookInput
1274
+
1275
+ UpdateNotebookMetadataInput.add_member(:notebook_id, Shapes::ShapeRef.new(shape: NotebookId, required: true, location_name: "NotebookId"))
1276
+ UpdateNotebookMetadataInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1277
+ UpdateNotebookMetadataInput.add_member(:name, Shapes::ShapeRef.new(shape: NotebookName, required: true, location_name: "Name"))
1278
+ UpdateNotebookMetadataInput.struct_class = Types::UpdateNotebookMetadataInput
1279
+
1280
+ UpdateNotebookMetadataOutput.struct_class = Types::UpdateNotebookMetadataOutput
1281
+
1282
+ UpdateNotebookOutput.struct_class = Types::UpdateNotebookOutput
1283
+
623
1284
  UpdatePreparedStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementName, required: true, location_name: "StatementName"))
624
1285
  UpdatePreparedStatementInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, required: true, location_name: "WorkGroup"))
625
1286
  UpdatePreparedStatementInput.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryStatement"))
@@ -641,6 +1302,7 @@ module Aws::Athena
641
1302
  WorkGroup.add_member(:configuration, Shapes::ShapeRef.new(shape: WorkGroupConfiguration, location_name: "Configuration"))
642
1303
  WorkGroup.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
643
1304
  WorkGroup.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
1305
+ WorkGroup.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, location_name: "IdentityCenterApplicationArn"))
644
1306
  WorkGroup.struct_class = Types::WorkGroup
645
1307
 
646
1308
  WorkGroupConfiguration.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
@@ -649,6 +1311,12 @@ module Aws::Athena
649
1311
  WorkGroupConfiguration.add_member(:bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BytesScannedCutoffValue, location_name: "BytesScannedCutoffPerQuery"))
650
1312
  WorkGroupConfiguration.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
651
1313
  WorkGroupConfiguration.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1314
+ WorkGroupConfiguration.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1315
+ WorkGroupConfiguration.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1316
+ WorkGroupConfiguration.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
1317
+ WorkGroupConfiguration.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
1318
+ WorkGroupConfiguration.add_member(:identity_center_configuration, Shapes::ShapeRef.new(shape: IdentityCenterConfiguration, location_name: "IdentityCenterConfiguration"))
1319
+ WorkGroupConfiguration.add_member(:query_results_s3_access_grants_configuration, Shapes::ShapeRef.new(shape: QueryResultsS3AccessGrantsConfiguration, location_name: "QueryResultsS3AccessGrantsConfiguration"))
652
1320
  WorkGroupConfiguration.struct_class = Types::WorkGroupConfiguration
653
1321
 
654
1322
  WorkGroupConfigurationUpdates.add_member(:enforce_work_group_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnforceWorkGroupConfiguration"))
@@ -658,13 +1326,22 @@ module Aws::Athena
658
1326
  WorkGroupConfigurationUpdates.add_member(:remove_bytes_scanned_cutoff_per_query, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveBytesScannedCutoffPerQuery"))
659
1327
  WorkGroupConfigurationUpdates.add_member(:requester_pays_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RequesterPaysEnabled"))
660
1328
  WorkGroupConfigurationUpdates.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1329
+ WorkGroupConfigurationUpdates.add_member(:remove_customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "RemoveCustomerContentEncryptionConfiguration"))
1330
+ WorkGroupConfigurationUpdates.add_member(:additional_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "AdditionalConfiguration"))
1331
+ WorkGroupConfigurationUpdates.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
1332
+ WorkGroupConfigurationUpdates.add_member(:customer_content_encryption_configuration, Shapes::ShapeRef.new(shape: CustomerContentEncryptionConfiguration, location_name: "CustomerContentEncryptionConfiguration"))
1333
+ WorkGroupConfigurationUpdates.add_member(:enable_minimum_encryption_configuration, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableMinimumEncryptionConfiguration"))
1334
+ WorkGroupConfigurationUpdates.add_member(:query_results_s3_access_grants_configuration, Shapes::ShapeRef.new(shape: QueryResultsS3AccessGrantsConfiguration, location_name: "QueryResultsS3AccessGrantsConfiguration"))
661
1335
  WorkGroupConfigurationUpdates.struct_class = Types::WorkGroupConfigurationUpdates
662
1336
 
1337
+ WorkGroupNamesList.member = Shapes::ShapeRef.new(shape: WorkGroupName)
1338
+
663
1339
  WorkGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "Name"))
664
1340
  WorkGroupSummary.add_member(:state, Shapes::ShapeRef.new(shape: WorkGroupState, location_name: "State"))
665
1341
  WorkGroupSummary.add_member(:description, Shapes::ShapeRef.new(shape: WorkGroupDescriptionString, location_name: "Description"))
666
1342
  WorkGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
667
1343
  WorkGroupSummary.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1344
+ WorkGroupSummary.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, location_name: "IdentityCenterApplicationArn"))
668
1345
  WorkGroupSummary.struct_class = Types::WorkGroupSummary
669
1346
 
670
1347
  WorkGroupsList.member = Shapes::ShapeRef.new(shape: WorkGroupSummary)
@@ -699,6 +1376,16 @@ module Aws::Athena
699
1376
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
700
1377
  end)
701
1378
 
1379
+ api.add_operation(:batch_get_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
1380
+ o.name = "BatchGetPreparedStatement"
1381
+ o.http_method = "POST"
1382
+ o.http_request_uri = "/"
1383
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPreparedStatementInput)
1384
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPreparedStatementOutput)
1385
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1387
+ end)
1388
+
702
1389
  api.add_operation(:batch_get_query_execution, Seahorse::Model::Operation.new.tap do |o|
703
1390
  o.name = "BatchGetQueryExecution"
704
1391
  o.http_method = "POST"
@@ -709,6 +1396,26 @@ module Aws::Athena
709
1396
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
710
1397
  end)
711
1398
 
1399
+ api.add_operation(:cancel_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1400
+ o.name = "CancelCapacityReservation"
1401
+ o.http_method = "POST"
1402
+ o.http_request_uri = "/"
1403
+ o.input = Shapes::ShapeRef.new(shape: CancelCapacityReservationInput)
1404
+ o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationOutput)
1405
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1406
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1407
+ end)
1408
+
1409
+ api.add_operation(:create_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1410
+ o.name = "CreateCapacityReservation"
1411
+ o.http_method = "POST"
1412
+ o.http_request_uri = "/"
1413
+ o.input = Shapes::ShapeRef.new(shape: CreateCapacityReservationInput)
1414
+ o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationOutput)
1415
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1416
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1417
+ end)
1418
+
712
1419
  api.add_operation(:create_data_catalog, Seahorse::Model::Operation.new.tap do |o|
713
1420
  o.name = "CreateDataCatalog"
714
1421
  o.http_method = "POST"
@@ -729,6 +1436,17 @@ module Aws::Athena
729
1436
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
730
1437
  end)
731
1438
 
1439
+ api.add_operation(:create_notebook, Seahorse::Model::Operation.new.tap do |o|
1440
+ o.name = "CreateNotebook"
1441
+ o.http_method = "POST"
1442
+ o.http_request_uri = "/"
1443
+ o.input = Shapes::ShapeRef.new(shape: CreateNotebookInput)
1444
+ o.output = Shapes::ShapeRef.new(shape: CreateNotebookOutput)
1445
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1446
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1448
+ end)
1449
+
732
1450
  api.add_operation(:create_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
733
1451
  o.name = "CreatePreparedStatement"
734
1452
  o.http_method = "POST"
@@ -739,6 +1457,17 @@ module Aws::Athena
739
1457
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
740
1458
  end)
741
1459
 
1460
+ api.add_operation(:create_presigned_notebook_url, Seahorse::Model::Operation.new.tap do |o|
1461
+ o.name = "CreatePresignedNotebookUrl"
1462
+ o.http_method = "POST"
1463
+ o.http_request_uri = "/"
1464
+ o.input = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlRequest)
1465
+ o.output = Shapes::ShapeRef.new(shape: CreatePresignedNotebookUrlResponse)
1466
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1469
+ end)
1470
+
742
1471
  api.add_operation(:create_work_group, Seahorse::Model::Operation.new.tap do |o|
743
1472
  o.name = "CreateWorkGroup"
744
1473
  o.http_method = "POST"
@@ -749,6 +1478,16 @@ module Aws::Athena
749
1478
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
750
1479
  end)
751
1480
 
1481
+ api.add_operation(:delete_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1482
+ o.name = "DeleteCapacityReservation"
1483
+ o.http_method = "POST"
1484
+ o.http_request_uri = "/"
1485
+ o.input = Shapes::ShapeRef.new(shape: DeleteCapacityReservationInput)
1486
+ o.output = Shapes::ShapeRef.new(shape: DeleteCapacityReservationOutput)
1487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1489
+ end)
1490
+
752
1491
  api.add_operation(:delete_data_catalog, Seahorse::Model::Operation.new.tap do |o|
753
1492
  o.name = "DeleteDataCatalog"
754
1493
  o.http_method = "POST"
@@ -769,6 +1508,17 @@ module Aws::Athena
769
1508
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
770
1509
  end)
771
1510
 
1511
+ api.add_operation(:delete_notebook, Seahorse::Model::Operation.new.tap do |o|
1512
+ o.name = "DeleteNotebook"
1513
+ o.http_method = "POST"
1514
+ o.http_request_uri = "/"
1515
+ o.input = Shapes::ShapeRef.new(shape: DeleteNotebookInput)
1516
+ o.output = Shapes::ShapeRef.new(shape: DeleteNotebookOutput)
1517
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1519
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1520
+ end)
1521
+
772
1522
  api.add_operation(:delete_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
773
1523
  o.name = "DeletePreparedStatement"
774
1524
  o.http_method = "POST"
@@ -790,6 +1540,70 @@ module Aws::Athena
790
1540
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
791
1541
  end)
792
1542
 
1543
+ api.add_operation(:export_notebook, Seahorse::Model::Operation.new.tap do |o|
1544
+ o.name = "ExportNotebook"
1545
+ o.http_method = "POST"
1546
+ o.http_request_uri = "/"
1547
+ o.input = Shapes::ShapeRef.new(shape: ExportNotebookInput)
1548
+ o.output = Shapes::ShapeRef.new(shape: ExportNotebookOutput)
1549
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1550
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1551
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1552
+ end)
1553
+
1554
+ api.add_operation(:get_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
1555
+ o.name = "GetCalculationExecution"
1556
+ o.http_method = "POST"
1557
+ o.http_request_uri = "/"
1558
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionRequest)
1559
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionResponse)
1560
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1563
+ end)
1564
+
1565
+ api.add_operation(:get_calculation_execution_code, Seahorse::Model::Operation.new.tap do |o|
1566
+ o.name = "GetCalculationExecutionCode"
1567
+ o.http_method = "POST"
1568
+ o.http_request_uri = "/"
1569
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeRequest)
1570
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionCodeResponse)
1571
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1574
+ end)
1575
+
1576
+ api.add_operation(:get_calculation_execution_status, Seahorse::Model::Operation.new.tap do |o|
1577
+ o.name = "GetCalculationExecutionStatus"
1578
+ o.http_method = "POST"
1579
+ o.http_request_uri = "/"
1580
+ o.input = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusRequest)
1581
+ o.output = Shapes::ShapeRef.new(shape: GetCalculationExecutionStatusResponse)
1582
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1585
+ end)
1586
+
1587
+ api.add_operation(:get_capacity_assignment_configuration, Seahorse::Model::Operation.new.tap do |o|
1588
+ o.name = "GetCapacityAssignmentConfiguration"
1589
+ o.http_method = "POST"
1590
+ o.http_request_uri = "/"
1591
+ o.input = Shapes::ShapeRef.new(shape: GetCapacityAssignmentConfigurationInput)
1592
+ o.output = Shapes::ShapeRef.new(shape: GetCapacityAssignmentConfigurationOutput)
1593
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1595
+ end)
1596
+
1597
+ api.add_operation(:get_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
1598
+ o.name = "GetCapacityReservation"
1599
+ o.http_method = "POST"
1600
+ o.http_request_uri = "/"
1601
+ o.input = Shapes::ShapeRef.new(shape: GetCapacityReservationInput)
1602
+ o.output = Shapes::ShapeRef.new(shape: GetCapacityReservationOutput)
1603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1605
+ end)
1606
+
793
1607
  api.add_operation(:get_data_catalog, Seahorse::Model::Operation.new.tap do |o|
794
1608
  o.name = "GetDataCatalog"
795
1609
  o.http_method = "POST"
@@ -821,6 +1635,17 @@ module Aws::Athena
821
1635
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
822
1636
  end)
823
1637
 
1638
+ api.add_operation(:get_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1639
+ o.name = "GetNotebookMetadata"
1640
+ o.http_method = "POST"
1641
+ o.http_request_uri = "/"
1642
+ o.input = Shapes::ShapeRef.new(shape: GetNotebookMetadataInput)
1643
+ o.output = Shapes::ShapeRef.new(shape: GetNotebookMetadataOutput)
1644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1647
+ end)
1648
+
824
1649
  api.add_operation(:get_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
825
1650
  o.name = "GetPreparedStatement"
826
1651
  o.http_method = "POST"
@@ -850,6 +1675,7 @@ module Aws::Athena
850
1675
  o.output = Shapes::ShapeRef.new(shape: GetQueryResultsOutput)
851
1676
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
852
1677
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
853
1679
  o[:pager] = Aws::Pager.new(
854
1680
  limit_key: "max_results",
855
1681
  tokens: {
@@ -858,6 +1684,38 @@ module Aws::Athena
858
1684
  )
859
1685
  end)
860
1686
 
1687
+ api.add_operation(:get_query_runtime_statistics, Seahorse::Model::Operation.new.tap do |o|
1688
+ o.name = "GetQueryRuntimeStatistics"
1689
+ o.http_method = "POST"
1690
+ o.http_request_uri = "/"
1691
+ o.input = Shapes::ShapeRef.new(shape: GetQueryRuntimeStatisticsInput)
1692
+ o.output = Shapes::ShapeRef.new(shape: GetQueryRuntimeStatisticsOutput)
1693
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1695
+ end)
1696
+
1697
+ api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
1698
+ o.name = "GetSession"
1699
+ o.http_method = "POST"
1700
+ o.http_request_uri = "/"
1701
+ o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
1702
+ o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
1703
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1704
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1706
+ end)
1707
+
1708
+ api.add_operation(:get_session_status, Seahorse::Model::Operation.new.tap do |o|
1709
+ o.name = "GetSessionStatus"
1710
+ o.http_method = "POST"
1711
+ o.http_request_uri = "/"
1712
+ o.input = Shapes::ShapeRef.new(shape: GetSessionStatusRequest)
1713
+ o.output = Shapes::ShapeRef.new(shape: GetSessionStatusResponse)
1714
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1717
+ end)
1718
+
861
1719
  api.add_operation(:get_table_metadata, Seahorse::Model::Operation.new.tap do |o|
862
1720
  o.name = "GetTableMetadata"
863
1721
  o.http_method = "POST"
@@ -879,6 +1737,67 @@ module Aws::Athena
879
1737
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
880
1738
  end)
881
1739
 
1740
+ api.add_operation(:import_notebook, Seahorse::Model::Operation.new.tap do |o|
1741
+ o.name = "ImportNotebook"
1742
+ o.http_method = "POST"
1743
+ o.http_request_uri = "/"
1744
+ o.input = Shapes::ShapeRef.new(shape: ImportNotebookInput)
1745
+ o.output = Shapes::ShapeRef.new(shape: ImportNotebookOutput)
1746
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1749
+ end)
1750
+
1751
+ api.add_operation(:list_application_dpu_sizes, Seahorse::Model::Operation.new.tap do |o|
1752
+ o.name = "ListApplicationDPUSizes"
1753
+ o.http_method = "POST"
1754
+ o.http_request_uri = "/"
1755
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesInput)
1756
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationDPUSizesOutput)
1757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1760
+ o[:pager] = Aws::Pager.new(
1761
+ limit_key: "max_results",
1762
+ tokens: {
1763
+ "next_token" => "next_token"
1764
+ }
1765
+ )
1766
+ end)
1767
+
1768
+ api.add_operation(:list_calculation_executions, Seahorse::Model::Operation.new.tap do |o|
1769
+ o.name = "ListCalculationExecutions"
1770
+ o.http_method = "POST"
1771
+ o.http_request_uri = "/"
1772
+ o.input = Shapes::ShapeRef.new(shape: ListCalculationExecutionsRequest)
1773
+ o.output = Shapes::ShapeRef.new(shape: ListCalculationExecutionsResponse)
1774
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1777
+ o[:pager] = Aws::Pager.new(
1778
+ limit_key: "max_results",
1779
+ tokens: {
1780
+ "next_token" => "next_token"
1781
+ }
1782
+ )
1783
+ end)
1784
+
1785
+ api.add_operation(:list_capacity_reservations, Seahorse::Model::Operation.new.tap do |o|
1786
+ o.name = "ListCapacityReservations"
1787
+ o.http_method = "POST"
1788
+ o.http_request_uri = "/"
1789
+ o.input = Shapes::ShapeRef.new(shape: ListCapacityReservationsInput)
1790
+ o.output = Shapes::ShapeRef.new(shape: ListCapacityReservationsOutput)
1791
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1793
+ o[:pager] = Aws::Pager.new(
1794
+ limit_key: "max_results",
1795
+ tokens: {
1796
+ "next_token" => "next_token"
1797
+ }
1798
+ )
1799
+ end)
1800
+
882
1801
  api.add_operation(:list_data_catalogs, Seahorse::Model::Operation.new.tap do |o|
883
1802
  o.name = "ListDataCatalogs"
884
1803
  o.http_method = "POST"
@@ -920,6 +1839,29 @@ module Aws::Athena
920
1839
  o.output = Shapes::ShapeRef.new(shape: ListEngineVersionsOutput)
921
1840
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
922
1841
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1842
+ o[:pager] = Aws::Pager.new(
1843
+ limit_key: "max_results",
1844
+ tokens: {
1845
+ "next_token" => "next_token"
1846
+ }
1847
+ )
1848
+ end)
1849
+
1850
+ api.add_operation(:list_executors, Seahorse::Model::Operation.new.tap do |o|
1851
+ o.name = "ListExecutors"
1852
+ o.http_method = "POST"
1853
+ o.http_request_uri = "/"
1854
+ o.input = Shapes::ShapeRef.new(shape: ListExecutorsRequest)
1855
+ o.output = Shapes::ShapeRef.new(shape: ListExecutorsResponse)
1856
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1859
+ o[:pager] = Aws::Pager.new(
1860
+ limit_key: "max_results",
1861
+ tokens: {
1862
+ "next_token" => "next_token"
1863
+ }
1864
+ )
923
1865
  end)
924
1866
 
925
1867
  api.add_operation(:list_named_queries, Seahorse::Model::Operation.new.tap do |o|
@@ -938,6 +1880,28 @@ module Aws::Athena
938
1880
  )
939
1881
  end)
940
1882
 
1883
+ api.add_operation(:list_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
1884
+ o.name = "ListNotebookMetadata"
1885
+ o.http_method = "POST"
1886
+ o.http_request_uri = "/"
1887
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookMetadataInput)
1888
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookMetadataOutput)
1889
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1890
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1892
+ end)
1893
+
1894
+ api.add_operation(:list_notebook_sessions, Seahorse::Model::Operation.new.tap do |o|
1895
+ o.name = "ListNotebookSessions"
1896
+ o.http_method = "POST"
1897
+ o.http_request_uri = "/"
1898
+ o.input = Shapes::ShapeRef.new(shape: ListNotebookSessionsRequest)
1899
+ o.output = Shapes::ShapeRef.new(shape: ListNotebookSessionsResponse)
1900
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1903
+ end)
1904
+
941
1905
  api.add_operation(:list_prepared_statements, Seahorse::Model::Operation.new.tap do |o|
942
1906
  o.name = "ListPreparedStatements"
943
1907
  o.http_method = "POST"
@@ -970,6 +1934,23 @@ module Aws::Athena
970
1934
  )
971
1935
  end)
972
1936
 
1937
+ api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
1938
+ o.name = "ListSessions"
1939
+ o.http_method = "POST"
1940
+ o.http_request_uri = "/"
1941
+ o.input = Shapes::ShapeRef.new(shape: ListSessionsRequest)
1942
+ o.output = Shapes::ShapeRef.new(shape: ListSessionsResponse)
1943
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1944
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1945
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1946
+ o[:pager] = Aws::Pager.new(
1947
+ limit_key: "max_results",
1948
+ tokens: {
1949
+ "next_token" => "next_token"
1950
+ }
1951
+ )
1952
+ end)
1953
+
973
1954
  api.add_operation(:list_table_metadata, Seahorse::Model::Operation.new.tap do |o|
974
1955
  o.name = "ListTableMetadata"
975
1956
  o.http_method = "POST"
@@ -1020,6 +2001,27 @@ module Aws::Athena
1020
2001
  )
1021
2002
  end)
1022
2003
 
2004
+ api.add_operation(:put_capacity_assignment_configuration, Seahorse::Model::Operation.new.tap do |o|
2005
+ o.name = "PutCapacityAssignmentConfiguration"
2006
+ o.http_method = "POST"
2007
+ o.http_request_uri = "/"
2008
+ o.input = Shapes::ShapeRef.new(shape: PutCapacityAssignmentConfigurationInput)
2009
+ o.output = Shapes::ShapeRef.new(shape: PutCapacityAssignmentConfigurationOutput)
2010
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2012
+ end)
2013
+
2014
+ api.add_operation(:start_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
2015
+ o.name = "StartCalculationExecution"
2016
+ o.http_method = "POST"
2017
+ o.http_request_uri = "/"
2018
+ o.input = Shapes::ShapeRef.new(shape: StartCalculationExecutionRequest)
2019
+ o.output = Shapes::ShapeRef.new(shape: StartCalculationExecutionResponse)
2020
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2022
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2023
+ end)
2024
+
1023
2025
  api.add_operation(:start_query_execution, Seahorse::Model::Operation.new.tap do |o|
1024
2026
  o.name = "StartQueryExecution"
1025
2027
  o.http_method = "POST"
@@ -1031,6 +2033,30 @@ module Aws::Athena
1031
2033
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1032
2034
  end)
1033
2035
 
2036
+ api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
2037
+ o.name = "StartSession"
2038
+ o.http_method = "POST"
2039
+ o.http_request_uri = "/"
2040
+ o.input = Shapes::ShapeRef.new(shape: StartSessionRequest)
2041
+ o.output = Shapes::ShapeRef.new(shape: StartSessionResponse)
2042
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2043
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2044
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2045
+ o.errors << Shapes::ShapeRef.new(shape: SessionAlreadyExistsException)
2046
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2047
+ end)
2048
+
2049
+ api.add_operation(:stop_calculation_execution, Seahorse::Model::Operation.new.tap do |o|
2050
+ o.name = "StopCalculationExecution"
2051
+ o.http_method = "POST"
2052
+ o.http_request_uri = "/"
2053
+ o.input = Shapes::ShapeRef.new(shape: StopCalculationExecutionRequest)
2054
+ o.output = Shapes::ShapeRef.new(shape: StopCalculationExecutionResponse)
2055
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2056
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2057
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2058
+ end)
2059
+
1034
2060
  api.add_operation(:stop_query_execution, Seahorse::Model::Operation.new.tap do |o|
1035
2061
  o.name = "StopQueryExecution"
1036
2062
  o.http_method = "POST"
@@ -1052,6 +2078,17 @@ module Aws::Athena
1052
2078
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1053
2079
  end)
1054
2080
 
2081
+ api.add_operation(:terminate_session, Seahorse::Model::Operation.new.tap do |o|
2082
+ o.name = "TerminateSession"
2083
+ o.http_method = "POST"
2084
+ o.http_request_uri = "/"
2085
+ o.input = Shapes::ShapeRef.new(shape: TerminateSessionRequest)
2086
+ o.output = Shapes::ShapeRef.new(shape: TerminateSessionResponse)
2087
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2088
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2089
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2090
+ end)
2091
+
1055
2092
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1056
2093
  o.name = "UntagResource"
1057
2094
  o.http_method = "POST"
@@ -1063,6 +2100,16 @@ module Aws::Athena
1063
2100
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1064
2101
  end)
1065
2102
 
2103
+ api.add_operation(:update_capacity_reservation, Seahorse::Model::Operation.new.tap do |o|
2104
+ o.name = "UpdateCapacityReservation"
2105
+ o.http_method = "POST"
2106
+ o.http_request_uri = "/"
2107
+ o.input = Shapes::ShapeRef.new(shape: UpdateCapacityReservationInput)
2108
+ o.output = Shapes::ShapeRef.new(shape: UpdateCapacityReservationOutput)
2109
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2110
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2111
+ end)
2112
+
1066
2113
  api.add_operation(:update_data_catalog, Seahorse::Model::Operation.new.tap do |o|
1067
2114
  o.name = "UpdateDataCatalog"
1068
2115
  o.http_method = "POST"
@@ -1073,6 +2120,38 @@ module Aws::Athena
1073
2120
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1074
2121
  end)
1075
2122
 
2123
+ api.add_operation(:update_named_query, Seahorse::Model::Operation.new.tap do |o|
2124
+ o.name = "UpdateNamedQuery"
2125
+ o.http_method = "POST"
2126
+ o.http_request_uri = "/"
2127
+ o.input = Shapes::ShapeRef.new(shape: UpdateNamedQueryInput)
2128
+ o.output = Shapes::ShapeRef.new(shape: UpdateNamedQueryOutput)
2129
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2130
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2131
+ end)
2132
+
2133
+ api.add_operation(:update_notebook, Seahorse::Model::Operation.new.tap do |o|
2134
+ o.name = "UpdateNotebook"
2135
+ o.http_method = "POST"
2136
+ o.http_request_uri = "/"
2137
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookInput)
2138
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookOutput)
2139
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2140
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2141
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2142
+ end)
2143
+
2144
+ api.add_operation(:update_notebook_metadata, Seahorse::Model::Operation.new.tap do |o|
2145
+ o.name = "UpdateNotebookMetadata"
2146
+ o.http_method = "POST"
2147
+ o.http_request_uri = "/"
2148
+ o.input = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataInput)
2149
+ o.output = Shapes::ShapeRef.new(shape: UpdateNotebookMetadataOutput)
2150
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2151
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2152
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2153
+ end)
2154
+
1076
2155
  api.add_operation(:update_prepared_statement, Seahorse::Model::Operation.new.tap do |o|
1077
2156
  o.name = "UpdatePreparedStatement"
1078
2157
  o.http_method = "POST"