aws-sdk-athena 1.58.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,24 +66,40 @@ module Aws::Athena
66
66
  Aws::Athena::Endpoints::CreateDataCatalog.build(context)
67
67
  when :create_named_query
68
68
  Aws::Athena::Endpoints::CreateNamedQuery.build(context)
69
+ when :create_notebook
70
+ Aws::Athena::Endpoints::CreateNotebook.build(context)
69
71
  when :create_prepared_statement
70
72
  Aws::Athena::Endpoints::CreatePreparedStatement.build(context)
73
+ when :create_presigned_notebook_url
74
+ Aws::Athena::Endpoints::CreatePresignedNotebookUrl.build(context)
71
75
  when :create_work_group
72
76
  Aws::Athena::Endpoints::CreateWorkGroup.build(context)
73
77
  when :delete_data_catalog
74
78
  Aws::Athena::Endpoints::DeleteDataCatalog.build(context)
75
79
  when :delete_named_query
76
80
  Aws::Athena::Endpoints::DeleteNamedQuery.build(context)
81
+ when :delete_notebook
82
+ Aws::Athena::Endpoints::DeleteNotebook.build(context)
77
83
  when :delete_prepared_statement
78
84
  Aws::Athena::Endpoints::DeletePreparedStatement.build(context)
79
85
  when :delete_work_group
80
86
  Aws::Athena::Endpoints::DeleteWorkGroup.build(context)
87
+ when :export_notebook
88
+ Aws::Athena::Endpoints::ExportNotebook.build(context)
89
+ when :get_calculation_execution
90
+ Aws::Athena::Endpoints::GetCalculationExecution.build(context)
91
+ when :get_calculation_execution_code
92
+ Aws::Athena::Endpoints::GetCalculationExecutionCode.build(context)
93
+ when :get_calculation_execution_status
94
+ Aws::Athena::Endpoints::GetCalculationExecutionStatus.build(context)
81
95
  when :get_data_catalog
82
96
  Aws::Athena::Endpoints::GetDataCatalog.build(context)
83
97
  when :get_database
84
98
  Aws::Athena::Endpoints::GetDatabase.build(context)
85
99
  when :get_named_query
86
100
  Aws::Athena::Endpoints::GetNamedQuery.build(context)
101
+ when :get_notebook_metadata
102
+ Aws::Athena::Endpoints::GetNotebookMetadata.build(context)
87
103
  when :get_prepared_statement
88
104
  Aws::Athena::Endpoints::GetPreparedStatement.build(context)
89
105
  when :get_query_execution
@@ -92,40 +108,70 @@ module Aws::Athena
92
108
  Aws::Athena::Endpoints::GetQueryResults.build(context)
93
109
  when :get_query_runtime_statistics
94
110
  Aws::Athena::Endpoints::GetQueryRuntimeStatistics.build(context)
111
+ when :get_session
112
+ Aws::Athena::Endpoints::GetSession.build(context)
113
+ when :get_session_status
114
+ Aws::Athena::Endpoints::GetSessionStatus.build(context)
95
115
  when :get_table_metadata
96
116
  Aws::Athena::Endpoints::GetTableMetadata.build(context)
97
117
  when :get_work_group
98
118
  Aws::Athena::Endpoints::GetWorkGroup.build(context)
119
+ when :import_notebook
120
+ Aws::Athena::Endpoints::ImportNotebook.build(context)
121
+ when :list_application_dpu_sizes
122
+ Aws::Athena::Endpoints::ListApplicationDPUSizes.build(context)
123
+ when :list_calculation_executions
124
+ Aws::Athena::Endpoints::ListCalculationExecutions.build(context)
99
125
  when :list_data_catalogs
100
126
  Aws::Athena::Endpoints::ListDataCatalogs.build(context)
101
127
  when :list_databases
102
128
  Aws::Athena::Endpoints::ListDatabases.build(context)
103
129
  when :list_engine_versions
104
130
  Aws::Athena::Endpoints::ListEngineVersions.build(context)
131
+ when :list_executors
132
+ Aws::Athena::Endpoints::ListExecutors.build(context)
105
133
  when :list_named_queries
106
134
  Aws::Athena::Endpoints::ListNamedQueries.build(context)
135
+ when :list_notebook_metadata
136
+ Aws::Athena::Endpoints::ListNotebookMetadata.build(context)
137
+ when :list_notebook_sessions
138
+ Aws::Athena::Endpoints::ListNotebookSessions.build(context)
107
139
  when :list_prepared_statements
108
140
  Aws::Athena::Endpoints::ListPreparedStatements.build(context)
109
141
  when :list_query_executions
110
142
  Aws::Athena::Endpoints::ListQueryExecutions.build(context)
143
+ when :list_sessions
144
+ Aws::Athena::Endpoints::ListSessions.build(context)
111
145
  when :list_table_metadata
112
146
  Aws::Athena::Endpoints::ListTableMetadata.build(context)
113
147
  when :list_tags_for_resource
114
148
  Aws::Athena::Endpoints::ListTagsForResource.build(context)
115
149
  when :list_work_groups
116
150
  Aws::Athena::Endpoints::ListWorkGroups.build(context)
151
+ when :start_calculation_execution
152
+ Aws::Athena::Endpoints::StartCalculationExecution.build(context)
117
153
  when :start_query_execution
118
154
  Aws::Athena::Endpoints::StartQueryExecution.build(context)
155
+ when :start_session
156
+ Aws::Athena::Endpoints::StartSession.build(context)
157
+ when :stop_calculation_execution
158
+ Aws::Athena::Endpoints::StopCalculationExecution.build(context)
119
159
  when :stop_query_execution
120
160
  Aws::Athena::Endpoints::StopQueryExecution.build(context)
121
161
  when :tag_resource
122
162
  Aws::Athena::Endpoints::TagResource.build(context)
163
+ when :terminate_session
164
+ Aws::Athena::Endpoints::TerminateSession.build(context)
123
165
  when :untag_resource
124
166
  Aws::Athena::Endpoints::UntagResource.build(context)
125
167
  when :update_data_catalog
126
168
  Aws::Athena::Endpoints::UpdateDataCatalog.build(context)
127
169
  when :update_named_query
128
170
  Aws::Athena::Endpoints::UpdateNamedQuery.build(context)
171
+ when :update_notebook
172
+ Aws::Athena::Endpoints::UpdateNotebook.build(context)
173
+ when :update_notebook_metadata
174
+ Aws::Athena::Endpoints::UpdateNotebookMetadata.build(context)
129
175
  when :update_prepared_statement
130
176
  Aws::Athena::Endpoints::UpdatePreparedStatement.build(context)
131
177
  when :update_work_group