aws-sdk-shield 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-shield.rb +1 -1
- data/lib/aws-sdk-shield/client.rb +12 -7
- data/lib/aws-sdk-shield/types.rb +15 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6fb67ca8c7847436865fdccad9aa25846fca352
|
4
|
+
data.tar.gz: d70e6bdf1f22de8044c159a75b9b9e62a2a062f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c155e7dde410e361e9056e643e985bc8fc52e3ad4faa3a195b2df4596c86e087544d0946e46a50b6c4ad260e910521bfb3a0e0df47bab3531499f8eade1bbab
|
7
|
+
data.tar.gz: 7d933ad9bea6ebf1d17dc1c286524e45d9043f53288806a07d86494f9578eb2098708066ca4bc7dc72f55b69e0f211b4513b3b90a7246958c2508e58751401ef
|
data/lib/aws-sdk-shield.rb
CHANGED
@@ -265,8 +265,8 @@ module Aws::Shield
|
|
265
265
|
# @!group API Operations
|
266
266
|
|
267
267
|
# Authorizes the DDoS Response team (DRT) to access the specified Amazon
|
268
|
-
# S3 bucket containing your
|
269
|
-
# S3 buckets with your subscription.
|
268
|
+
# S3 bucket containing your AWS WAF logs. You can associate up to 10
|
269
|
+
# Amazon S3 buckets with your subscription.
|
270
270
|
#
|
271
271
|
# To use the services of the DRT and make an `AssociateDRTLogBucket`
|
272
272
|
# request, you must be subscribed to the [Business Support plan][1] or
|
@@ -278,7 +278,7 @@ module Aws::Shield
|
|
278
278
|
# [2]: https://aws.amazon.com/premiumsupport/enterprise-support/
|
279
279
|
#
|
280
280
|
# @option params [required, String] :log_bucket
|
281
|
-
# The Amazon S3 bucket that contains your
|
281
|
+
# The Amazon S3 bucket that contains your AWS WAF logs.
|
282
282
|
#
|
283
283
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
284
284
|
#
|
@@ -444,6 +444,9 @@ module Aws::Shield
|
|
444
444
|
# [Authorize the DDoS Response Team to Create Rules and Web ACLs on Your
|
445
445
|
# Behalf][1].
|
446
446
|
#
|
447
|
+
# To use the services of the DRT, you must be subscribed to the
|
448
|
+
# [Business Support plan][2] or the [Enterprise Support plan][3].
|
449
|
+
#
|
447
450
|
# When you initally create a subscription, your subscription is set to
|
448
451
|
# be automatically renewed at the end of the existing subscription
|
449
452
|
# period. You can change this by submitting an `UpdateSubscription`
|
@@ -452,6 +455,8 @@ module Aws::Shield
|
|
452
455
|
#
|
453
456
|
#
|
454
457
|
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/authorize-DRT.html
|
458
|
+
# [2]: https://aws.amazon.com/premiumsupport/business-support/
|
459
|
+
# [3]: https://aws.amazon.com/premiumsupport/enterprise-support/
|
455
460
|
#
|
456
461
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
457
462
|
#
|
@@ -550,7 +555,7 @@ module Aws::Shield
|
|
550
555
|
# resp.attack.attack_counters[0].unit #=> String
|
551
556
|
# resp.attack.attack_properties #=> Array
|
552
557
|
# resp.attack.attack_properties[0].attack_layer #=> String, one of "NETWORK", "APPLICATION"
|
553
|
-
# resp.attack.attack_properties[0].attack_property_identifier #=> String, one of "DESTINATION_URL", "REFERRER", "SOURCE_ASN", "SOURCE_COUNTRY", "SOURCE_IP_ADDRESS", "SOURCE_USER_AGENT"
|
558
|
+
# resp.attack.attack_properties[0].attack_property_identifier #=> String, one of "DESTINATION_URL", "REFERRER", "SOURCE_ASN", "SOURCE_COUNTRY", "SOURCE_IP_ADDRESS", "SOURCE_USER_AGENT", "WORDPRESS_PINGBACK_REFLECTOR", "WORDPRESS_PINGBACK_SOURCE"
|
554
559
|
# resp.attack.attack_properties[0].top_contributors #=> Array
|
555
560
|
# resp.attack.attack_properties[0].top_contributors[0].name #=> String
|
556
561
|
# resp.attack.attack_properties[0].top_contributors[0].value #=> Integer
|
@@ -679,7 +684,7 @@ module Aws::Shield
|
|
679
684
|
end
|
680
685
|
|
681
686
|
# Removes the DDoS Response team's (DRT) access to the specified Amazon
|
682
|
-
# S3 bucket containing your
|
687
|
+
# S3 bucket containing your AWS WAF logs.
|
683
688
|
#
|
684
689
|
# To make a `DisassociateDRTLogBucket` request, you must be subscribed
|
685
690
|
# to the [Business Support plan][1] or the [Enterprise Support plan][2].
|
@@ -694,7 +699,7 @@ module Aws::Shield
|
|
694
699
|
# [2]: https://aws.amazon.com/premiumsupport/enterprise-support/
|
695
700
|
#
|
696
701
|
# @option params [required, String] :log_bucket
|
697
|
-
# The Amazon S3 bucket that contains your
|
702
|
+
# The Amazon S3 bucket that contains your AWS WAF logs.
|
698
703
|
#
|
699
704
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
700
705
|
#
|
@@ -954,7 +959,7 @@ module Aws::Shield
|
|
954
959
|
params: params,
|
955
960
|
config: config)
|
956
961
|
context[:gem_name] = 'aws-sdk-shield'
|
957
|
-
context[:gem_version] = '1.
|
962
|
+
context[:gem_version] = '1.19.0'
|
958
963
|
Seahorse::Client::Request.new(handlers, context)
|
959
964
|
end
|
960
965
|
|
data/lib/aws-sdk-shield/types.rb
CHANGED
@@ -50,7 +50,7 @@ module Aws::Shield
|
|
50
50
|
# }
|
51
51
|
#
|
52
52
|
# @!attribute [rw] log_bucket
|
53
|
-
# The Amazon S3 bucket that contains your
|
53
|
+
# The Amazon S3 bucket that contains your AWS WAF logs.
|
54
54
|
# @return [String]
|
55
55
|
#
|
56
56
|
# @see http://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/AssociateDRTLogBucketRequest AWS API Documentation
|
@@ -159,12 +159,16 @@ module Aws::Shield
|
|
159
159
|
# Details of the described attack.
|
160
160
|
#
|
161
161
|
# @!attribute [rw] attack_layer
|
162
|
-
# The type of DDoS event that was
|
163
|
-
# 3 and layer 4 events and
|
162
|
+
# The type of distributed denial of service (DDoS) event that was
|
163
|
+
# observed. `NETWORK` indicates layer 3 and layer 4 events and
|
164
|
+
# `APPLICATION` indicates layer 7 events.
|
164
165
|
# @return [String]
|
165
166
|
#
|
166
167
|
# @!attribute [rw] attack_property_identifier
|
167
|
-
# Defines the DDoS attack property information that is provided.
|
168
|
+
# Defines the DDoS attack property information that is provided. The
|
169
|
+
# `WORDPRESS_PINGBACK_REFLECTOR` and `WORDPRESS_PINGBACK_SOURCE`
|
170
|
+
# values are valid only for WordPress reflective pingback DDoS
|
171
|
+
# attacks.
|
168
172
|
# @return [String]
|
169
173
|
#
|
170
174
|
# @!attribute [rw] top_contributors
|
@@ -269,6 +273,12 @@ module Aws::Shield
|
|
269
273
|
# * ACK\_FLOOD
|
270
274
|
#
|
271
275
|
# * REQUEST\_FLOOD
|
276
|
+
#
|
277
|
+
# * HTTP\_REFLECTION
|
278
|
+
#
|
279
|
+
# * UDS\_REFLECTION
|
280
|
+
#
|
281
|
+
# * MEMCACHED\_REFLECTION
|
272
282
|
# @return [String]
|
273
283
|
#
|
274
284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/AttackVectorDescription AWS API Documentation
|
@@ -537,7 +547,7 @@ module Aws::Shield
|
|
537
547
|
# }
|
538
548
|
#
|
539
549
|
# @!attribute [rw] log_bucket
|
540
|
-
# The Amazon S3 bucket that contains your
|
550
|
+
# The Amazon S3 bucket that contains your AWS WAF logs.
|
541
551
|
# @return [String]
|
542
552
|
#
|
543
553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/DisassociateDRTLogBucketRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-shield
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|