aws-sdk-wafv2 1.0.0 → 1.1.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: 34f70a9e4ebd3bc20232744440a79e98d1bcade5
4
- data.tar.gz: 3e96aa739bc36d7034208bc8cdec4098d8910dea
3
+ metadata.gz: ca8f4cd6356b4a82e5a2ae1940075b1257364b7b
4
+ data.tar.gz: 345d69380ddf284f3950a92808f0c741c97c5d93
5
5
  SHA512:
6
- metadata.gz: 326a09fc429063d157d49763eb1d74f7f859424cdebb6bebb0f5ff103af89d6a448d0b6177ea9543274c4c1948e0da6eb645510636012fb6393228f97f4f727e
7
- data.tar.gz: 2d0d6917a7da1af169033ccf201f4dfa37fcf6b20ed150861d37b9c33b1b8a0ad1e2d2cbae286ba19c2ec0c9dcb632623100ae2934a112d9798b70f9a266849d
6
+ metadata.gz: 6286f80bb1f3a5ff9336551cbea6ce7117c970a3ea1274474a272bda833ae0efbc5b9f8d9006ee2c5f21db0be774d96e1b9393f5d3ea7e69c43bb198c63df1cd
7
+ data.tar.gz: 6988c818e2d346710e7c866a139fc44f5e8432e1bde877843f6d8fb970f2ab908c0605bcdd1717281ba0b2ce23575b7bdabda679f8df3ee42f89596bbf94f8ce
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-wafv2/customizations'
42
42
  # @service
43
43
  module Aws::WAFV2
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -276,7 +276,7 @@ module Aws::WAFV2
276
276
  # Balancer (ALB) or an API Gateway stage.
277
277
  #
278
278
  # For AWS CloudFront, you can associate the Web ACL by providing the
279
- # `Id` of the WebACL to the CloudFront API call `UpdateDistribution`.
279
+ # `ARN` of the WebACL to the CloudFront API call `UpdateDistribution`.
280
280
  # For information, see [UpdateDistribution][2].
281
281
  #
282
282
  #
@@ -294,15 +294,12 @@ module Aws::WAFV2
294
294
  #
295
295
  # The ARN must be in one of the following formats:
296
296
  #
297
- # * For a CloudFront distribution:
298
- # `arn:aws:cloudfront::account-id:distribution/distribution-id `
297
+ # * For an Application Load Balancer:
298
+ # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
299
+ # `
299
300
  #
300
- # * For an Application Load Balancer: `arn:aws:elasticloadbalancing:
301
- # region:account-id:loadbalancer/app/load-balancer-name
302
- # /load-balancer-id `
303
- #
304
- # * For an Amazon API Gateway stage: `arn:aws:apigateway:region
305
- # ::/restapis/api-id/stages/stage-name `
301
+ # * For an Amazon API Gateway stage:
302
+ # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
306
303
  #
307
304
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
308
305
  #
@@ -717,7 +714,9 @@ module Aws::WAFV2
717
714
  #
718
715
  # </note>
719
716
  #
720
- # Creates a RegexPatternSet per the specifications provided.
717
+ # Creates a RegexPatternSet, which you reference in a
718
+ # RegexPatternSetReferenceStatement, to have AWS WAF inspect a web
719
+ # request component for the specified patterns.
721
720
  #
722
721
  #
723
722
  #
@@ -1799,7 +1798,7 @@ module Aws::WAFV2
1799
1798
  # API Gateway stage.
1800
1799
  #
1801
1800
  # For AWS CloudFront, you can disassociate the Web ACL by providing an
1802
- # empty `WebACLId` in the CloudFront API call `UpdateDistribution`. For
1801
+ # empty web ACL ARN in the CloudFront API call `UpdateDistribution`. For
1803
1802
  # information, see [UpdateDistribution][2].
1804
1803
  #
1805
1804
  #
@@ -1813,15 +1812,12 @@ module Aws::WAFV2
1813
1812
  #
1814
1813
  # The ARN must be in one of the following formats:
1815
1814
  #
