You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aws/generated/shield.ex
+31-17Lines changed: 31 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,7 @@ defmodule AWS.Shield do
40
40
You can associate up to 10 Amazon S3 buckets with your subscription.
41
41
42
42
To use the services of the SRT and make an `AssociateDRTLogBucket` request, you
43
-
must be subscribed to the [Business Support plan](https://docs.aws.amazon.com/premiumsupport/business-support/) or the
44
-
[Enterprise Support plan](https://docs.aws.amazon.com/premiumsupport/enterprise-support/).
43
+
must be subscribed to the [Business Support plan](http://aws.amazon.com/premiumsupport/business-support/) or the [Enterprise Support plan](http://aws.amazon.com/premiumsupport/enterprise-support/).
To use the services of the SRT and make an `AssociateDRTRole` request, you must
80
-
be subscribed to the [Business Support plan](https://docs.aws.amazon.com/premiumsupport/business-support/) or the
81
-
[Enterprise Support plan](https://docs.aws.amazon.com/premiumsupport/enterprise-support/).
79
+
be subscribed to the [Business Support plan](http://aws.amazon.com/premiumsupport/business-support/) or the [Enterprise Support plan](http://aws.amazon.com/premiumsupport/enterprise-support/).
Enables Shield Advanced for a specific Amazon Web Services resource.
133
131
134
-
The resource can be an Amazon CloudFront distribution, Elastic Load Balancing
135
-
load balancer, Global Accelerator accelerator, Elastic IP Address, or an Amazon
136
-
Route 53 hosted zone.
132
+
The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted
133
+
zone, Global Accelerator standard accelerator, Elastic IP Address, Application
134
+
Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances
135
+
and Network Load Balancers by association with protected Amazon EC2 Elastic IP
136
+
addresses.
137
137
138
138
You can add protection to only a single resource with each `CreateProtection`
139
139
request. You can add protection to multiple resources at once through the Shield
@@ -160,7 +160,11 @@ defmodule AWS.Shield do
160
160
@doc"""
161
161
Activates Shield Advanced for an account.
162
162
163
-
When you initally create a subscription, your subscription is set to be
163
+
For accounts that are members of an Organizations organization, Shield Advanced
164
+
subscriptions are billed against the organization's payer account, regardless of
165
+
whether the payer account itself is subscribed.
166
+
167
+
When you initially create a subscription, your subscription is set to be
164
168
automatically renewed at the end of the existing subscription period. You can
165
169
change this by submitting an `UpdateSubscription` request.
166
170
"""
@@ -259,7 +263,7 @@ defmodule AWS.Shield do
259
263
260
264
@doc"""
261
265
Disable the Shield Advanced automatic application layer DDoS mitigation feature
262
-
for the resource.
266
+
for the protected resource.
263
267
264
268
This stops Shield Advanced from creating, verifying, and applying WAF rules for
265
269
attacks that it detects for the resource.
@@ -317,9 +321,10 @@ defmodule AWS.Shield do
317
321
318
322
@doc"""
319
323
Enable the Shield Advanced automatic application layer DDoS mitigation for the
320
-
resource.
324
+
protected resource.
321
325
322
-
This feature is available for Amazon CloudFront distributions only.
326
+
This feature is available for Amazon CloudFront distributions and Application
327
+
Load Balancers only.
323
328
324
329
This causes Shield Advanced to create, verify, and apply WAF rules for DDoS
325
330
attacks that it detects for the resource. Shield Advanced applies the rules in a
@@ -336,10 +341,9 @@ defmodule AWS.Shield do
336
341
associate the web ACL through the Shield Advanced console at
337
342
[https://console.aws.amazon.com/wafv2/shieldv2#/](https://console.aws.amazon.com/wafv2/shieldv2#/). For more information, see [Getting Started with Shield
0 commit comments