aws-sdk-waf 1.0.0 → 1.1.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-waf.rb +1 -1
- data/lib/aws-sdk-waf/client.rb +18 -9
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fa7b7b594c8409b071f4a2480f434f01f761f2b
|
4
|
+
data.tar.gz: 39eaeae4bca678bd48946da1891283432496cfea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbfd06ec2a1e8f9341dbfa03ee9570cd6b771de0d83a8099108790fda7a5303c3ff642a03e196eb78998c15f44be1dd9a0fd1f2d204cee5a6f79ef6e26e37124
|
7
|
+
data.tar.gz: cf5a55953721f11d8bf402c8b29814a882fa1e262414ff1969aeb277933536bf5969f2dac935af239f75735cfad9ef58cb12236e2a78a185d7f0ad86444e99f7
|
data/lib/aws-sdk-waf.rb
CHANGED
data/lib/aws-sdk-waf/client.rb
CHANGED
@@ -1883,7 +1883,9 @@ module Aws::WAF
|
|
1883
1883
|
#
|
1884
1884
|
# @example Example: To get a sampled requests
|
1885
1885
|
#
|
1886
|
-
# # The following example returns detailed information about 100 requests --a sample-- that AWS WAF randomly selects from
|
1886
|
+
# # The following example returns detailed information about 100 requests --a sample-- that AWS WAF randomly selects from
|
1887
|
+
# # among the first 5,000 requests that your AWS resource received between the time period 2016-09-27T15:50Z to
|
1888
|
+
# # 2016-09-27T15:50Z.
|
1887
1889
|
#
|
1888
1890
|
# resp = client.get_sampled_requests({
|
1889
1891
|
# max_items: 100,
|
@@ -1976,7 +1978,8 @@ module Aws::WAF
|
|
1976
1978
|
#
|
1977
1979
|
# @example Example: To get a size constraint set
|
1978
1980
|
#
|
1979
|
-
# # The following example returns the details of a size constraint match set with the ID
|
1981
|
+
# # The following example returns the details of a size constraint match set with the ID
|
1982
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
1980
1983
|
#
|
1981
1984
|
# resp = client.get_size_constraint_set({
|
1982
1985
|
# size_constraint_set_id: "example1ds3t-46da-4fdb-b8d5-abc321j569j5",
|
@@ -2041,7 +2044,8 @@ module Aws::WAF
|
|
2041
2044
|
#
|
2042
2045
|
# @example Example: To get a SQL injection match set
|
2043
2046
|
#
|
2044
|
-
# # The following example returns the details of a SQL injection match set with the ID
|
2047
|
+
# # The following example returns the details of a SQL injection match set with the ID
|
2048
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
2045
2049
|
#
|
2046
2050
|
# resp = client.get_sql_injection_match_set({
|
2047
2051
|
# sql_injection_match_set_id: "example1ds3t-46da-4fdb-b8d5-abc321j569j5",
|
@@ -2758,7 +2762,8 @@ module Aws::WAF
|
|
2758
2762
|
#
|
2759
2763
|
# @example Example: To update a byte match set
|
2760
2764
|
#
|
2761
|
-
# # The following example deletes a ByteMatchTuple object (filters) in an byte match set with the ID
|
2765
|
+
# # The following example deletes a ByteMatchTuple object (filters) in an byte match set with the ID
|
2766
|
+
# # exampleIDs3t-46da-4fdb-b8d5-abc321j569j5.
|
2762
2767
|
#
|
2763
2768
|
# resp = client.update_byte_match_set({
|
2764
2769
|
# byte_match_set_id: "exampleIDs3t-46da-4fdb-b8d5-abc321j569j5",
|
@@ -2899,7 +2904,8 @@ module Aws::WAF
|
|
2899
2904
|
#
|
2900
2905
|
# @example Example: To update an IP set
|
2901
2906
|
#
|
2902
|
-
# # The following example deletes an IPSetDescriptor object in an IP match set with the ID
|
2907
|
+
# # The following example deletes an IPSetDescriptor object in an IP match set with the ID
|
2908
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
2903
2909
|
#
|
2904
2910
|
# resp = client.update_ip_set({
|
2905
2911
|
# change_token: "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
|
@@ -3242,7 +3248,8 @@ module Aws::WAF
|
|
3242
3248
|
#
|
3243
3249
|
# @example Example: To update a size constraint set
|
3244
3250
|
#
|
3245
|
-
# # The following example deletes a SizeConstraint object (filters) in a size constraint set with the ID
|
3251
|
+
# # The following example deletes a SizeConstraint object (filters) in a size constraint set with the ID
|
3252
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
3246
3253
|
#
|
3247
3254
|
# resp = client.update_size_constraint_set({
|
3248
3255
|
# change_token: "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
|
@@ -3371,7 +3378,8 @@ module Aws::WAF
|
|
3371
3378
|
#
|
3372
3379
|
# @example Example: To update a SQL injection match set
|
3373
3380
|
#
|
3374
|
-
# # The following example deletes a SqlInjectionMatchTuple object (filters) in a SQL injection match set with the ID
|
3381
|
+
# # The following example deletes a SqlInjectionMatchTuple object (filters) in a SQL injection match set with the ID
|
3382
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
3375
3383
|
#
|
3376
3384
|
# resp = client.update_sql_injection_match_set({
|
3377
3385
|
# change_token: "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
|
@@ -3644,7 +3652,8 @@ module Aws::WAF
|
|
3644
3652
|
#
|
3645
3653
|
# @example Example: To update an XSS match set
|
3646
3654
|
#
|
3647
|
-
# # The following example deletes an XssMatchTuple object (filters) in an XssMatchSet with the ID
|
3655
|
+
# # The following example deletes an XssMatchTuple object (filters) in an XssMatchSet with the ID
|
3656
|
+
# # example1ds3t-46da-4fdb-b8d5-abc321j569j5.
|
3648
3657
|
#
|
3649
3658
|
# resp = client.update_xss_match_set({
|
3650
3659
|
# change_token: "abcd12f2-46da-4fdb-b8d5-fbd4c466928f",
|
@@ -3712,7 +3721,7 @@ module Aws::WAF
|
|
3712
3721
|
params: params,
|
3713
3722
|
config: config)
|
3714
3723
|
context[:gem_name] = 'aws-sdk-waf'
|
3715
|
-
context[:gem_version] = '1.
|
3724
|
+
context[:gem_version] = '1.1.0'
|
3716
3725
|
Seahorse::Client::Request.new(handlers, context)
|
3717
3726
|
end
|
3718
3727
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-waf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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: 2017-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -56,7 +56,9 @@ files:
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
57
57
|
licenses:
|
58
58
|
- Apache-2.0
|
59
|
-
metadata:
|
59
|
+
metadata:
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-waf/CHANGELOG.md
|
60
62
|
post_install_message:
|
61
63
|
rdoc_options: []
|
62
64
|
require_paths:
|