aws-sdk 2.875.0 → 2.879.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.
- package/CHANGELOG.md +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
package/clients/sagemaker.d.ts
CHANGED
|
@@ -53,11 +53,11 @@ declare class SageMaker extends Service {
|
|
|
53
53
|
*/
|
|
54
54
|
createAlgorithm(callback?: (err: AWSError, data: SageMaker.Types.CreateAlgorithmOutput) => void): Request<SageMaker.Types.CreateAlgorithmOutput, AWSError>;
|
|
55
55
|
/**
|
|
56
|
-
* Creates a running
|
|
56
|
+
* Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
|
|
57
57
|
*/
|
|
58
58
|
createApp(params: SageMaker.Types.CreateAppRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
|
|
59
59
|
/**
|
|
60
|
-
* Creates a running
|
|
60
|
+
* Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
|
|
61
61
|
*/
|
|
62
62
|
createApp(callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
|
|
63
63
|
/**
|
|
@@ -77,11 +77,11 @@ declare class SageMaker extends Service {
|
|
|
77
77
|
*/
|
|
78
78
|
createArtifact(callback?: (err: AWSError, data: SageMaker.Types.CreateArtifactResponse) => void): Request<SageMaker.Types.CreateArtifactResponse, AWSError>;
|
|
79
79
|
/**
|
|
80
|
-
* Creates an Autopilot job. Find the best performing model after you run an Autopilot job by calling .
|
|
80
|
+
* Creates an Autopilot job. Find the best performing model after you run an Autopilot job by calling . For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot.
|
|
81
81
|
*/
|
|
82
82
|
createAutoMLJob(params: SageMaker.Types.CreateAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
|
83
83
|
/**
|
|
84
|
-
* Creates an Autopilot job. Find the best performing model after you run an Autopilot job by calling .
|
|
84
|
+
* Creates an Autopilot job. Find the best performing model after you run an Autopilot job by calling . For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot.
|
|
85
85
|
*/
|
|
86
86
|
createAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
|
|
87
87
|
/**
|
|
@@ -733,11 +733,11 @@ declare class SageMaker extends Service {
|
|
|
733
733
|
*/
|
|
734
734
|
describeArtifact(callback?: (err: AWSError, data: SageMaker.Types.DescribeArtifactResponse) => void): Request<SageMaker.Types.DescribeArtifactResponse, AWSError>;
|
|
735
735
|
/**
|
|
736
|
-
* Returns information about an Amazon SageMaker job.
|
|
736
|
+
* Returns information about an Amazon SageMaker AutoML job.
|
|
737
737
|
*/
|
|
738
738
|
describeAutoMLJob(params: SageMaker.Types.DescribeAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobResponse) => void): Request<SageMaker.Types.DescribeAutoMLJobResponse, AWSError>;
|
|
739
739
|
/**
|
|
740
|
-
* Returns information about an Amazon SageMaker job.
|
|
740
|
+
* Returns information about an Amazon SageMaker AutoML job.
|
|
741
741
|
*/
|
|
742
742
|
describeAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobResponse) => void): Request<SageMaker.Types.DescribeAutoMLJobResponse, AWSError>;
|
|
743
743
|
/**
|
|
@@ -1173,11 +1173,11 @@ declare class SageMaker extends Service {
|
|
|
1173
1173
|
*/
|
|
1174
1174
|
listAutoMLJobs(callback?: (err: AWSError, data: SageMaker.Types.ListAutoMLJobsResponse) => void): Request<SageMaker.Types.ListAutoMLJobsResponse, AWSError>;
|
|
1175
1175
|
/**
|
|
1176
|
-
* List the
|
|
1176
|
+
* List the candidates created for the job.
|
|
1177
1177
|
*/
|
|
1178
1178
|
listCandidatesForAutoMLJob(params: SageMaker.Types.ListCandidatesForAutoMLJobRequest, callback?: (err: AWSError, data: SageMaker.Types.ListCandidatesForAutoMLJobResponse) => void): Request<SageMaker.Types.ListCandidatesForAutoMLJobResponse, AWSError>;
|
|
1179
1179
|
/**
|
|
1180
|
-
* List the
|
|
1180
|
+
* List the candidates created for the job.
|
|
1181
1181
|
*/
|
|
1182
1182
|
listCandidatesForAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.ListCandidatesForAutoMLJobResponse) => void): Request<SageMaker.Types.ListCandidatesForAutoMLJobResponse, AWSError>;
|
|
1183
1183
|
/**
|
|
@@ -2406,6 +2406,10 @@ declare namespace SageMaker {
|
|
|
2406
2406
|
* The failure reason.
|
|
2407
2407
|
*/
|
|
2408
2408
|
FailureReason?: AutoMLFailureReason;
|
|
2409
|
+
/**
|
|
2410
|
+
* The AutoML candidate's properties.
|
|
2411
|
+
*/
|
|
2412
|
+
CandidateProperties?: CandidateProperties;
|
|
2409
2413
|
}
|
|
2410
2414
|
export interface AutoMLCandidateStep {
|
|
2411
2415
|
/**
|
|
@@ -2424,7 +2428,7 @@ declare namespace SageMaker {
|
|
|
2424
2428
|
export type AutoMLCandidates = AutoMLCandidate[];
|
|
2425
2429
|
export interface AutoMLChannel {
|
|
2426
2430
|
/**
|
|
2427
|
-
* The data source.
|
|
2431
|
+
* The data source for an AutoML channel.
|
|
2428
2432
|
*/
|
|
2429
2433
|
DataSource: AutoMLDataSource;
|
|
2430
2434
|
/**
|
|
@@ -2432,21 +2436,21 @@ declare namespace SageMaker {
|
|
|
2432
2436
|
*/
|
|
2433
2437
|
CompressionType?: CompressionType;
|
|
2434
2438
|
/**
|
|
2435
|
-
* The name of the target variable in supervised learning,
|
|
2439
|
+
* The name of the target variable in supervised learning, usually represented by 'y'.
|
|
2436
2440
|
*/
|
|
2437
2441
|
TargetAttributeName: TargetAttributeName;
|
|
2438
2442
|
}
|
|
2439
2443
|
export interface AutoMLContainerDefinition {
|
|
2440
2444
|
/**
|
|
2441
|
-
* The ECR path of the container.
|
|
2445
|
+
* The ECR path of the container. For more information, see .
|
|
2442
2446
|
*/
|
|
2443
2447
|
Image: ContainerImage;
|
|
2444
2448
|
/**
|
|
2445
|
-
* The location of the model artifacts.
|
|
2449
|
+
* The location of the model artifacts. For more information, see .
|
|
2446
2450
|
*/
|
|
2447
2451
|
ModelDataUrl: Url;
|
|
2448
2452
|
/**
|
|
2449
|
-
* Environment variables to set in the container.
|
|
2453
|
+
* Environment variables to set in the container. For more information, see .
|
|
2450
2454
|
*/
|
|
2451
2455
|
Environment?: EnvironmentMap;
|
|
2452
2456
|
}
|
|
@@ -2486,7 +2490,7 @@ declare namespace SageMaker {
|
|
|
2486
2490
|
}
|
|
2487
2491
|
export interface AutoMLJobConfig {
|
|
2488
2492
|
/**
|
|
2489
|
-
* How long
|
|
2493
|
+
* How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
|
|
2490
2494
|
*/
|
|
2491
2495
|
CompletionCriteria?: AutoMLJobCompletionCriteria;
|
|
2492
2496
|
/**
|
|
@@ -2507,23 +2511,23 @@ declare namespace SageMaker {
|
|
|
2507
2511
|
export type AutoMLJobSummaries = AutoMLJobSummary[];
|
|
2508
2512
|
export interface AutoMLJobSummary {
|
|
2509
2513
|
/**
|
|
2510
|
-
* The name of the
|
|
2514
|
+
* The name of the AutoML you are requesting.
|
|
2511
2515
|
*/
|
|
2512
2516
|
AutoMLJobName: AutoMLJobName;
|
|
2513
2517
|
/**
|
|
2514
|
-
* The ARN of the job.
|
|
2518
|
+
* The ARN of the AutoML job.
|
|
2515
2519
|
*/
|
|
2516
2520
|
AutoMLJobArn: AutoMLJobArn;
|
|
2517
2521
|
/**
|
|
2518
|
-
* The job
|
|
2522
|
+
* The status of the AutoML job.
|
|
2519
2523
|
*/
|
|
2520
2524
|
AutoMLJobStatus: AutoMLJobStatus;
|
|
2521
2525
|
/**
|
|
2522
|
-
* The
|
|
2526
|
+
* The secondary status of the AutoML job.
|
|
2523
2527
|
*/
|
|
2524
2528
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus;
|
|
2525
2529
|
/**
|
|
2526
|
-
* When the job was created.
|
|
2530
|
+
* When the AutoML job was created.
|
|
2527
2531
|
*/
|
|
2528
2532
|
CreationTime: Timestamp;
|
|
2529
2533
|
/**
|
|
@@ -2531,13 +2535,17 @@ declare namespace SageMaker {
|
|
|
2531
2535
|
*/
|
|
2532
2536
|
EndTime?: Timestamp;
|
|
2533
2537
|
/**
|
|
2534
|
-
* When the job was last modified.
|
|
2538
|
+
* When the AutoML job was last modified.
|
|
2535
2539
|
*/
|
|
2536
2540
|
LastModifiedTime: Timestamp;
|
|
2537
2541
|
/**
|
|
2538
|
-
* The failure reason of
|
|
2542
|
+
* The failure reason of an AutoML job.
|
|
2539
2543
|
*/
|
|
2540
2544
|
FailureReason?: AutoMLFailureReason;
|
|
2545
|
+
/**
|
|
2546
|
+
* The list of reasons for partial failures within an AutoML job.
|
|
2547
|
+
*/
|
|
2548
|
+
PartialFailureReasons?: AutoMLPartialFailureReasons;
|
|
2541
2549
|
}
|
|
2542
2550
|
export type AutoMLMaxResults = number;
|
|
2543
2551
|
export type AutoMLMetricEnum = "Accuracy"|"MSE"|"F1"|"F1macro"|"AUC"|string;
|
|
@@ -2552,6 +2560,13 @@ declare namespace SageMaker {
|
|
|
2552
2560
|
*/
|
|
2553
2561
|
S3OutputPath: S3Uri;
|
|
2554
2562
|
}
|
|
2563
|
+
export interface AutoMLPartialFailureReason {
|
|
2564
|
+
/**
|
|
2565
|
+
* The message containing the reason for a partial failure of an AutoML job.
|
|
2566
|
+
*/
|
|
2567
|
+
PartialFailureMessage?: AutoMLFailureReason;
|
|
2568
|
+
}
|
|
2569
|
+
export type AutoMLPartialFailureReasons = AutoMLPartialFailureReason[];
|
|
2555
2570
|
export interface AutoMLS3DataSource {
|
|
2556
2571
|
/**
|
|
2557
2572
|
* The data type.
|
|
@@ -2618,8 +2633,20 @@ declare namespace SageMaker {
|
|
|
2618
2633
|
*/
|
|
2619
2634
|
SourcePipelineExecutionArn?: PipelineExecutionArn;
|
|
2620
2635
|
}
|
|
2636
|
+
export interface CandidateArtifactLocations {
|
|
2637
|
+
/**
|
|
2638
|
+
* The S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
|
2639
|
+
*/
|
|
2640
|
+
Explainability: ExplainabilityLocation;
|
|
2641
|
+
}
|
|
2621
2642
|
export type CandidateDefinitionNotebookLocation = string;
|
|
2622
2643
|
export type CandidateName = string;
|
|
2644
|
+
export interface CandidateProperties {
|
|
2645
|
+
/**
|
|
2646
|
+
* The S3 prefix to the artifacts generated for an AutoML candidate.
|
|
2647
|
+
*/
|
|
2648
|
+
CandidateArtifactLocations?: CandidateArtifactLocations;
|
|
2649
|
+
}
|
|
2623
2650
|
export type CandidateSortBy = "CreationTime"|"Status"|"FinalObjectiveMetricValue"|string;
|
|
2624
2651
|
export type CandidateStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
|
|
2625
2652
|
export type CandidateStepArn = string;
|
|
@@ -3100,7 +3127,7 @@ declare namespace SageMaker {
|
|
|
3100
3127
|
*/
|
|
3101
3128
|
UserProfileName: UserProfileName;
|
|
3102
3129
|
/**
|
|
3103
|
-
* The type of app.
|
|
3130
|
+
* The type of app. Supported apps are JupyterServer and KernelGateway. TensorBoard is not supported.
|
|
3104
3131
|
*/
|
|
3105
3132
|
AppType: AppType;
|
|
3106
3133
|
/**
|
|
@@ -3153,27 +3180,27 @@ declare namespace SageMaker {
|
|
|
3153
3180
|
}
|
|
3154
3181
|
export interface CreateAutoMLJobRequest {
|
|
3155
3182
|
/**
|
|
3156
|
-
* Identifies an Autopilot job.
|
|
3183
|
+
* Identifies an Autopilot job. The name must be unique to your account and is case-insensitive.
|
|
3157
3184
|
*/
|
|
3158
3185
|
AutoMLJobName: AutoMLJobName;
|
|
3159
3186
|
/**
|
|
3160
|
-
* Similar to InputDataConfig supported by
|
|
3187
|
+
* An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by . Format(s) supported: CSV. Minimum of 500 rows.
|
|
3161
3188
|
*/
|
|
3162
3189
|
InputDataConfig: AutoMLInputDataConfig;
|
|
3163
3190
|
/**
|
|
3164
|
-
*
|
|
3191
|
+
* Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
|
|
3165
3192
|
*/
|
|
3166
3193
|
OutputDataConfig: AutoMLOutputDataConfig;
|
|
3167
3194
|
/**
|
|
3168
|
-
* Defines the
|
|
3195
|
+
* Defines the type of supervised learning available for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.
|
|
3169
3196
|
*/
|
|
3170
3197
|
ProblemType?: ProblemType;
|
|
3171
3198
|
/**
|
|
3172
|
-
* Defines the objective of
|
|
3199
|
+
* Defines the objective metric used to measure the predictive quality of an AutoML job. You provide a AutoMLJobObjective$MetricName and Autopilot infers whether to minimize or maximize it.
|
|
3173
3200
|
*/
|
|
3174
3201
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
3175
3202
|
/**
|
|
3176
|
-
* Contains CompletionCriteria and SecurityConfig.
|
|
3203
|
+
* Contains CompletionCriteria and SecurityConfig settings for the AutoML job.
|
|
3177
3204
|
*/
|
|
3178
3205
|
AutoMLJobConfig?: AutoMLJobConfig;
|
|
3179
3206
|
/**
|
|
@@ -3181,7 +3208,7 @@ declare namespace SageMaker {
|
|
|
3181
3208
|
*/
|
|
3182
3209
|
RoleArn: RoleArn;
|
|
3183
3210
|
/**
|
|
3184
|
-
* Generates possible candidates without training
|
|
3211
|
+
* Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
|
|
3185
3212
|
*/
|
|
3186
3213
|
GenerateCandidateDefinitionsOnly?: GenerateCandidateDefinitionsOnly;
|
|
3187
3214
|
/**
|
|
@@ -3191,7 +3218,7 @@ declare namespace SageMaker {
|
|
|
3191
3218
|
}
|
|
3192
3219
|
export interface CreateAutoMLJobResponse {
|
|
3193
3220
|
/**
|
|
3194
|
-
*
|
|
3221
|
+
* The unique ARN that is assigned to the AutoML job when it is created.
|
|
3195
3222
|
*/
|
|
3196
3223
|
AutoMLJobArn: AutoMLJobArn;
|
|
3197
3224
|
}
|
|
@@ -5333,21 +5360,21 @@ declare namespace SageMaker {
|
|
|
5333
5360
|
}
|
|
5334
5361
|
export interface DescribeAutoMLJobRequest {
|
|
5335
5362
|
/**
|
|
5336
|
-
*
|
|
5363
|
+
* Requests information about an AutoML job using its unique name.
|
|
5337
5364
|
*/
|
|
5338
5365
|
AutoMLJobName: AutoMLJobName;
|
|
5339
5366
|
}
|
|
5340
5367
|
export interface DescribeAutoMLJobResponse {
|
|
5341
5368
|
/**
|
|
5342
|
-
* Returns the name of
|
|
5369
|
+
* Returns the name of the AutoML job.
|
|
5343
5370
|
*/
|
|
5344
5371
|
AutoMLJobName: AutoMLJobName;
|
|
5345
5372
|
/**
|
|
5346
|
-
* Returns the job
|
|
5373
|
+
* Returns the ARN of the AutoML job.
|
|
5347
5374
|
*/
|
|
5348
5375
|
AutoMLJobArn: AutoMLJobArn;
|
|
5349
5376
|
/**
|
|
5350
|
-
* Returns the
|
|
5377
|
+
* Returns the input data configuration for the AutoML job..
|
|
5351
5378
|
*/
|
|
5352
5379
|
InputDataConfig: AutoMLInputDataConfig;
|
|
5353
5380
|
/**
|
|
@@ -5367,15 +5394,15 @@ declare namespace SageMaker {
|
|
|
5367
5394
|
*/
|
|
5368
5395
|
ProblemType?: ProblemType;
|
|
5369
5396
|
/**
|
|
5370
|
-
* Returns the job
|
|
5397
|
+
* Returns the configuration for the AutoML job.
|
|
5371
5398
|
*/
|
|
5372
5399
|
AutoMLJobConfig?: AutoMLJobConfig;
|
|
5373
5400
|
/**
|
|
5374
|
-
* Returns the
|
|
5401
|
+
* Returns the creation time of the AutoML job.
|
|
5375
5402
|
*/
|
|
5376
5403
|
CreationTime: Timestamp;
|
|
5377
5404
|
/**
|
|
5378
|
-
* Returns the
|
|
5405
|
+
* Returns the end time of the AutoML job.
|
|
5379
5406
|
*/
|
|
5380
5407
|
EndTime?: Timestamp;
|
|
5381
5408
|
/**
|
|
@@ -5386,16 +5413,20 @@ declare namespace SageMaker {
|
|
|
5386
5413
|
* Returns the job's FailureReason.
|
|
5387
5414
|
*/
|
|
5388
5415
|
FailureReason?: AutoMLFailureReason;
|
|
5416
|
+
/**
|
|
5417
|
+
* Returns a list of reasons for partial failures within an AutoML job.
|
|
5418
|
+
*/
|
|
5419
|
+
PartialFailureReasons?: AutoMLPartialFailureReasons;
|
|
5389
5420
|
/**
|
|
5390
5421
|
* Returns the job's BestCandidate.
|
|
5391
5422
|
*/
|
|
5392
5423
|
BestCandidate?: AutoMLCandidate;
|
|
5393
5424
|
/**
|
|
5394
|
-
* Returns the job's AutoMLJobStatus.
|
|
5425
|
+
* Returns the status of the AutoML job's AutoMLJobStatus.
|
|
5395
5426
|
*/
|
|
5396
5427
|
AutoMLJobStatus: AutoMLJobStatus;
|
|
5397
5428
|
/**
|
|
5398
|
-
* Returns the job
|
|
5429
|
+
* Returns the secondary status of the AutoML job.
|
|
5399
5430
|
*/
|
|
5400
5431
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus;
|
|
5401
5432
|
/**
|
|
@@ -5407,7 +5438,7 @@ declare namespace SageMaker {
|
|
|
5407
5438
|
*/
|
|
5408
5439
|
AutoMLJobArtifacts?: AutoMLJobArtifacts;
|
|
5409
5440
|
/**
|
|
5410
|
-
* This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
|
5441
|
+
* This contains ProblemType, AutoMLJobObjective and CompletionCriteria. If you do not provide these values, they are auto-inferred. If you do provide them, they are the values you provide.
|
|
5411
5442
|
*/
|
|
5412
5443
|
ResolvedAttributes?: ResolvedAttributes;
|
|
5413
5444
|
}
|
|
@@ -7956,6 +7987,7 @@ declare namespace SageMaker {
|
|
|
7956
7987
|
*/
|
|
7957
7988
|
Report?: MetricsSource;
|
|
7958
7989
|
}
|
|
7990
|
+
export type ExplainabilityLocation = string;
|
|
7959
7991
|
export type FailureReason = string;
|
|
7960
7992
|
export interface FeatureDefinition {
|
|
7961
7993
|
/**
|
|
@@ -9417,15 +9449,15 @@ declare namespace SageMaker {
|
|
|
9417
9449
|
}
|
|
9418
9450
|
export interface ListCandidatesForAutoMLJobRequest {
|
|
9419
9451
|
/**
|
|
9420
|
-
* List the
|
|
9452
|
+
* List the candidates created for the job by providing the job's name.
|
|
9421
9453
|
*/
|
|
9422
9454
|
AutoMLJobName: AutoMLJobName;
|
|
9423
9455
|
/**
|
|
9424
|
-
* List the
|
|
9456
|
+
* List the candidates for the job and filter by status.
|
|
9425
9457
|
*/
|
|
9426
9458
|
StatusEquals?: CandidateStatus;
|
|
9427
9459
|
/**
|
|
9428
|
-
* List the
|
|
9460
|
+
* List the candidates for the job and filter by candidate name.
|
|
9429
9461
|
*/
|
|
9430
9462
|
CandidateNameEquals?: CandidateName;
|
|
9431
9463
|
/**
|
|
@@ -9437,7 +9469,7 @@ declare namespace SageMaker {
|
|
|
9437
9469
|
*/
|
|
9438
9470
|
SortBy?: CandidateSortBy;
|
|
9439
9471
|
/**
|
|
9440
|
-
* List the job's
|
|
9472
|
+
* List the job's candidates up to a specified limit.
|
|
9441
9473
|
*/
|
|
9442
9474
|
MaxResults?: AutoMLMaxResults;
|
|
9443
9475
|
/**
|
|
@@ -231,7 +231,7 @@ declare class TranscribeService extends Service {
|
|
|
231
231
|
declare namespace TranscribeService {
|
|
232
232
|
export type BaseModelName = "NarrowBand"|"WideBand"|string;
|
|
233
233
|
export type Boolean = boolean;
|
|
234
|
-
export type CLMLanguageCode = "en-US"|string;
|
|
234
|
+
export type CLMLanguageCode = "en-US"|"hi-IN"|"es-US"|"en-GB"|"en-AU"|string;
|
|
235
235
|
export interface ContentRedaction {
|
|
236
236
|
/**
|
|
237
237
|
* Request parameter that defines the entities to be redacted. The only accepted value is PII.
|
package/clients/wafv2.d.ts
CHANGED
|
@@ -300,11 +300,11 @@ declare class WAFV2 extends Service {
|
|
|
300
300
|
*/
|
|
301
301
|
untagResource(callback?: (err: AWSError, data: WAFV2.Types.UntagResourceResponse) => void): Request<WAFV2.Types.UntagResourceResponse, AWSError>;
|
|
302
302
|
/**
|
|
303
|
-
* Updates the specified IPSet.
|
|
303
|
+
* Updates the specified IPSet. This operation completely replaces any IP address specifications that you already have in the IP set with the ones that you provide to this call. If you want to add to or modify the addresses that are already in the IP set, retrieve those by calling GetIPSet, update them, and provide the complete updated array of IP addresses to this call.
|
|
304
304
|
*/
|
|
305
305
|
updateIPSet(params: WAFV2.Types.UpdateIPSetRequest, callback?: (err: AWSError, data: WAFV2.Types.UpdateIPSetResponse) => void): Request<WAFV2.Types.UpdateIPSetResponse, AWSError>;
|
|
306
306
|
/**
|
|
307
|
-
* Updates the specified IPSet.
|
|
307
|
+
* Updates the specified IPSet. This operation completely replaces any IP address specifications that you already have in the IP set with the ones that you provide to this call. If you want to add to or modify the addresses that are already in the IP set, retrieve those by calling GetIPSet, update them, and provide the complete updated array of IP addresses to this call.
|
|
308
308
|
*/
|
|
309
309
|
updateIPSet(callback?: (err: AWSError, data: WAFV2.Types.UpdateIPSetResponse) => void): Request<WAFV2.Types.UpdateIPSetResponse, AWSError>;
|
|
310
310
|
/**
|
|
@@ -334,6 +334,13 @@ declare class WAFV2 extends Service {
|
|
|
334
334
|
}
|
|
335
335
|
declare namespace WAFV2 {
|
|
336
336
|
export type Action = string;
|
|
337
|
+
export interface ActionCondition {
|
|
338
|
+
/**
|
|
339
|
+
* The action setting that a log record must contain in order to meet the condition.
|
|
340
|
+
*/
|
|
341
|
+
Action: ActionValue;
|
|
342
|
+
}
|
|
343
|
+
export type ActionValue = "ALLOW"|"BLOCK"|"COUNT"|string;
|
|
337
344
|
export interface All {
|
|
338
345
|
}
|
|
339
346
|
export interface AllQueryArguments {
|
|
@@ -408,6 +415,17 @@ declare namespace WAFV2 {
|
|
|
408
415
|
Capacity?: ConsumedCapacity;
|
|
409
416
|
}
|
|
410
417
|
export type ComparisonOperator = "EQ"|"NE"|"LE"|"LT"|"GE"|"GT"|string;
|
|
418
|
+
export interface Condition {
|
|
419
|
+
/**
|
|
420
|
+
* A single action condition.
|
|
421
|
+
*/
|
|
422
|
+
ActionCondition?: ActionCondition;
|
|
423
|
+
/**
|
|
424
|
+
* A single label name condition.
|
|
425
|
+
*/
|
|
426
|
+
LabelNameCondition?: LabelNameCondition;
|
|
427
|
+
}
|
|
428
|
+
export type Conditions = Condition[];
|
|
411
429
|
export type ConsumedCapacity = number;
|
|
412
430
|
export interface CountAction {
|
|
413
431
|
/**
|
|
@@ -747,6 +765,18 @@ declare namespace WAFV2 {
|
|
|
747
765
|
*
|
|
748
766
|
*/
|
|
749
767
|
Rules?: RuleSummaries;
|
|
768
|
+
/**
|
|
769
|
+
* The label namespace prefix for this rule group. All labels added by rules in this rule group have this prefix. The syntax for the label namespace prefix for a managed rule group is the following: awswaf:managed:<vendor>:<rule group name>: When a rule with a label matches a web request, AWS WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon: <label namespace>:<label from rule>
|
|
770
|
+
*/
|
|
771
|
+
LabelNamespace?: LabelName;
|
|
772
|
+
/**
|
|
773
|
+
* The labels that one or more rules in this rule group add to matching web ACLs. These labels are defined in the RuleLabels for a Rule.
|
|
774
|
+
*/
|
|
775
|
+
AvailableLabels?: LabelSummaries;
|
|
776
|
+
/**
|
|
777
|
+
* The labels that one or more rules in this rule group match against in label match statements. These labels are defined in a LabelMatchStatement specification, in the Statement definition of a rule.
|
|
778
|
+
*/
|
|
779
|
+
ConsumedLabels?: LabelSummaries;
|
|
750
780
|
}
|
|
751
781
|
export interface DisassociateWebACLRequest {
|
|
752
782
|
/**
|
|
@@ -802,6 +832,23 @@ declare namespace WAFV2 {
|
|
|
802
832
|
JsonBody?: JsonBody;
|
|
803
833
|
}
|
|
804
834
|
export type FieldToMatchData = string;
|
|
835
|
+
export interface Filter {
|
|
836
|
+
/**
|
|
837
|
+
* How to handle logs that satisfy the filter's conditions and requirement.
|
|
838
|
+
*/
|
|
839
|
+
Behavior: FilterBehavior;
|
|
840
|
+
/**
|
|
841
|
+
* Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.
|
|
842
|
+
*/
|
|
843
|
+
Requirement: FilterRequirement;
|
|
844
|
+
/**
|
|
845
|
+
* Match conditions for the filter.
|
|
846
|
+
*/
|
|
847
|
+
Conditions: Conditions;
|
|
848
|
+
}
|
|
849
|
+
export type FilterBehavior = "KEEP"|"DROP"|string;
|
|
850
|
+
export type FilterRequirement = "MEETS_ALL"|"MEETS_ANY"|string;
|
|
851
|
+
export type Filters = Filter[];
|
|
805
852
|
export interface FirewallManagerRuleGroup {
|
|
806
853
|
/**
|
|
807
854
|
* The name of the rule group. You cannot change the name of a rule group after you create it.
|
|
@@ -1169,7 +1216,7 @@ declare namespace WAFV2 {
|
|
|
1169
1216
|
*/
|
|
1170
1217
|
MatchScope: JsonMatchScope;
|
|
1171
1218
|
/**
|
|
1172
|
-
*
|
|
1219
|
+
* What AWS WAF should do if it fails to completely parse the JSON body. The options are the following: EVALUATE_AS_STRING - Inspect the body as plain text. AWS WAF applies the text transformations and inspection criteria that you defined for the JSON inspection to the body text string. MATCH - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. If you don't provide this setting, AWS WAF parses and evaluates the content only up to the first parsing failure that it encounters. AWS WAF does its best to parse the entire JSON body, but might be forced to stop for reasons such as invalid characters, duplicate keys, truncation, and any content whose root node isn't an object or an array. AWS WAF parses the JSON in the following examples as two valid key, value pairs: Missing comma: {"key1":"value1""key2":"value2"} Missing colon: {"key1":"value1","key2""value2"} Extra colons: {"key1"::"value1","key2""value2"}
|
|
1173
1220
|
*/
|
|
1174
1221
|
InvalidFallbackBehavior?: BodyParsingFallbackBehavior;
|
|
1175
1222
|
}
|
|
@@ -1186,6 +1233,39 @@ declare namespace WAFV2 {
|
|
|
1186
1233
|
export type JsonMatchScope = "ALL"|"KEY"|"VALUE"|string;
|
|
1187
1234
|
export type JsonPointerPath = string;
|
|
1188
1235
|
export type JsonPointerPaths = JsonPointerPath[];
|
|
1236
|
+
export interface Label {
|
|
1237
|
+
/**
|
|
1238
|
+
* The label string.
|
|
1239
|
+
*/
|
|
1240
|
+
Name: LabelName;
|
|
1241
|
+
}
|
|
1242
|
+
export type LabelMatchKey = string;
|
|
1243
|
+
export type LabelMatchScope = "LABEL"|"NAMESPACE"|string;
|
|
1244
|
+
export interface LabelMatchStatement {
|
|
1245
|
+
/**
|
|
1246
|
+
* Specify whether you want to match using the label name or just the namespace.
|
|
1247
|
+
*/
|
|
1248
|
+
Scope: LabelMatchScope;
|
|
1249
|
+
/**
|
|
1250
|
+
* The string to match against. The setting you provide for this depends on the match statement's Scope settings: If the Scope indicates LABEL, then this specification must include the name and can include any number of preceding namespace specifications and prefix up to providing the fully qualified label name. If the Scope indicates NAMESPACE, then this specification can include any number of contiguous namespace strings, and can include the entire label namespace prefix from the rule group or web ACL where the label originates. Labels are case sensitive and components of a label must be separated by colon, for example NS1:NS2:name.
|
|
1251
|
+
*/
|
|
1252
|
+
Key: LabelMatchKey;
|
|
1253
|
+
}
|
|
1254
|
+
export type LabelName = string;
|
|
1255
|
+
export interface LabelNameCondition {
|
|
1256
|
+
/**
|
|
1257
|
+
* The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
|
|
1258
|
+
*/
|
|
1259
|
+
LabelName: LabelName;
|
|
1260
|
+
}
|
|
1261
|
+
export type LabelSummaries = LabelSummary[];
|
|
1262
|
+
export interface LabelSummary {
|
|
1263
|
+
/**
|
|
1264
|
+
* An individual label specification.
|
|
1265
|
+
*/
|
|
1266
|
+
Name?: LabelName;
|
|
1267
|
+
}
|
|
1268
|
+
export type Labels = Label[];
|
|
1189
1269
|
export interface ListAvailableManagedRuleGroupsRequest {
|
|
1190
1270
|
/**
|
|
1191
1271
|
* Specifies whether this is for an AWS CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API. To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1. API and SDKs - For all calls, use the Region endpoint us-east-1.
|
|
@@ -1390,8 +1470,22 @@ declare namespace WAFV2 {
|
|
|
1390
1470
|
* Indicates whether the logging configuration was created by AWS Firewall Manager, as part of an AWS WAF policy configuration. If true, only Firewall Manager can modify or delete the configuration.
|
|
1391
1471
|
*/
|
|
1392
1472
|
ManagedByFirewallManager?: Boolean;
|
|
1473
|
+
/**
|
|
1474
|
+
* Filtering that specifies which web requests are kept in the logs and which are dropped. You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.
|
|
1475
|
+
*/
|
|
1476
|
+
LoggingFilter?: LoggingFilter;
|
|
1393
1477
|
}
|
|
1394
1478
|
export type LoggingConfigurations = LoggingConfiguration[];
|
|
1479
|
+
export interface LoggingFilter {
|
|
1480
|
+
/**
|
|
1481
|
+
* The filters that you want to apply to the logs.
|
|
1482
|
+
*/
|
|
1483
|
+
Filters: Filters;
|
|
1484
|
+
/**
|
|
1485
|
+
* Default handling for logs that don't match any of the specified filtering conditions.
|
|
1486
|
+
*/
|
|
1487
|
+
DefaultBehavior: FilterBehavior;
|
|
1488
|
+
}
|
|
1395
1489
|
export interface ManagedRuleGroupStatement {
|
|
1396
1490
|
/**
|
|
1397
1491
|
* The name of the managed rule group vendor. You use this, along with the rule group name, to identify the rule group.
|
|
@@ -1405,6 +1499,7 @@ declare namespace WAFV2 {
|
|
|
1405
1499
|
* The rules whose actions are set to COUNT by the web ACL, regardless of the action that is set on the rule. This effectively excludes the rule from acting on web requests.
|
|
1406
1500
|
*/
|
|
1407
1501
|
ExcludedRules?: ExcludedRules;
|
|
1502
|
+
ScopeDownStatement?: Statement;
|
|
1408
1503
|
}
|
|
1409
1504
|
export type ManagedRuleGroupSummaries = ManagedRuleGroupSummary[];
|
|
1410
1505
|
export interface ManagedRuleGroupSummary {
|
|
@@ -1601,6 +1696,10 @@ declare namespace WAFV2 {
|
|
|
1601
1696
|
* The override action to apply to the rules in a rule group. Used only for rule statements that reference a rule group, like RuleGroupReferenceStatement and ManagedRuleGroupStatement. Set the override action to none to leave the rule actions in effect. Set it to count to only count matches, regardless of the rule action settings. In a Rule, you must specify either this OverrideAction setting or the rule Action setting, but not both: If the rule statement references a rule group, use this override action setting and not the action setting. If the rule statement does not reference a rule group, use the rule action setting and not this rule override action setting.
|
|
1602
1697
|
*/
|
|
1603
1698
|
OverrideAction?: OverrideAction;
|
|
1699
|
+
/**
|
|
1700
|
+
* Labels to apply to web requests that match the rule match statement. AWS WAF applies fully qualified labels to matching web requests. A fully qualified label is the concatenation of a label namespace and a rule label. The rule's rule group or web ACL defines the label namespace. Rules that run after this rule in the web ACL can match against these labels using a LabelMatchStatement. For each label, provide a case-sensitive string containing optional namespaces and a label name, according to the following guidelines: Separate each component of the label with a colon. Each namespace or name can have up to 128 characters. You can specify up to 5 namespaces in a label. Don't use the following reserved words in your label specification: aws, waf, managed, rulegroup, webacl, regexpatternset, or ipset. For example, myLabelName or nameSpace1:nameSpace2:myLabelName.
|
|
1701
|
+
*/
|
|
1702
|
+
RuleLabels?: Labels;
|
|
1604
1703
|
/**
|
|
1605
1704
|
* Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
|
1606
1705
|
*/
|
|
@@ -1649,10 +1748,22 @@ declare namespace WAFV2 {
|
|
|
1649
1748
|
* Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
|
1650
1749
|
*/
|
|
1651
1750
|
VisibilityConfig: VisibilityConfig;
|
|
1751
|
+
/**
|
|
1752
|
+
* The label namespace prefix for this rule group. All labels added by rules in this rule group have this prefix. The syntax for the label namespace prefix for your rule groups is the following: awswaf:<account ID>:rulegroup:<rule group name>: When a rule with a label matches a web request, AWS WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon: <label namespace>:<label from rule>
|
|
1753
|
+
*/
|
|
1754
|
+
LabelNamespace?: LabelName;
|
|
1652
1755
|
/**
|
|
1653
1756
|
* A map of custom response keys and content bodies. When you create a rule with a block action, you can send a custom response to the web request. You define these for the rule group, and then use them in the rules that you define in the rule group. For information about customizing web requests and responses, see Customizing web requests and responses in AWS WAF in the AWS WAF Developer Guide. For information about the limits on count and size for custom request and response settings, see AWS WAF quotas in the AWS WAF Developer Guide.
|
|
1654
1757
|
*/
|
|
1655
1758
|
CustomResponseBodies?: CustomResponseBodies;
|
|
1759
|
+
/**
|
|
1760
|
+
* The labels that one or more rules in this rule group add to matching web ACLs. These labels are defined in the RuleLabels for a Rule.
|
|
1761
|
+
*/
|
|
1762
|
+
AvailableLabels?: LabelSummaries;
|
|
1763
|
+
/**
|
|
1764
|
+
* The labels that one or more rules in this rule group match against in label match statements. These labels are defined in a LabelMatchStatement specification, in the Statement definition of a rule.
|
|
1765
|
+
*/
|
|
1766
|
+
ConsumedLabels?: LabelSummaries;
|
|
1656
1767
|
}
|
|
1657
1768
|
export interface RuleGroupReferenceStatement {
|
|
1658
1769
|
/**
|
|
@@ -1727,6 +1838,10 @@ declare namespace WAFV2 {
|
|
|
1727
1838
|
* The response code that was sent for the request.
|
|
1728
1839
|
*/
|
|
1729
1840
|
ResponseCodeSent?: ResponseStatusCode;
|
|
1841
|
+
/**
|
|
1842
|
+
* Labels applied to the web request by matching rules. AWS WAF applies fully qualified labels to matching web requests. A fully qualified label is the concatenation of a label namespace and a rule label. The rule's rule group or web ACL defines the label namespace. For example, awswaf:111122223333:myRuleGroup:testRules:testNS1:testNS2:labelNameA or awswaf:managed:aws:managed-rule-set:header:encoding:utf8.
|
|
1843
|
+
*/
|
|
1844
|
+
Labels?: Labels;
|
|
1730
1845
|
}
|
|
1731
1846
|
export type SampledHTTPRequests = SampledHTTPRequest[];
|
|
1732
1847
|
export type Scope = "CLOUDFRONT"|"REGIONAL"|string;
|
|
@@ -1825,6 +1940,10 @@ declare namespace WAFV2 {
|
|
|
1825
1940
|
* A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups. You can't nest a ManagedRuleGroupStatement, for example for use inside a NotStatement or OrStatement. It can only be referenced as a top-level statement within a rule.
|
|
1826
1941
|
*/
|
|
1827
1942
|
ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
|
|
1943
|
+
/**
|
|
1944
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. The label match statement provides the label or namespace string to search for. The label string can represent a part or all of the fully qualified label name that had been added to the web request. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label. If you do not provide the fully qualified name in your label match string, AWS WAF performs the search for labels that were added in the same context as the label match statement.
|
|
1945
|
+
*/
|
|
1946
|
+
LabelMatchStatement?: LabelMatchStatement;
|
|
1828
1947
|
}
|
|
1829
1948
|
export type Statements = Statement[];
|
|
1830
1949
|
export interface Tag {
|
|
@@ -2110,6 +2229,10 @@ declare namespace WAFV2 {
|
|
|
2110
2229
|
* Indicates whether this web ACL is managed by AWS Firewall Manager. If true, then only AWS Firewall Manager can delete the web ACL or any Firewall Manager rule groups in the web ACL.
|
|
2111
2230
|
*/
|
|
2112
2231
|
ManagedByFirewallManager?: Boolean;
|
|
2232
|
+
/**
|
|
2233
|
+
* The label namespace prefix for this web ACL. All labels added by rules in this web ACL have this prefix. The syntax for the label namespace prefix for a web ACL is the following: awswaf:<account ID>:webacl:<web ACL name>: When a rule with a label matches a web request, AWS WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon: <label namespace>:<label from rule>
|
|
2234
|
+
*/
|
|
2235
|
+
LabelNamespace?: LabelName;
|
|
2113
2236
|
/**
|
|
2114
2237
|
* A map of custom response keys and content bodies. When you create a rule with a block action, you can send a custom response to the web request. You define these for the web ACL, and then use them in the rules and default actions that you define in the web ACL. For information about customizing web requests and responses, see Customizing web requests and responses in AWS WAF in the AWS WAF Developer Guide. For information about the limits on count and size for custom request and response settings, see AWS WAF quotas in the AWS WAF Developer Guide.
|
|
2115
2238
|
*/
|