1816
- # * For a CloudFront distribution:
1817
- # `arn:aws:cloudfront::account-id:distribution/distribution-id `
1818
- #
1819
- # * For an Application Load Balancer: `arn:aws:elasticloadbalancing:
1820
- # region:account-id:loadbalancer/app/load-balancer-name
1821
- # /load-balancer-id `
1815
+ # * For an Application Load Balancer:
1816
+ # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
1817
+ # `
1822
1818
  #
1823
- # * For an Amazon API Gateway stage: `arn:aws:apigateway:region
1824
- # ::/restapis/api-id/stages/stage-name `
1819
+ # * For an Amazon API Gateway stage:
1820
+ # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
1825
1821
  #
1826
1822
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1827
1823
  #
@@ -2553,8 +2549,8 @@ module Aws::WAFV2
2553
2549
  # </note>
2554
2550
  #
2555
2551
  # Retrieves an array of managed rule groups that are available for you
2556
- # to use. This list includes all AWS managed rule groups and the AWS
2557
- # Marketplace managed rule groups that you're subscribed to.
2552
+ # to use. This list includes all AWS Managed Rules rule groups and the
2553
+ # AWS Marketplace managed rule groups that you're subscribed to.
2558
2554
  #
2559
2555
  #
2560
2556
  #
@@ -4098,7 +4094,7 @@ module Aws::WAFV2
4098
4094
  params: params,
4099
4095
  config: config)
4100
4096
  context[:gem_name] = 'aws-sdk-wafv2'
4101
- context[:gem_version] = '1.0.0'
4097
+ context[:gem_version] = '1.1.0'
4102
4098
  Seahorse::Client::Request.new(handlers, context)
4103
4099
  end
4104
4100
 
@@ -207,6 +207,7 @@ module Aws::WAFV2
207
207
  WAFNonexistentItemException = Shapes::StructureShape.new(name: 'WAFNonexistentItemException')
208
208
  WAFOptimisticLockException = Shapes::StructureShape.new(name: 'WAFOptimisticLockException')
209
209
  WAFServiceLinkedRoleErrorException = Shapes::StructureShape.new(name: 'WAFServiceLinkedRoleErrorException')
210
+ WAFSubscriptionNotFoundException = Shapes::StructureShape.new(name: 'WAFSubscriptionNotFoundException')
210
211
  WAFTagOperationException = Shapes::StructureShape.new(name: 'WAFTagOperationException')
211
212
  WAFTagOperationInternalErrorException = Shapes::StructureShape.new(name: 'WAFTagOperationInternalErrorException')
212
213
  WAFUnavailableEntityException = Shapes::StructureShape.new(name: 'WAFUnavailableEntityException')
@@ -827,6 +828,9 @@ module Aws::WAFV2
827
828
  WAFServiceLinkedRoleErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
828
829
  WAFServiceLinkedRoleErrorException.struct_class = Types::WAFServiceLinkedRoleErrorException
829
830
 
831
+ WAFSubscriptionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
832
+ WAFSubscriptionNotFoundException.struct_class = Types::WAFSubscriptionNotFoundException
833
+
830
834
  WAFTagOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
831
835
  WAFTagOperationException.struct_class = Types::WAFTagOperationException
832
836
 
@@ -902,6 +906,7 @@ module Aws::WAFV2
902
906
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
903
907
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
904
908
  o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
909
+ o.errors << Shapes::ShapeRef.new(shape: WAFSubscriptionNotFoundException)
905
910
  end)
906
911
 
907
912
  api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
@@ -948,6 +953,7 @@ module Aws::WAFV2
948
953
  o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
949
954
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
950
955
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
956
+ o.errors << Shapes::ShapeRef.new(shape: WAFSubscriptionNotFoundException)
951
957
  end)
952
958
 
953
959
  api.add_operation(:create_web_acl, Seahorse::Model::Operation.new.tap do |o|
@@ -966,6 +972,7 @@ module Aws::WAFV2
966
972
  o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
967
973
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
968
974
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
975
+ o.errors << Shapes::ShapeRef.new(shape: WAFSubscriptionNotFoundException)
969
976
  end)
