Skip to content

Commit 2d06b27

Browse files
author
awstools
committed
feat(client-wafv2): This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.
1 parent 0bc8e18 commit 2d06b27

File tree

7 files changed

+1069
-416
lines changed

7 files changed

+1069
-416
lines changed

clients/client-wafv2/src/WAFV2.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ export class WAFV2 extends WAFV2Client {
800800

801801
/**
802802
* <p>Generates a presigned download URL for the specified release of the mobile SDK.</p>
803-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
803+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
804804
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
805805
*/
806806
public generateMobileSdkReleaseUrl(
@@ -929,7 +929,7 @@ export class WAFV2 extends WAFV2Client {
929929
/**
930930
* <p>Retrieves information for the specified mobile SDK release, including release notes and
931931
* tags.</p>
932-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
932+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
933933
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
934934
*/
935935
public getMobileSdkRelease(
@@ -1365,7 +1365,7 @@ export class WAFV2 extends WAFV2Client {
13651365
/**
13661366
* <p>Retrieves a list of the available releases for the mobile SDK and the specified device
13671367
* platform. </p>
1368-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
1368+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
13691369
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
13701370
*/
13711371
public listMobileSdkReleases(

clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput
3232

3333
/**
3434
* <p>Generates a presigned download URL for the specified release of the mobile SDK.</p>
35-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
35+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
3636
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.

clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
3131
/**
3232
* <p>Retrieves information for the specified mobile SDK release, including release notes and
3333
* tags.</p>
34-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
34+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
3535
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.

clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkRelease
3131
/**
3232
* <p>Retrieves a list of the available releases for the mobile SDK and the specified device
3333
* platform. </p>
34-
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage Security Token Service (STS) security tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
34+
* <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
3535
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>.</p>
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)