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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70a8274dfc570b679c415f50e56a4890a5b65ac2
4
- data.tar.gz: e42ca7cf22e70f3adc2124ff69422277214b0e7a
3
+ metadata.gz: f6fb67ca8c7847436865fdccad9aa25846fca352
4
+ data.tar.gz: d70e6bdf1f22de8044c159a75b9b9e62a2a062f5
5
5
  SHA512:
6
- metadata.gz: a02cd79d27f79de045d4a3ec2303041b37b15f1a30dbc2498d311d49360eee2d573ea50af7fbe9d709a6484c7adb8c3ab6314c137c29c59dcfa41cd15b6b29ce
7
- data.tar.gz: 52643bcfa4f573a8ecf65ed5790fa2e83d79fdb1eacb00cb09862021067900c731f688b4820f21cd60ae431e84191e97adf642ec667661f438aa4d21c1054f0f
6
+ metadata.gz: 2c155e7dde410e361e9056e643e985bc8fc52e3ad4faa3a195b2df4596c86e087544d0946e46a50b6c4ad260e910521bfb3a0e0df47bab3531499f8eade1bbab
7
+ data.tar.gz: 7d933ad9bea6ebf1d17dc1c286524e45d9043f53288806a07d86494f9578eb2098708066ca4bc7dc72f55b69e0f211b4513b3b90a7246958c2508e58751401ef
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-shield/customizations'
42
42
  # @service
43
43
  module Aws::Shield
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -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 flow logs. You can associate up to 10 Amazon
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 flow logs.
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 flow logs.
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 flow logs.
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.18.0'
962
+ context[:gem_version] = '1.19.0'
958
963
  Seahorse::Client::Request.new(handlers, context)
959
964
  end
960
965
 
@@ -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 flow logs.
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 observed. `NETWORK` indicates layer
163
- # 3 and layer 4 events and `APPLICATION` indicates layer 7 events.
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 flow logs.
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.18.0
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-01 00:00:00.000000000 Z
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