970
977
 
971
978
  api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
@@ -978,6 +985,7 @@ module Aws::WAFV2
978
985
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
979
986
  o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
980
987
  o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
988
+ o.errors << Shapes::ShapeRef.new(shape: WAFAssociatedItemException)
981
989
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
982
990
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
983
991
  end)
@@ -1003,6 +1011,7 @@ module Aws::WAFV2
1003
1011
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1004
1012
  o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1005
1013
  o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: WAFAssociatedItemException)
1006
1015
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1007
1016
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1008
1017
  end)
@@ -1017,6 +1026,7 @@ module Aws::WAFV2
1017
1026
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1018
1027
  o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1019
1028
  o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: WAFAssociatedItemException)
1020
1030
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1021
1031
  o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1022
1032
  end)
@@ -1312,6 +1322,7 @@ module Aws::WAFV2
1312
1322
  o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1313
1323
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1314
1324
  o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: WAFSubscriptionNotFoundException)
1315
1326
  end)
1316
1327
 
1317
1328
  api.add_operation(:update_web_acl, Seahorse::Model::Operation.new.tap do |o|
@@ -1328,6 +1339,7 @@ module Aws::WAFV2
1328
1339
  o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1329
1340
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
1330
1341
  o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: WAFSubscriptionNotFoundException)
1331
1343
  end)
1332
1344
  end
1333
1345
 
@@ -169,6 +169,22 @@ module Aws::WAFV2
169
169
 
170
170
  end
171
171
 
172
+ class WAFSubscriptionNotFoundException < ServiceError
173
+
174
+ # @param [Seahorse::Client::RequestContext] context
175
+ # @param [String] message
176
+ # @param [Aws::WAFV2::Types::WAFSubscriptionNotFoundException] data
177
+ def initialize(context, message, data = Aws::EmptyStructure.new)
178
+ super(context, message, data)
179
+ end
180
+
181
+ # @return [String]
182
+ def message
183
+ @message || @data[:message]
184
+ end
185
+
186
+ end
187
+
172
188
  class WAFTagOperationException < ServiceError
173
189
 
174
190
  # @param [Seahorse::Client::RequestContext] context
@@ -17,6 +17,9 @@ module Aws::WAFV2
17
17
  #
18
18
  # All query arguments of a web request.
19
19
  #
20
+ # This is used only to indicate the web request component for AWS WAF to
21
+ # inspect, in the FieldToMatch specification.
22
+ #
20
23
  #
21
24
  #
22
25
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -36,6 +39,9 @@ module Aws::WAFV2
36
39
  #
37
40
  # Specifies that AWS WAF should allow requests.
38
41
  #
42
+ # This is used only in the context of other settings, for example to
43
+ # specify values for RuleAction and web ACL DefaultAction.
44
+ #
39
45
  #
40
46
  #
41
47
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -282,15 +288,12 @@ module Aws::WAFV2
282
288
  #
283
289
  # The ARN must be in one of the following formats:
284
290
  #
285
- # * For a CloudFront distribution:
286
- # `arn:aws:cloudfront::account-id:distribution/distribution-id `
287
- #
288
- # * For an Application Load Balancer: `arn:aws:elasticloadbalancing:
289
- # region:account-id:loadbalancer/app/load-balancer-name
290
- # /load-balancer-id `
291
+ # * For an Application Load Balancer:
292
+ # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
293
+ # `
291
294
  #
292
- # * For an Amazon API Gateway stage: `arn:aws:apigateway:region
293
- # ::/restapis/api-id/stages/stage-name `
295
+ # * For an Amazon API Gateway stage:
296
+ # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
294
297
  # @return [String]
295
298
  #
296
299
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation
@@ -314,6 +317,9 @@ module Aws::WAFV2
314
317
  #
315
318
  # Specifies that AWS WAF should block requests.
316
319
  #
320
+ # This is used only in the context of other settings, for example to
321
+ # specify values for RuleAction and web ACL DefaultAction.
322
+ #
317
323
  #
318
324
  #
