aws-sdk 2.1343.0 → 2.1344.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.
@@ -12,6 +12,12 @@
12
12
  "limit_key": "MaxResults",
13
13
  "result_key": "JobSummaries"
14
14
  },
15
+ "ListFraudsters": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "FraudsterSummaries"
20
+ },
15
21
  "ListSpeakerEnrollmentJobs": {
16
22
  "input_token": "NextToken",
17
23
  "output_token": "NextToken",
@@ -23,6 +29,12 @@
23
29
  "output_token": "NextToken",
24
30
  "limit_key": "MaxResults",
25
31
  "result_key": "SpeakerSummaries"
32
+ },
33
+ "ListWatchlists": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults",
37
+ "result_key": "WatchlistSummaries"
26
38
  }
27
39
  }
28
40
  }
@@ -68,19 +68,19 @@ declare class Athena extends Service {
68
68
  */
69
69
  createPreparedStatement(callback?: (err: AWSError, data: Athena.Types.CreatePreparedStatementOutput) => void): Request<Athena.Types.CreatePreparedStatementOutput, AWSError>;
70
70
  /**
71
- * Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, CreatePresignedNotebookUrl must be called every 10 minutes to refresh the authentication token.
71
+ * Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, CreatePresignedNotebookUrl must be called every 10 minutes to refresh the authentication token. For information about granting programmatic access, see Grant programmatic access.
72
72
  */
73
73
  createPresignedNotebookUrl(params: Athena.Types.CreatePresignedNotebookUrlRequest, callback?: (err: AWSError, data: Athena.Types.CreatePresignedNotebookUrlResponse) => void): Request<Athena.Types.CreatePresignedNotebookUrlResponse, AWSError>;
74
74
  /**
75
- * Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, CreatePresignedNotebookUrl must be called every 10 minutes to refresh the authentication token.
75
+ * Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access, CreatePresignedNotebookUrl must be called every 10 minutes to refresh the authentication token. For information about granting programmatic access, see Grant programmatic access.
76
76
  */
77
77
  createPresignedNotebookUrl(callback?: (err: AWSError, data: Athena.Types.CreatePresignedNotebookUrlResponse) => void): Request<Athena.Types.CreatePresignedNotebookUrlResponse, AWSError>;
78
78
  /**
79
- * Creates a workgroup with the specified name. Only one of Configurations or Configuration can be specified; Configurations for a workgroup with multi engine support (for example, an Apache Spark enabled workgroup) or Configuration for an Athena SQL workgroup.
79
+ * Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.
80
80
  */
81
81
  createWorkGroup(params: Athena.Types.CreateWorkGroupInput, callback?: (err: AWSError, data: Athena.Types.CreateWorkGroupOutput) => void): Request<Athena.Types.CreateWorkGroupOutput, AWSError>;
82
82
  /**
83
- * Creates a workgroup with the specified name. Only one of Configurations or Configuration can be specified; Configurations for a workgroup with multi engine support (for example, an Apache Spark enabled workgroup) or Configuration for an Athena SQL workgroup.
83
+ * Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.
84
84
  */
85
85
  createWorkGroup(callback?: (err: AWSError, data: Athena.Types.CreateWorkGroupOutput) => void): Request<Athena.Types.CreateWorkGroupOutput, AWSError>;
86
86
  /**
@@ -140,11 +140,11 @@ declare class Athena extends Service {
140
140
  */
141
141
  getCalculationExecution(callback?: (err: AWSError, data: Athena.Types.GetCalculationExecutionResponse) => void): Request<Athena.Types.GetCalculationExecutionResponse, AWSError>;
142
142
  /**
143
- * Retrieves a pre-signed URL to a copy of the code that was executed for the calculation.
143
+ * Retrieves the unencrypted code that was executed for the calculation.
144
144
  */
145
145
  getCalculationExecutionCode(params: Athena.Types.GetCalculationExecutionCodeRequest, callback?: (err: AWSError, data: Athena.Types.GetCalculationExecutionCodeResponse) => void): Request<Athena.Types.GetCalculationExecutionCodeResponse, AWSError>;
146
146
  /**
147
- * Retrieves a pre-signed URL to a copy of the code that was executed for the calculation.
147
+ * Retrieves the unencrypted code that was executed for the calculation.
148
148
  */
149
149
  getCalculationExecutionCode(callback?: (err: AWSError, data: Athena.Types.GetCalculationExecutionCodeResponse) => void): Request<Athena.Types.GetCalculationExecutionCodeResponse, AWSError>;
150
150
  /**
@@ -204,11 +204,11 @@ declare class Athena extends Service {
204
204
  */
205
205
  getQueryExecution(callback?: (err: AWSError, data: Athena.Types.GetQueryExecutionOutput) => void): Request<Athena.Types.GetQueryExecutionOutput, AWSError>;
206
206
  /**
207
- * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
207
+ * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Working with query results, recent queries, and output files in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
208
208
  */
209
209
  getQueryResults(params: Athena.Types.GetQueryResultsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
210
210
  /**
211
- * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
211
+ * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Working with query results, recent queries, and output files in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
212
212
  */
213
213
  getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
214
214
  /**
@@ -260,11 +260,11 @@ declare class Athena extends Service {
260
260
  */
261
261
  importNotebook(callback?: (err: AWSError, data: Athena.Types.ImportNotebookOutput) => void): Request<Athena.Types.ImportNotebookOutput, AWSError>;
262
262
  /**
263
- * Returns the supported DPU sizes for the supported application runtimes (for example, Jupyter 1.0).
263
+ * Returns the supported DPU sizes for the supported application runtimes (for example, Athena notebook version 1).
264
264
  */
265
265
  listApplicationDPUSizes(params: Athena.Types.ListApplicationDPUSizesInput, callback?: (err: AWSError, data: Athena.Types.ListApplicationDPUSizesOutput) => void): Request<Athena.Types.ListApplicationDPUSizesOutput, AWSError>;
266
266
  /**
267
- * Returns the supported DPU sizes for the supported application runtimes (for example, Jupyter 1.0).
267
+ * Returns the supported DPU sizes for the supported application runtimes (for example, Athena notebook version 1).
268
268
  */
269
269
  listApplicationDPUSizes(callback?: (err: AWSError, data: Athena.Types.ListApplicationDPUSizesOutput) => void): Request<Athena.Types.ListApplicationDPUSizesOutput, AWSError>;
270
270
  /**
@@ -300,11 +300,11 @@ declare class Athena extends Service {
300
300
  */
301
301
  listEngineVersions(callback?: (err: AWSError, data: Athena.Types.ListEngineVersionsOutput) => void): Request<Athena.Types.ListEngineVersionsOutput, AWSError>;
302
302
  /**
303
- * Lists, in descending order, the executors that have been submitted to a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
303
+ * Lists, in descending order, the executors that joined a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
304
304
  */
305
305
  listExecutors(params: Athena.Types.ListExecutorsRequest, callback?: (err: AWSError, data: Athena.Types.ListExecutorsResponse) => void): Request<Athena.Types.ListExecutorsResponse, AWSError>;
306
306
  /**
307
- * Lists, in descending order, the executors that have been submitted to a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
307
+ * Lists, in descending order, the executors that joined a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
308
308
  */
309
309
  listExecutors(callback?: (err: AWSError, data: Athena.Types.ListExecutorsResponse) => void): Request<Athena.Types.ListExecutorsResponse, AWSError>;
310
310
  /**
@@ -380,11 +380,11 @@ declare class Athena extends Service {
380
380
  */
381
381
  listWorkGroups(callback?: (err: AWSError, data: Athena.Types.ListWorkGroupsOutput) => void): Request<Athena.Types.ListWorkGroupsOutput, AWSError>;
382
382
  /**
383
- * Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request or as an Amazon S3 URL.
383
+ * Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
384
384
  */
385
385
  startCalculationExecution(params: Athena.Types.StartCalculationExecutionRequest, callback?: (err: AWSError, data: Athena.Types.StartCalculationExecutionResponse) => void): Request<Athena.Types.StartCalculationExecutionResponse, AWSError>;
386
386
  /**
387
- * Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request or as an Amazon S3 URL.
387
+ * Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
388
388
  */
389
389
  startCalculationExecution(callback?: (err: AWSError, data: Athena.Types.StartCalculationExecutionResponse) => void): Request<Athena.Types.StartCalculationExecutionResponse, AWSError>;
390
390
  /**
@@ -484,11 +484,11 @@ declare class Athena extends Service {
484
484
  */
485
485
  updatePreparedStatement(callback?: (err: AWSError, data: Athena.Types.UpdatePreparedStatementOutput) => void): Request<Athena.Types.UpdatePreparedStatementOutput, AWSError>;
486
486
  /**
487
- * Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only one of ConfigurationsUpdates or ConfigurationUpdates can be specified; ConfigurationsUpdates for a workgroup with multi engine support (for example, an Apache Spark enabled workgroup) or ConfigurationUpdates for an Athena SQL workgroup.
487
+ * Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only ConfigurationUpdates can be specified.
488
488
  */
489
489
  updateWorkGroup(params: Athena.Types.UpdateWorkGroupInput, callback?: (err: AWSError, data: Athena.Types.UpdateWorkGroupOutput) => void): Request<Athena.Types.UpdateWorkGroupOutput, AWSError>;
490
490
  /**
491
- * Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only one of ConfigurationsUpdates or ConfigurationUpdates can be specified; ConfigurationsUpdates for a workgroup with multi engine support (for example, an Apache Spark enabled workgroup) or ConfigurationUpdates for an Athena SQL workgroup.
491
+ * Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only ConfigurationUpdates can be specified.
492
492
  */
493
493
  updateWorkGroup(callback?: (err: AWSError, data: Athena.Types.UpdateWorkGroupOutput) => void): Request<Athena.Types.UpdateWorkGroupOutput, AWSError>;
494
494
  }
@@ -503,7 +503,7 @@ declare namespace Athena {
503
503
  export type AmazonResourceName = string;
504
504
  export interface ApplicationDPUSizes {
505
505
  /**
506
- * The name of the supported application runtime (for example, Jupyter 1.0).
506
+ * The name of the supported application runtime (for example, Athena notebook version 1).
507
507
  */
508
508
  ApplicationRuntimeId?: NameString;
509
509
  /**
@@ -843,7 +843,7 @@ declare namespace Athena {
843
843
  */
844
844
  Name: WorkGroupName;
845
845
  /**
846
- * Contains configuration information for creating an Athena SQL workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
846
+ * Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup. Athena SQL workgroup configuration includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
847
847
  */
848
848
  Configuration?: WorkGroupConfiguration;
849
849
  /**
@@ -959,7 +959,7 @@ declare namespace Athena {
959
959
  */
960
960
  WorkGroup: WorkGroupName;
961
961
  /**
962
- * The option to delete the workgroup and its contents even if the workgroup contains any named queries or query executions.
962
+ * The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
963
963
  */
964
964
  RecursiveDeleteOption?: BoxedBoolean;
965
965
  }
@@ -991,7 +991,7 @@ declare namespace Athena {
991
991
  */
992
992
  DefaultExecutorDpuSize?: DefaultExecutorDpuSize;
993
993
  /**
994
- * Contains additional notebook engine MAP&lt;string, string&gt; parameter mappings in the form of key-value pairs. To specify an Amazon S3 URI that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookFileURI to AdditionalConfigs that has value of the Amazon S3 URI.
994
+ * Contains additional notebook engine MAP&lt;string, string&gt; parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
995
995
  */
996
996
  AdditionalConfigs?: ParametersMap;
997
997
  }
@@ -1073,7 +1073,7 @@ declare namespace Athena {
1073
1073
  }
1074
1074
  export interface GetCalculationExecutionCodeResponse {
1075
1075
  /**
1076
- * A pre-signed URL to the code that executed the calculation.
1076
+ * The unencrypted code that was executed for the calculation.
1077
1077
  */
1078
1078
  CodeBlock?: CodeBlock;
1079
1079
  }
@@ -1366,7 +1366,7 @@ declare namespace Athena {
1366
1366
  }
1367
1367
  export interface ImportNotebookOutput {
1368
1368
  /**
1369
- * The ID of the notebook to import.
1369
+ * The ID assigned to the imported notebook.
1370
1370
  */
1371
1371
  NotebookId?: NotebookId;
1372
1372
  }
@@ -1886,7 +1886,7 @@ declare namespace Athena {
1886
1886
  */
1887
1887
  StatementType?: StatementType;
1888
1888
  /**
1889
- * The location in Amazon S3 where query results were stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup.
1889
+ * The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup.
1890
1890
  */
1891
1891
  ResultConfiguration?: ResultConfiguration;
1892
1892
  /**
@@ -2101,11 +2101,11 @@ declare namespace Athena {
2101
2101
  export type QueryString = string;
2102
2102
  export interface ResultConfiguration {
2103
2103
  /**
2104
- * The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using WorkGroupConfiguration. If none of them is set, Athena issues an error that no output location is provided. For more information, see Query Results. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2104
+ * The location in Amazon S3 where your query and calculation results are stored, such as s3://path/to/query/bucket/. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using WorkGroupConfiguration. If none of them is set, Athena issues an error that no output location is provided. For more information, see Working with query results, recent queries, and output files. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2105
2105
  */
2106
2106
  OutputLocation?: ResultOutputLocation;
2107
2107
  /**
2108
- * If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
2108
+ * If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
2109
2109
  */
2110
2110
  EncryptionConfiguration?: EncryptionConfiguration;
2111
2111
  /**
@@ -2119,7 +2119,7 @@ declare namespace Athena {
2119
2119
  }
2120
2120
  export interface ResultConfigurationUpdates {
2121
2121
  /**
2122
- * The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/. For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2122
+ * The location in Amazon S3 where your query and calculation results are stored, such as s3://path/to/query/bucket/. For more information, see Working with query results, recent queries, and output files. If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2123
2123
  */
2124
2124
  OutputLocation?: ResultOutputLocation;
2125
2125
  /**
@@ -2127,7 +2127,7 @@ declare namespace Athena {
2127
2127
  */
2128
2128
  RemoveOutputLocation?: BoxedBoolean;
2129
2129
  /**
2130
- * The encryption configuration for the query results.
2130
+ * The encryption configuration for query and calculation results.
2131
2131
  */
2132
2132
  EncryptionConfiguration?: EncryptionConfiguration;
2133
2133
  /**
@@ -2356,7 +2356,7 @@ declare namespace Athena {
2356
2356
  */
2357
2357
  EngineConfiguration: EngineConfiguration;
2358
2358
  /**
2359
- * The notebook version. This value is required only when requesting that a notebook server be started for the session. The only valid notebook version is Jupyter1.0.
2359
+ * The notebook version. This value is supplied automatically for notebook sessions in the Athena console and is not required for programmatic session access. The only valid notebook version is Athena notebook version 1. If you specify a value for NotebookVersion, you must also specify a value for NotebookId. See EngineConfiguration$AdditionalConfigs.
2360
2360
  */
2361
2361
  NotebookVersion?: NameString;
2362
2362
  /**
@@ -2587,7 +2587,7 @@ declare namespace Athena {
2587
2587
  */
2588
2588
  Type: NotebookType;
2589
2589
  /**
2590
- * The ID of the session in which the notebook will be updated.
2590
+ * The active notebook session ID. Required if the notebook has an active session.
2591
2591
  */
2592
2592
  SessionId?: SessionId;
2593
2593
  /**
@@ -2663,7 +2663,7 @@ declare namespace Athena {
2663
2663
  */
2664
2664
  State?: WorkGroupState;
2665
2665
  /**
2666
- * The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2666
+ * The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2667
2667
  */
2668
2668
  Configuration?: WorkGroupConfiguration;
2669
2669
  /**
@@ -2677,7 +2677,7 @@ declare namespace Athena {
2677
2677
  }
2678
2678
  export interface WorkGroupConfiguration {
2679
2679
  /**
2680
- * The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that no output location is provided. For more information, see Query Results.
2680
+ * The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that no output location is provided. For more information, see Working with query results, recent queries, and output files.
2681
2681
  */
2682
2682
  ResultConfiguration?: ResultConfiguration;
2683
2683
  /**
@@ -2705,13 +2705,17 @@ declare namespace Athena {
2705
2705
  */
2706
2706
  AdditionalConfiguration?: NameString;
2707
2707
  /**
2708
- * Role used in a notebook session for accessing the user's resources.
2708
+ * Role used in a session for accessing the user's resources.
2709
2709
  */
2710
2710
  ExecutionRole?: RoleArn;
2711
2711
  /**
2712
2712
  * Specifies the KMS key that is used to encrypt the user's data stores in Athena.
2713
2713
  */
2714
2714
  CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
2715
+ /**
2716
+ * Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries. The EnforceWorkGroupConfiguration setting takes precedence over the EnableMinimumEncryptionConfiguration flag. This means that if EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration flag is ignored, and the workgroup configuration for encryption is used.
2717
+ */
2718
+ EnableMinimumEncryptionConfiguration?: BoxedBoolean;
2715
2719
  }
2716
2720
  export interface WorkGroupConfigurationUpdates {
2717
2721
  /**
@@ -2755,6 +2759,10 @@ declare namespace Athena {
2755
2759
  */
2756
2760
  ExecutionRole?: RoleArn;
2757
2761
  CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
2762
+ /**
2763
+ * Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries. This setting does not apply to Spark-enabled workgroups. The EnforceWorkGroupConfiguration setting takes precedence over the EnableMinimumEncryptionConfiguration flag. This means that if EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration flag is ignored, and the workgroup configuration for encryption is used.
2764
+ */
2765
+ EnableMinimumEncryptionConfiguration?: BoxedBoolean;
2758
2766
  }
2759
2767
  export type WorkGroupDescriptionString = string;
2760
2768
  export type WorkGroupName = string;