cdk-comprehend-s3olap 2.0.36 → 2.0.39
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +38 -38
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +171 -6
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +346 -70
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +56 -44
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +103 -44
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +326 -182
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +119 -111
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +54 -34
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +121 -120
- package/node_modules/aws-sdk/clients/athena.d.ts +6 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +207 -42
- package/node_modules/aws-sdk/clients/configservice.d.ts +7 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +16 -16
- package/node_modules/aws-sdk/clients/drs.d.ts +6 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/evidently.d.ts +281 -8
- package/node_modules/aws-sdk/clients/fms.d.ts +23 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +43 -37
- package/node_modules/aws-sdk/clients/inspector2.d.ts +73 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +316 -131
- package/node_modules/aws-sdk/clients/nimble.d.ts +61 -37
- package/node_modules/aws-sdk/clients/outposts.d.ts +33 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +26 -21
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +42 -43
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -140,11 +140,11 @@ declare class Glue extends Service {
|
|
140
140
|
*/
|
141
141
|
cancelMLTaskRun(callback?: (err: AWSError, data: Glue.Types.CancelMLTaskRunResponse) => void): Request<Glue.Types.CancelMLTaskRunResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Cancels the statement
|
143
|
+
* Cancels the statement.
|
144
144
|
*/
|
145
145
|
cancelStatement(params: Glue.Types.CancelStatementRequest, callback?: (err: AWSError, data: Glue.Types.CancelStatementResponse) => void): Request<Glue.Types.CancelStatementResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Cancels the statement
|
147
|
+
* Cancels the statement.
|
148
148
|
*/
|
149
149
|
cancelStatement(callback?: (err: AWSError, data: Glue.Types.CancelStatementResponse) => void): Request<Glue.Types.CancelStatementResponse, AWSError>;
|
150
150
|
/**
|
@@ -1084,11 +1084,11 @@ declare class Glue extends Service {
|
|
1084
1084
|
*/
|
1085
1085
|
listSchemas(callback?: (err: AWSError, data: Glue.Types.ListSchemasResponse) => void): Request<Glue.Types.ListSchemasResponse, AWSError>;
|
1086
1086
|
/**
|
1087
|
-
* Retrieve a
|
1087
|
+
* Retrieve a list of sessions.
|
1088
1088
|
*/
|
1089
1089
|
listSessions(params: Glue.Types.ListSessionsRequest, callback?: (err: AWSError, data: Glue.Types.ListSessionsResponse) => void): Request<Glue.Types.ListSessionsResponse, AWSError>;
|
1090
1090
|
/**
|
1091
|
-
* Retrieve a
|
1091
|
+
* Retrieve a list of sessions.
|
1092
1092
|
*/
|
1093
1093
|
listSessions(callback?: (err: AWSError, data: Glue.Types.ListSessionsResponse) => void): Request<Glue.Types.ListSessionsResponse, AWSError>;
|
1094
1094
|
/**
|
@@ -1412,11 +1412,11 @@ declare class Glue extends Service {
|
|
1412
1412
|
*/
|
1413
1413
|
updateDevEndpoint(callback?: (err: AWSError, data: Glue.Types.UpdateDevEndpointResponse) => void): Request<Glue.Types.UpdateDevEndpointResponse, AWSError>;
|
1414
1414
|
/**
|
1415
|
-
* Updates an existing job definition.
|
1415
|
+
* Updates an existing job definition. The previous job definition is completely overwritten by this information.
|
1416
1416
|
*/
|
1417
1417
|
updateJob(params: Glue.Types.UpdateJobRequest, callback?: (err: AWSError, data: Glue.Types.UpdateJobResponse) => void): Request<Glue.Types.UpdateJobResponse, AWSError>;
|
1418
1418
|
/**
|
1419
|
-
* Updates an existing job definition.
|
1419
|
+
* Updates an existing job definition. The previous job definition is completely overwritten by this information.
|
1420
1420
|
*/
|
1421
1421
|
updateJob(callback?: (err: AWSError, data: Glue.Types.UpdateJobResponse) => void): Request<Glue.Types.UpdateJobResponse, AWSError>;
|
1422
1422
|
/**
|
@@ -3476,7 +3476,7 @@ declare namespace Glue {
|
|
3476
3476
|
*/
|
3477
3477
|
Command: JobCommand;
|
3478
3478
|
/**
|
3479
|
-
* The default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide. For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.
|
3479
|
+
* The default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes. Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job. For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide. For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.
|
3480
3480
|
*/
|
3481
3481
|
DefaultArguments?: GenericMap;
|
3482
3482
|
/**
|
@@ -3492,7 +3492,7 @@ declare namespace Glue {
|
|
3492
3492
|
*/
|
3493
3493
|
MaxRetries?: MaxRetries;
|
3494
3494
|
/**
|
3495
|
-
* This parameter is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate
|
3495
|
+
* This parameter is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
|
3496
3496
|
*/
|
3497
3497
|
AllocatedCapacity?: IntegerValue;
|
3498
3498
|
/**
|
@@ -3500,7 +3500,7 @@ declare namespace Glue {
|
|
3500
3500
|
*/
|
3501
3501
|
Timeout?: Timeout;
|
3502
3502
|
/**
|
3503
|
-
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate
|
3503
|
+
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate a minimum of 2 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation. For Glue version 2.0 jobs, you cannot instead specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.
|
3504
3504
|
*/
|
3505
3505
|
MaxCapacity?: NullableDouble;
|
3506
3506
|
/**
|
@@ -3520,11 +3520,11 @@ declare namespace Glue {
|
|
3520
3520
|
*/
|
3521
3521
|
GlueVersion?: GlueVersionString;
|
3522
3522
|
/**
|
3523
|
-
* The number of workers of a defined workerType that are allocated when a job runs.
|
3523
|
+
* The number of workers of a defined workerType that are allocated when a job runs.
|
3524
3524
|
*/
|
3525
3525
|
NumberOfWorkers?: NullableInteger;
|
3526
3526
|
/**
|
3527
|
-
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.
|
3527
|
+
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
3528
3528
|
*/
|
3529
3529
|
WorkerType?: WorkerType;
|
3530
3530
|
/**
|
@@ -3846,15 +3846,15 @@ declare namespace Glue {
|
|
3846
3846
|
*/
|
3847
3847
|
Connections?: ConnectionsList;
|
3848
3848
|
/**
|
3849
|
-
* The number of
|
3849
|
+
* The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.
|
3850
3850
|
*/
|
3851
3851
|
MaxCapacity?: NullableDouble;
|
3852
3852
|
/**
|
3853
|
-
* The number of workers to use for the session.
|
3853
|
+
* The number of workers of a defined WorkerType to use for the session.
|
3854
3854
|
*/
|
3855
3855
|
NumberOfWorkers?: NullableInteger;
|
3856
3856
|
/**
|
3857
|
-
* The
|
3857
|
+
* The type of predefined worker that is allocated to use for the session. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
3858
3858
|
*/
|
3859
3859
|
WorkerType?: WorkerType;
|
3860
3860
|
/**
|
@@ -3862,7 +3862,7 @@ declare namespace Glue {
|
|
3862
3862
|
*/
|
3863
3863
|
SecurityConfiguration?: NameString;
|
3864
3864
|
/**
|
3865
|
-
* The Glue version determines the versions of Apache Spark and Python that
|
3865
|
+
* The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.
|
3866
3866
|
*/
|
3867
3867
|
GlueVersion?: GlueVersionString;
|
3868
3868
|
/**
|
@@ -6959,7 +6959,7 @@ declare namespace Glue {
|
|
6959
6959
|
*/
|
6960
6960
|
MaxRetries?: MaxRetries;
|
6961
6961
|
/**
|
6962
|
-
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate
|
6962
|
+
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
|
6963
6963
|
*/
|
6964
6964
|
AllocatedCapacity?: IntegerValue;
|
6965
6965
|
/**
|
@@ -6967,15 +6967,15 @@ declare namespace Glue {
|
|
6967
6967
|
*/
|
6968
6968
|
Timeout?: Timeout;
|
6969
6969
|
/**
|
6970
|
-
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate
|
6970
|
+
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate a minimum of 2 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation. For Glue version 2.0 jobs, you cannot instead specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.
|
6971
6971
|
*/
|
6972
6972
|
MaxCapacity?: NullableDouble;
|
6973
6973
|
/**
|
6974
|
-
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.
|
6974
|
+
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
6975
6975
|
*/
|
6976
6976
|
WorkerType?: WorkerType;
|
6977
6977
|
/**
|
6978
|
-
* The number of workers of a defined workerType that are allocated when a job runs.
|
6978
|
+
* The number of workers of a defined workerType that are allocated when a job runs.
|
6979
6979
|
*/
|
6980
6980
|
NumberOfWorkers?: NullableInteger;
|
6981
6981
|
/**
|
@@ -7121,15 +7121,15 @@ declare namespace Glue {
|
|
7121
7121
|
*/
|
7122
7122
|
Timeout?: Timeout;
|
7123
7123
|
/**
|
7124
|
-
* The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate
|
7124
|
+
* The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate a minimum of 2 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
|
7125
7125
|
*/
|
7126
7126
|
MaxCapacity?: NullableDouble;
|
7127
7127
|
/**
|
7128
|
-
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.
|
7128
|
+
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
7129
7129
|
*/
|
7130
7130
|
WorkerType?: WorkerType;
|
7131
7131
|
/**
|
7132
|
-
* The number of workers of a defined workerType that are allocated when a job runs.
|
7132
|
+
* The number of workers of a defined workerType that are allocated when a job runs.
|
7133
7133
|
*/
|
7134
7134
|
NumberOfWorkers?: NullableInteger;
|
7135
7135
|
/**
|
@@ -7193,7 +7193,7 @@ declare namespace Glue {
|
|
7193
7193
|
*/
|
7194
7194
|
MaxRetries?: MaxRetries;
|
7195
7195
|
/**
|
7196
|
-
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this job. You can allocate
|
7196
|
+
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
|
7197
7197
|
*/
|
7198
7198
|
AllocatedCapacity?: IntegerValue;
|
7199
7199
|
/**
|
@@ -7201,15 +7201,15 @@ declare namespace Glue {
|
|
7201
7201
|
*/
|
7202
7202
|
Timeout?: Timeout;
|
7203
7203
|
/**
|
7204
|
-
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate
|
7204
|
+
* For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl") or Apache Spark streaming ETL job (JobCommand.Name="gluestreaming"), you can allocate a minimum of 2 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation. For Glue version 2.0 jobs, you cannot instead specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.
|
7205
7205
|
*/
|
7206
7206
|
MaxCapacity?: NullableDouble;
|
7207
7207
|
/**
|
7208
|
-
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.
|
7208
|
+
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
7209
7209
|
*/
|
7210
7210
|
WorkerType?: WorkerType;
|
7211
7211
|
/**
|
7212
|
-
* The number of workers of a defined workerType that are allocated when a job runs.
|
7212
|
+
* The number of workers of a defined workerType that are allocated when a job runs.
|
7213
7213
|
*/
|
7214
7214
|
NumberOfWorkers?: NullableInteger;
|
7215
7215
|
/**
|
@@ -7773,7 +7773,7 @@ declare namespace Glue {
|
|
7773
7773
|
}
|
7774
7774
|
export interface ListSessionsResponse {
|
7775
7775
|
/**
|
7776
|
-
* Returns the
|
7776
|
+
* Returns the ID of the session.
|
7777
7777
|
*/
|
7778
7778
|
Ids?: SessionIdList;
|
7779
7779
|
/**
|
@@ -7794,6 +7794,9 @@ declare namespace Glue {
|
|
7794
7794
|
* The origin of the request to list statements.
|
7795
7795
|
*/
|
7796
7796
|
RequestOrigin?: OrchestrationNameString;
|
7797
|
+
/**
|
7798
|
+
* A continuation token, if this is a continuation call.
|
7799
|
+
*/
|
7797
7800
|
NextToken?: OrchestrationToken;
|
7798
7801
|
}
|
7799
7802
|
export interface ListStatementsResponse {
|
@@ -7801,6 +7804,9 @@ declare namespace Glue {
|
|
7801
7804
|
* Returns the list of statements.
|
7802
7805
|
*/
|
7803
7806
|
Statements?: StatementList;
|
7807
|
+
/**
|
7808
|
+
* A continuation token, if not all statements have yet been returned.
|
7809
|
+
*/
|
7804
7810
|
NextToken?: OrchestrationToken;
|
7805
7811
|
}
|
7806
7812
|
export interface ListTriggersRequest {
|
@@ -9646,7 +9652,7 @@ declare namespace Glue {
|
|
9646
9652
|
*/
|
9647
9653
|
Progress?: DoubleValue;
|
9648
9654
|
/**
|
9649
|
-
* The number of
|
9655
|
+
* The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.
|
9650
9656
|
*/
|
9651
9657
|
MaxCapacity?: NullableDouble;
|
9652
9658
|
/**
|
@@ -9654,13 +9660,13 @@ declare namespace Glue {
|
|
9654
9660
|
*/
|
9655
9661
|
SecurityConfiguration?: NameString;
|
9656
9662
|
/**
|
9657
|
-
* The Glue version determines the versions of Apache Spark and Python that
|
9663
|
+
* The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.
|
9658
9664
|
*/
|
9659
9665
|
GlueVersion?: GlueVersionString;
|
9660
9666
|
}
|
9661
9667
|
export interface SessionCommand {
|
9662
9668
|
/**
|
9663
|
-
* Specifies the name of the SessionCommand.Can be 'glueetl' or 'gluestreaming'.
|
9669
|
+
* Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.
|
9664
9670
|
*/
|
9665
9671
|
Name?: NameString;
|
9666
9672
|
/**
|
@@ -9906,11 +9912,11 @@ declare namespace Glue {
|
|
9906
9912
|
*/
|
9907
9913
|
JobRunId?: IdString;
|
9908
9914
|
/**
|
9909
|
-
* The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself. You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide. For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.
|
9915
|
+
* The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself. You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes. Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job. For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide. For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.
|
9910
9916
|
*/
|
9911
9917
|
Arguments?: GenericMap;
|
9912
9918
|
/**
|
9913
|
-
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this JobRun.
|
9919
|
+
* This field is deprecated. Use MaxCapacity instead. The number of Glue data processing units (DPUs) to allocate to this JobRun. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
|
9914
9920
|
*/
|
9915
9921
|
AllocatedCapacity?: IntegerValue;
|
9916
9922
|
/**
|
@@ -9918,7 +9924,7 @@ declare namespace Glue {
|
|
9918
9924
|
*/
|
9919
9925
|
Timeout?: Timeout;
|
9920
9926
|
/**
|
9921
|
-
* The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate
|
9927
|
+
* The number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate a minimum of 2 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
|
9922
9928
|
*/
|
9923
9929
|
MaxCapacity?: NullableDouble;
|
9924
9930
|
/**
|
@@ -9930,11 +9936,11 @@ declare namespace Glue {
|
|
9930
9936
|
*/
|
9931
9937
|
NotificationProperty?: NotificationProperty;
|
9932
9938
|
/**
|
9933
|
-
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.
|
9939
|
+
* The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker. For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.
|
9934
9940
|
*/
|
9935
9941
|
WorkerType?: WorkerType;
|
9936
9942
|
/**
|
9937
|
-
* The number of workers of a defined workerType that are allocated when a job runs.
|
9943
|
+
* The number of workers of a defined workerType that are allocated when a job runs.
|
9938
9944
|
*/
|
9939
9945
|
NumberOfWorkers?: NullableInteger;
|
9940
9946
|
}
|
@@ -11005,7 +11011,7 @@ declare namespace Glue {
|
|
11005
11011
|
*/
|
11006
11012
|
JobName: NameString;
|
11007
11013
|
/**
|
11008
|
-
* Specifies the values with which to update the job definition.
|
11014
|
+
* Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
|
11009
11015
|
*/
|
11010
11016
|
JobUpdate: JobUpdate;
|
11011
11017
|
}
|
@@ -11335,7 +11341,7 @@ declare namespace Glue {
|
|
11335
11341
|
export type VersionString = string;
|
11336
11342
|
export type VersionsString = string;
|
11337
11343
|
export type ViewTextString = string;
|
11338
|
-
export type WorkerType = "Standard"|"G.1X"|"G.2X"|string;
|
11344
|
+
export type WorkerType = "Standard"|"G.1X"|"G.2X"|"G.025X"|string;
|
11339
11345
|
export interface Workflow {
|
11340
11346
|
/**
|
11341
11347
|
* The name of the workflow.
|
@@ -115,6 +115,14 @@ declare class Inspector2 extends Service {
|
|
115
115
|
* Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
116
116
|
*/
|
117
117
|
enableDelegatedAdminAccount(callback?: (err: AWSError, data: Inspector2.Types.EnableDelegatedAdminAccountResponse) => void): Request<Inspector2.Types.EnableDelegatedAdminAccountResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Retrieves setting configurations for Inspector scans.
|
120
|
+
*/
|
121
|
+
getConfiguration(params: Inspector2.Types.GetConfigurationRequest, callback?: (err: AWSError, data: Inspector2.Types.GetConfigurationResponse) => void): Request<Inspector2.Types.GetConfigurationResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Retrieves setting configurations for Inspector scans.
|
124
|
+
*/
|
125
|
+
getConfiguration(callback?: (err: AWSError, data: Inspector2.Types.GetConfigurationResponse) => void): Request<Inspector2.Types.GetConfigurationResponse, AWSError>;
|
118
126
|
/**
|
119
127
|
* Retrieves information about the Amazon Inspector delegated administrator for your organization.
|
120
128
|
*/
|
@@ -235,6 +243,14 @@ declare class Inspector2 extends Service {
|
|
235
243
|
* Removes tags from a resource.
|
236
244
|
*/
|
237
245
|
untagResource(callback?: (err: AWSError, data: Inspector2.Types.UntagResourceResponse) => void): Request<Inspector2.Types.UntagResourceResponse, AWSError>;
|
246
|
+
/**
|
247
|
+
* Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.
|
248
|
+
*/
|
249
|
+
updateConfiguration(params: Inspector2.Types.UpdateConfigurationRequest, callback?: (err: AWSError, data: Inspector2.Types.UpdateConfigurationResponse) => void): Request<Inspector2.Types.UpdateConfigurationResponse, AWSError>;
|
250
|
+
/**
|
251
|
+
* Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.
|
252
|
+
*/
|
253
|
+
updateConfiguration(callback?: (err: AWSError, data: Inspector2.Types.UpdateConfigurationResponse) => void): Request<Inspector2.Types.UpdateConfigurationResponse, AWSError>;
|
238
254
|
/**
|
239
255
|
* Specifies the action that is to be applied to the findings that match the filter.
|
240
256
|
*/
|
@@ -671,7 +687,7 @@ declare namespace Inspector2 {
|
|
671
687
|
*/
|
672
688
|
resourceId?: CoverageStringFilterList;
|
673
689
|
/**
|
674
|
-
* An array of Amazon Web Services resource types to return coverage statistics for.
|
690
|
+
* An array of Amazon Web Services resource types to return coverage statistics for. The values can be AWS_EC2_INSTANCE or AWS_ECR_REPOSITORY.
|
675
691
|
*/
|
676
692
|
resourceType?: CoverageStringFilterList;
|
677
693
|
/**
|
@@ -761,6 +777,10 @@ declare namespace Inspector2 {
|
|
761
777
|
* The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.
|
762
778
|
*/
|
763
779
|
name: FilterName;
|
780
|
+
/**
|
781
|
+
* The reason for creating the filter.
|
782
|
+
*/
|
783
|
+
reason?: FilterReason;
|
764
784
|
/**
|
765
785
|
* A list of tags for the filter.
|
766
786
|
*/
|
@@ -1039,6 +1059,18 @@ declare namespace Inspector2 {
|
|
1039
1059
|
tags?: TagMap;
|
1040
1060
|
}
|
1041
1061
|
export type Ec2Platform = "WINDOWS"|"LINUX"|"UNKNOWN"|string;
|
1062
|
+
export interface EcrConfiguration {
|
1063
|
+
/**
|
1064
|
+
* The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.
|
1065
|
+
*/
|
1066
|
+
rescanDuration: EcrRescanDuration;
|
1067
|
+
}
|
1068
|
+
export interface EcrConfigurationState {
|
1069
|
+
/**
|
1070
|
+
* An object that contains details about the state of the ECR automated re-scan setting.
|
1071
|
+
*/
|
1072
|
+
rescanDurationState?: EcrRescanDurationState;
|
1073
|
+
}
|
1042
1074
|
export interface EcrContainerImageMetadata {
|
1043
1075
|
/**
|
1044
1076
|
* Tags associated with the Amazon ECR image metadata.
|
@@ -1055,6 +1087,22 @@ declare namespace Inspector2 {
|
|
1055
1087
|
*/
|
1056
1088
|
scanFrequency?: EcrScanFrequency;
|
1057
1089
|
}
|
1090
|
+
export type EcrRescanDuration = "LIFETIME"|"DAYS_30"|"DAYS_180"|string;
|
1091
|
+
export interface EcrRescanDurationState {
|
1092
|
+
/**
|
1093
|
+
* The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.
|
1094
|
+
*/
|
1095
|
+
rescanDuration?: EcrRescanDuration;
|
1096
|
+
/**
|
1097
|
+
* The status of changes to the ECR automated re-scan duration.
|
1098
|
+
*/
|
1099
|
+
status?: EcrRescanDurationStatus;
|
1100
|
+
/**
|
1101
|
+
* A timestamp representing when the last time the ECR scan duration setting was changed.
|
1102
|
+
*/
|
1103
|
+
updatedAt?: DateTimeTimestamp;
|
1104
|
+
}
|
1105
|
+
export type EcrRescanDurationStatus = "SUCCESS"|"PENDING"|"FAILED"|string;
|
1058
1106
|
export type EcrScanFrequency = "MANUAL"|"SCAN_ON_PUSH"|"CONTINUOUS_SCAN"|string;
|
1059
1107
|
export interface EnableDelegatedAdminAccountRequest {
|
1060
1108
|
/**
|
@@ -1097,7 +1145,7 @@ declare namespace Inspector2 {
|
|
1097
1145
|
*/
|
1098
1146
|
failedAccounts?: FailedAccountList;
|
1099
1147
|
}
|
1100
|
-
export type ErrorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|string;
|
1148
|
+
export type ErrorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|string;
|
1101
1149
|
export type ErrorMessage = string;
|
1102
1150
|
export type ExternalReportStatus = "SUCCEEDED"|"IN_PROGRESS"|"CANCELLED"|"FAILED"|string;
|
1103
1151
|
export interface FailedAccount {
|
@@ -1448,6 +1496,14 @@ declare namespace Inspector2 {
|
|
1448
1496
|
export type FreeTrialInfoList = FreeTrialInfo[];
|
1449
1497
|
export type FreeTrialStatus = "ACTIVE"|"INACTIVE"|string;
|
1450
1498
|
export type FreeTrialType = "EC2"|"ECR"|string;
|
1499
|
+
export interface GetConfigurationRequest {
|
1500
|
+
}
|
1501
|
+
export interface GetConfigurationResponse {
|
1502
|
+
/**
|
1503
|
+
* Specifies how the ECR automated re-scan duration is currently configured for your environment.
|
1504
|
+
*/
|
1505
|
+
ecrConfiguration?: EcrConfigurationState;
|
1506
|
+
}
|
1451
1507
|
export interface GetDelegatedAdminAccountRequest {
|
1452
1508
|
}
|
1453
1509
|
export interface GetDelegatedAdminAccountResponse {
|
@@ -1949,7 +2005,7 @@ declare namespace Inspector2 {
|
|
1949
2005
|
version?: StringFilter;
|
1950
2006
|
}
|
1951
2007
|
export type PackageFilterList = PackageFilter[];
|
1952
|
-
export type PackageManager = "BUNDLER"|"CARGO"|"COMPOSER"|"NPM"|"NUGET"|"PIPENV"|"POETRY"|"YARN"|"GOBINARY"|"GOMOD"|"JAR"|"OS"|string;
|
2008
|
+
export type PackageManager = "BUNDLER"|"CARGO"|"COMPOSER"|"NPM"|"NUGET"|"PIPENV"|"POETRY"|"YARN"|"GOBINARY"|"GOMOD"|"JAR"|"OS"|"PIP"|"PYTHONPKG"|"NODEPKG"|"POM"|string;
|
1953
2009
|
export type PackageName = string;
|
1954
2010
|
export type PackageRelease = string;
|
1955
2011
|
export type PackageSortBy = "CRITICAL"|"HIGH"|"ALL"|string;
|
@@ -2049,7 +2105,7 @@ declare namespace Inspector2 {
|
|
2049
2105
|
}
|
2050
2106
|
export type ReportFormat = "CSV"|"JSON"|string;
|
2051
2107
|
export type ReportId = string;
|
2052
|
-
export type ReportingErrorCode = "INTERNAL_ERROR"|"INVALID_PERMISSIONS"|string;
|
2108
|
+
export type ReportingErrorCode = "INTERNAL_ERROR"|"INVALID_PERMISSIONS"|"NO_FINDINGS_FOUND"|"BUCKET_NOT_FOUND"|"INCOMPATIBLE_BUCKET_REGION"|"MALFORMED_KMS_KEY"|string;
|
2053
2109
|
export interface RepositoryAggregation {
|
2054
2110
|
/**
|
2055
2111
|
* The names of repositories to aggregate findings on.
|
@@ -2168,7 +2224,7 @@ declare namespace Inspector2 {
|
|
2168
2224
|
statusCode: ScanStatusCode;
|
2169
2225
|
}
|
2170
2226
|
export type ScanStatusCode = "ACTIVE"|"INACTIVE"|string;
|
2171
|
-
export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|string;
|
2227
|
+
export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|string;
|
2172
2228
|
export type ScanType = "NETWORK"|"PACKAGE"|string;
|
2173
2229
|
export type Service = "EC2"|"ECR"|string;
|
2174
2230
|
export type Severity = "INFORMATIONAL"|"LOW"|"MEDIUM"|"HIGH"|"CRITICAL"|"UNTRIAGED"|string;
|
@@ -2314,6 +2370,14 @@ declare namespace Inspector2 {
|
|
2314
2370
|
}
|
2315
2371
|
export interface UntagResourceResponse {
|
2316
2372
|
}
|
2373
|
+
export interface UpdateConfigurationRequest {
|
2374
|
+
/**
|
2375
|
+
* Specifies how the ECR automated re-scan will be updated for your environment.
|
2376
|
+
*/
|
2377
|
+
ecrConfiguration: EcrConfiguration;
|
2378
|
+
}
|
2379
|
+
export interface UpdateConfigurationResponse {
|
2380
|
+
}
|
2317
2381
|
export interface UpdateFilterRequest {
|
2318
2382
|
/**
|
2319
2383
|
* Specifies the action that is to be applied to the findings that match the filter.
|
@@ -2335,6 +2399,10 @@ declare namespace Inspector2 {
|
|
2335
2399
|
* The name of the filter.
|
2336
2400
|
*/
|
2337
2401
|
name?: FilterName;
|
2402
|
+
/**
|
2403
|
+
* The reason the filter was updated.
|
2404
|
+
*/
|
2405
|
+
reason?: FilterReason;
|
2338
2406
|
}
|
2339
2407
|
export interface UpdateFilterResponse {
|
2340
2408
|
/**
|