319
325
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -334,6 +340,9 @@ module Aws::WAFV2
334
340
  # The body of a web request. This immediately follows the request
335
341
  # headers.
336
342
  #
343
+ # This is used only to indicate the web request component for AWS WAF to
344
+ # inspect, in the FieldToMatch specification.
345
+ #
337
346
  #
338
347
  #
339
348
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -760,6 +769,9 @@ module Aws::WAFV2
760
769
  #
761
770
  # Specifies that AWS WAF should count requests.
762
771
  #
772
+ # This is used only in the context of other settings, for example to
773
+ # specify values for RuleAction and web ACL DefaultAction.
774
+ #
763
775
  #
764
776
  #
765
777
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -1592,10 +1604,9 @@ module Aws::WAFV2
1592
1604
  #
1593
1605
  # </note>
1594
1606
  #
1595
- # In a `WebACL`, this is the action that you want AWS WAF to perform
1596
- # when a web request doesn't match any of the rules in the `WebACL`.
1597
- # The default action must be a terminating action, so count is not
1598
- # allowed.
1607
+ # In a WebACL, this is the action that you want AWS WAF to perform when
1608
+ # a web request doesn't match any of the rules in the `WebACL`. The
1609
+ # default action must be a terminating action, so count is not allowed.
1599
1610
  #
1600
1611
  #
1601
1612
  #
@@ -1970,15 +1981,12 @@ module Aws::WAFV2
1970
1981
  #
1971
1982
  # The ARN must be in one of the following formats:
1972
1983
  #
1973
- # * For a CloudFront distribution:
1974
- # `arn:aws:cloudfront::account-id:distribution/distribution-id `
1984
+ # * For an Application Load Balancer:
1985
+ # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
1986
+ # `
1975
1987
  #
1976
- # * For an Application Load Balancer: `arn:aws:elasticloadbalancing:
1977
- # region:account-id:loadbalancer/app/load-balancer-name
1978
- # /load-balancer-id `
1979
- #
1980
- # * For an Amazon API Gateway stage: `arn:aws:apigateway:region
1981
- # ::/restapis/api-id/stages/stage-name `
1988
+ # * For an Amazon API Gateway stage:
1989
+ # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
1982
1990
  # @return [String]
1983
1991
  #
1984
1992
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DisassociateWebACLRequest AWS API Documentation
@@ -2073,6 +2081,9 @@ module Aws::WAFV2
2073
2081
  # Inspect a single query argument. Provide the name of the query
2074
2082
  # argument to inspect, such as *UserName* or *SalesRegion*. The name
2075
2083
  # can be up to 30 characters long and isn't case sensitive.
2084
+ #
2085
+ # This is used only to indicate the web request component for AWS WAF
2086
+ # to inspect, in the FieldToMatch specification.
2076
2087
  # @return [Types::SingleQueryArgument]
2077
2088
  #
2078
2089
  # @!attribute [rw] all_query_arguments
@@ -2096,10 +2107,10 @@ module Aws::WAFV2
2096
2107
  # body, such as data from a form.
2097
2108
  #
2098
2109
  # Note that only the first 8 KB (8192 bytes) of the request body are
2099
- # forwarded to AWS WAF for inspection. If you don't need to inspect
2100
- # more than 8 KB, you can guarantee that you don't allow additional
2101
- # bytes in by combining a statement that inspects the body of the web
2102
- # request, such as ByteMatchStatement or
2110
+ # forwarded to AWS WAF for inspection by the underlying host service.
2111
+ # If you don't need to inspect more than 8 KB, you can guarantee that
2112
+ # you don't allow additional bytes in by combining a statement that
2113
+ # inspects the body of the web request, such as ByteMatchStatement or
2103
2114
  # RegexPatternSetReferenceStatement, with a SizeConstraintStatement
2104
2115
  # that enforces an 8 KB size limit on the body of the request. AWS WAF
2105
2116
  # doesn't support inspecting the entire contents of web requests
@@ -3565,7 +3576,7 @@ module Aws::WAFV2
3565
3576
  # ListAvailableManagedRuleGroups. This provides information like the
3566
3577
  # name and vendor name, that you provide when you add a
3567
3578
  # ManagedRuleGroupStatement to a web ACL. Managed rule groups include
3568
- # AWS managed rule groups, which are free of charge to AWS WAF
3579
+ # AWS Managed Rules rule groups, which are free of charge to AWS WAF
3569
3580
  # customers, and AWS Marketplace managed rule groups, which you can
3570
3581
  # subscribe to through AWS Marketplace.
3571
3582
  #
@@ -3584,8 +3595,8 @@ module Aws::WAFV2
3584
3595
  # @return [String]
3585
3596
  #
3586
3597
  # @!attribute [rw] description
3587
- # The description of the managed rule group, provided by AWS or the
3588
- # AWS Marketplace seller who manages it.
3598
+ # The description of the managed rule group, provided by AWS Managed
3599
+ # Rules or the AWS Marketplace seller who manages it.
3589
3600
  # @return [String]
3590
3601
  #
3591
3602
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ManagedRuleGroupSummary AWS API Documentation
@@ -3607,6 +3618,9 @@ module Aws::WAFV2
3607
3618
  # The HTTP method of a web request. The method indicates the type of
3608
3619
  # operation that the request is asking the origin to perform.
3609
3620
  #
3621
+ # This is used only to indicate the web request component for AWS WAF to
3622
+ # inspect, in the FieldToMatch specification.
3623
+ #
3610
3624
  #
3611
3625
  #
3612
3626
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -3626,8 +3640,10 @@ module Aws::WAFV2
3626
3640
  #
3627
3641
  # Specifies that AWS WAF should do nothing. This is generally used to
3628
3642
  # try out a rule without performing any actions. You set the
3629
- # `OverrideAction` on the Rule, and override the actions that are set at
3630
- # the statement level.
3643
+ # `OverrideAction` on the Rule.
3644
+ #
3645
+ # This is used only in the context of other settings, for example to
3646
+ # specify values for RuleAction and web ACL DefaultAction.
3631
3647
  #
3632
3648
  #
3633
3649
  #
@@ -4175,6 +4191,9 @@ module Aws::WAFV2
4175
4191
  # The query string of a web request. This is the part of a URL that
4176
4192
  # appears after a `?` character, if any.
4177
4193
  #
4194
+ # This is used only to indicate the web request component for AWS WAF to
4195
+ # inspect, in the FieldToMatch specification.
4196
+ #
4178
4197
  #
4179
4198
  #
4180
4199
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -5333,6 +5352,9 @@ module Aws::WAFV2
5333
5352
  # One of the headers in a web request, identified by name, for example,
5334
5353
  # `User-Agent` or `Referer`. This setting isn't case sensitive.
5335
5354
  #
5355
+ # This is used only to indicate the web request component for AWS WAF to
5356
+ # inspect, in the FieldToMatch specification.
5357
+ #
5336
5358
  #
5337
5359
  #
5338
5360
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -7784,6 +7806,9 @@ module Aws::WAFV2
7784
7806
  # web request that identifies a resource, for example,
7785
7807
  # `/images/daily-ad.jpg`.
7786
7808
  #
7809
+ # This is used only to indicate the web request component for AWS WAF to
7810
+ # inspect, in the FieldToMatch specification.
7811
+ #
7787
7812
  #
7788
7813
  #
7789
7814
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
@@ -8005,6 +8030,16 @@ module Aws::WAFV2
8005
8030
  include Aws::Structure
8006
8031
  end
8007
8032
 
8033
+ # @!attribute [rw] message
8034
+ # @return [String]
8035
+ #
8036
+ # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/WAFSubscriptionNotFoundException AWS API Documentation
8037
+ #
8038
+ class WAFSubscriptionNotFoundException < Struct.new(
8039
+ :message)
8040
+ include Aws::Structure
8041
+ end
8042
+
8008
8043
  # An error occurred during the tagging operation. Retry your request.
8009
8044
  #
8010
8045
  # @!attribute [rw] message
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
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: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core