aws-sdk-core 2.11.121 → 2.11.122
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/eks/2017-11-01/api-2.json +2 -1
- data/apis/waf-regional/2016-11-28/api-2.json +139 -2
- data/apis/waf-regional/2016-11-28/smoke.json +21 -0
- data/apis/waf/2015-08-24/api-2.json +139 -2
- data/apis/waf/2015-08-24/smoke.json +21 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d055b9580c9a6056aa877d41075caab739db8ad6
|
4
|
+
data.tar.gz: f698fa8407852ad85d4fc65aa06248c6724ae1bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e69470a25531f14140878050279bf3d77d659f6582c1072d65d83004305cb08eef20151192d1ab9a8dc254a12e250878bd8a55d025aceb7fc4de7164711321f2
|
7
|
+
data.tar.gz: 924d32d9170b7ef6feaae06243cb3ee3d50790257f651f2911949d22bfbbe2bfac5c321f8e42e88b03ad1bd97d0c9920c5676adea9b5b0631ee90be11300867f
|
@@ -106,7 +106,8 @@
|
|
106
106
|
"resourcesVpcConfig":{"shape":"VpcConfigResponse"},
|
107
107
|
"status":{"shape":"ClusterStatus"},
|
108
108
|
"certificateAuthority":{"shape":"Certificate"},
|
109
|
-
"clientRequestToken":{"shape":"String"}
|
109
|
+
"clientRequestToken":{"shape":"String"},
|
110
|
+
"platformVersion":{"shape":"String"}
|
110
111
|
}
|
111
112
|
},
|
112
113
|
"ClusterName":{
|
@@ -276,6 +276,20 @@
|
|
276
276
|
{"shape":"WAFNonEmptyEntityException"}
|
277
277
|
]
|
278
278
|
},
|
279
|
+
"DeleteLoggingConfiguration":{
|
280
|
+
"name":"DeleteLoggingConfiguration",
|
281
|
+
"http":{
|
282
|
+
"method":"POST",
|
283
|
+
"requestUri":"/"
|
284
|
+
},
|
285
|
+
"input":{"shape":"DeleteLoggingConfigurationRequest"},
|
286
|
+
"output":{"shape":"DeleteLoggingConfigurationResponse"},
|
287
|
+
"errors":[
|
288
|
+
{"shape":"WAFInternalErrorException"},
|
289
|
+
{"shape":"WAFNonexistentItemException"},
|
290
|
+
{"shape":"WAFStaleDataException"}
|
291
|
+
]
|
292
|
+
},
|
279
293
|
"DeletePermissionPolicy":{
|
280
294
|
"name":"DeletePermissionPolicy",
|
281
295
|
"http":{
|
@@ -371,7 +385,8 @@
|
|
371
385
|
{"shape":"WAFInternalErrorException"},
|
372
386
|
{"shape":"WAFNonexistentItemException"},
|
373
387
|
{"shape":"WAFReferencedItemException"},
|
374
|
-
{"shape":"WAFNonEmptyEntityException"}
|
388
|
+
{"shape":"WAFNonEmptyEntityException"},
|
389
|
+
{"shape":"WAFInvalidOperationException"}
|
375
390
|
]
|
376
391
|
},
|
377
392
|
"DeleteSizeConstraintSet":{
|
@@ -524,6 +539,19 @@
|
|
524
539
|
{"shape":"WAFNonexistentItemException"}
|
525
540
|
]
|
526
541
|
},
|
542
|
+
"GetLoggingConfiguration":{
|
543
|
+
"name":"GetLoggingConfiguration",
|
544
|
+
"http":{
|
545
|
+
"method":"POST",
|
546
|
+
"requestUri":"/"
|
547
|
+
},
|
548
|
+
"input":{"shape":"GetLoggingConfigurationRequest"},
|
549
|
+
"output":{"shape":"GetLoggingConfigurationResponse"},
|
550
|
+
"errors":[
|
551
|
+
{"shape":"WAFInternalErrorException"},
|
552
|
+
{"shape":"WAFNonexistentItemException"}
|
553
|
+
]
|
554
|
+
},
|
527
555
|
"GetPermissionPolicy":{
|
528
556
|
"name":"GetPermissionPolicy",
|
529
557
|
"http":{
|
@@ -759,6 +787,20 @@
|
|
759
787
|
{"shape":"WAFInvalidAccountException"}
|
760
788
|
]
|
761
789
|
},
|
790
|
+
"ListLoggingConfigurations":{
|
791
|
+
"name":"ListLoggingConfigurations",
|
792
|
+
"http":{
|
793
|
+
"method":"POST",
|
794
|
+
"requestUri":"/"
|
795
|
+
},
|
796
|
+
"input":{"shape":"ListLoggingConfigurationsRequest"},
|
797
|
+
"output":{"shape":"ListLoggingConfigurationsResponse"},
|
798
|
+
"errors":[
|
799
|
+
{"shape":"WAFInternalErrorException"},
|
800
|
+
{"shape":"WAFNonexistentItemException"},
|
801
|
+
{"shape":"WAFInvalidParameterException"}
|
802
|
+
]
|
803
|
+
},
|
762
804
|
"ListRateBasedRules":{
|
763
805
|
"name":"ListRateBasedRules",
|
764
806
|
"http":{
|
@@ -902,6 +944,20 @@
|
|
902
944
|
{"shape":"WAFInvalidAccountException"}
|
903
945
|
]
|
904
946
|
},
|
947
|
+
"PutLoggingConfiguration":{
|
948
|
+
"name":"PutLoggingConfiguration",
|
949
|
+
"http":{
|
950
|
+
"method":"POST",
|
951
|
+
"requestUri":"/"
|
952
|
+
},
|
953
|
+
"input":{"shape":"PutLoggingConfigurationRequest"},
|
954
|
+
"output":{"shape":"PutLoggingConfigurationResponse"},
|
955
|
+
"errors":[
|
956
|
+
{"shape":"WAFInternalErrorException"},
|
957
|
+
{"shape":"WAFNonexistentItemException"},
|
958
|
+
{"shape":"WAFStaleDataException"}
|
959
|
+
]
|
960
|
+
},
|
905
961
|
"PutPermissionPolicy":{
|
906
962
|
"name":"PutPermissionPolicy",
|
907
963
|
"http":{
|
@@ -1563,6 +1619,18 @@
|
|
1563
1619
|
"ChangeToken":{"shape":"ChangeToken"}
|
1564
1620
|
}
|
1565
1621
|
},
|
1622
|
+
"DeleteLoggingConfigurationRequest":{
|
1623
|
+
"type":"structure",
|
1624
|
+
"required":["ResourceArn"],
|
1625
|
+
"members":{
|
1626
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
"DeleteLoggingConfigurationResponse":{
|
1630
|
+
"type":"structure",
|
1631
|
+
"members":{
|
1632
|
+
}
|
1633
|
+
},
|
1566
1634
|
"DeletePermissionPolicyRequest":{
|
1567
1635
|
"type":"structure",
|
1568
1636
|
"required":["ResourceArn"],
|
@@ -2127,6 +2195,19 @@
|
|
2127
2195
|
"IPSet":{"shape":"IPSet"}
|
2128
2196
|
}
|
2129
2197
|
},
|
2198
|
+
"GetLoggingConfigurationRequest":{
|
2199
|
+
"type":"structure",
|
2200
|
+
"required":["ResourceArn"],
|
2201
|
+
"members":{
|
2202
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
2203
|
+
}
|
2204
|
+
},
|
2205
|
+
"GetLoggingConfigurationResponse":{
|
2206
|
+
"type":"structure",
|
2207
|
+
"members":{
|
2208
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2209
|
+
}
|
2210
|
+
},
|
2130
2211
|
"GetPermissionPolicyRequest":{
|
2131
2212
|
"type":"structure",
|
2132
2213
|
"required":["ResourceArn"],
|
@@ -2463,6 +2544,20 @@
|
|
2463
2544
|
"IPSets":{"shape":"IPSetSummaries"}
|
2464
2545
|
}
|
2465
2546
|
},
|
2547
|
+
"ListLoggingConfigurationsRequest":{
|
2548
|
+
"type":"structure",
|
2549
|
+
"members":{
|
2550
|
+
"NextMarker":{"shape":"NextMarker"},
|
2551
|
+
"Limit":{"shape":"PaginationLimit"}
|
2552
|
+
}
|
2553
|
+
},
|
2554
|
+
"ListLoggingConfigurationsResponse":{
|
2555
|
+
"type":"structure",
|
2556
|
+
"members":{
|
2557
|
+
"LoggingConfigurations":{"shape":"LoggingConfigurations"},
|
2558
|
+
"NextMarker":{"shape":"NextMarker"}
|
2559
|
+
}
|
2560
|
+
},
|
2466
2561
|
"ListRateBasedRulesRequest":{
|
2467
2562
|
"type":"structure",
|
2468
2563
|
"members":{
|
@@ -2616,6 +2711,28 @@
|
|
2616
2711
|
"XssMatchSets":{"shape":"XssMatchSetSummaries"}
|
2617
2712
|
}
|
2618
2713
|
},
|
2714
|
+
"LogDestinationConfigs":{
|
2715
|
+
"type":"list",
|
2716
|
+
"member":{"shape":"ResourceArn"},
|
2717
|
+
"max":1,
|
2718
|
+
"min":1
|
2719
|
+
},
|
2720
|
+
"LoggingConfiguration":{
|
2721
|
+
"type":"structure",
|
2722
|
+
"required":[
|
2723
|
+
"ResourceArn",
|
2724
|
+
"LogDestinationConfigs"
|
2725
|
+
],
|
2726
|
+
"members":{
|
2727
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
2728
|
+
"LogDestinationConfigs":{"shape":"LogDestinationConfigs"},
|
2729
|
+
"RedactedFields":{"shape":"RedactedFields"}
|
2730
|
+
}
|
2731
|
+
},
|
2732
|
+
"LoggingConfigurations":{
|
2733
|
+
"type":"list",
|
2734
|
+
"member":{"shape":"LoggingConfiguration"}
|
2735
|
+
},
|
2619
2736
|
"ManagedKey":{"type":"string"},
|
2620
2737
|
"ManagedKeys":{
|
2621
2738
|
"type":"list",
|
@@ -2629,7 +2746,9 @@
|
|
2629
2746
|
"QUERY_STRING",
|
2630
2747
|
"HEADER",
|
2631
2748
|
"METHOD",
|
2632
|
-
"BODY"
|
2749
|
+
"BODY",
|
2750
|
+
"SINGLE_QUERY_ARG",
|
2751
|
+
"ALL_QUERY_ARGS"
|
2633
2752
|
]
|
2634
2753
|
},
|
2635
2754
|
"MetricName":{"type":"string"},
|
@@ -2718,6 +2837,19 @@
|
|
2718
2837
|
"type":"list",
|
2719
2838
|
"member":{"shape":"Predicate"}
|
2720
2839
|
},
|
2840
|
+
"PutLoggingConfigurationRequest":{
|
2841
|
+
"type":"structure",
|
2842
|
+
"required":["LoggingConfiguration"],
|
2843
|
+
"members":{
|
2844
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2845
|
+
}
|
2846
|
+
},
|
2847
|
+
"PutLoggingConfigurationResponse":{
|
2848
|
+
"type":"structure",
|
2849
|
+
"members":{
|
2850
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2851
|
+
}
|
2852
|
+
},
|
2721
2853
|
"PutPermissionPolicyRequest":{
|
2722
2854
|
"type":"structure",
|
2723
2855
|
"required":[
|
@@ -2757,8 +2889,13 @@
|
|
2757
2889
|
},
|
2758
2890
|
"RateLimit":{
|
2759
2891
|
"type":"long",
|
2892
|
+
"max":2000000000,
|
2760
2893
|
"min":2000
|
2761
2894
|
},
|
2895
|
+
"RedactedFields":{
|
2896
|
+
"type":"list",
|
2897
|
+
"member":{"shape":"FieldToMatch"}
|
2898
|
+
},
|
2762
2899
|
"RegexMatchSet":{
|
2763
2900
|
"type":"structure",
|
2764
2901
|
"members":{
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-east-1",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListRules",
|
7
|
+
"input": {
|
8
|
+
"Limit": 20
|
9
|
+
},
|
10
|
+
"errorExpectedFromService": false
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"operationName": "CreateSqlInjectionMatchSet",
|
14
|
+
"input": {
|
15
|
+
"Name": "fake_name",
|
16
|
+
"ChangeToken": "fake_token"
|
17
|
+
},
|
18
|
+
"errorExpectedFromService": true
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
@@ -260,6 +260,20 @@
|
|
260
260
|
{"shape":"WAFNonEmptyEntityException"}
|
261
261
|
]
|
262
262
|
},
|
263
|
+
"DeleteLoggingConfiguration":{
|
264
|
+
"name":"DeleteLoggingConfiguration",
|
265
|
+
"http":{
|
266
|
+
"method":"POST",
|
267
|
+
"requestUri":"/"
|
268
|
+
},
|
269
|
+
"input":{"shape":"DeleteLoggingConfigurationRequest"},
|
270
|
+
"output":{"shape":"DeleteLoggingConfigurationResponse"},
|
271
|
+
"errors":[
|
272
|
+
{"shape":"WAFInternalErrorException"},
|
273
|
+
{"shape":"WAFNonexistentItemException"},
|
274
|
+
{"shape":"WAFStaleDataException"}
|
275
|
+
]
|
276
|
+
},
|
263
277
|
"DeletePermissionPolicy":{
|
264
278
|
"name":"DeletePermissionPolicy",
|
265
279
|
"http":{
|
@@ -355,7 +369,8 @@
|
|
355
369
|
{"shape":"WAFInternalErrorException"},
|
356
370
|
{"shape":"WAFNonexistentItemException"},
|
357
371
|
{"shape":"WAFReferencedItemException"},
|
358
|
-
{"shape":"WAFNonEmptyEntityException"}
|
372
|
+
{"shape":"WAFNonEmptyEntityException"},
|
373
|
+
{"shape":"WAFInvalidOperationException"}
|
359
374
|
]
|
360
375
|
},
|
361
376
|
"DeleteSizeConstraintSet":{
|
@@ -493,6 +508,19 @@
|
|
493
508
|
{"shape":"WAFNonexistentItemException"}
|
494
509
|
]
|
495
510
|
},
|
511
|
+
"GetLoggingConfiguration":{
|
512
|
+
"name":"GetLoggingConfiguration",
|
513
|
+
"http":{
|
514
|
+
"method":"POST",
|
515
|
+
"requestUri":"/"
|
516
|
+
},
|
517
|
+
"input":{"shape":"GetLoggingConfigurationRequest"},
|
518
|
+
"output":{"shape":"GetLoggingConfigurationResponse"},
|
519
|
+
"errors":[
|
520
|
+
{"shape":"WAFInternalErrorException"},
|
521
|
+
{"shape":"WAFNonexistentItemException"}
|
522
|
+
]
|
523
|
+
},
|
496
524
|
"GetPermissionPolicy":{
|
497
525
|
"name":"GetPermissionPolicy",
|
498
526
|
"http":{
|
@@ -712,6 +740,20 @@
|
|
712
740
|
{"shape":"WAFInvalidAccountException"}
|
713
741
|
]
|
714
742
|
},
|
743
|
+
"ListLoggingConfigurations":{
|
744
|
+
"name":"ListLoggingConfigurations",
|
745
|
+
"http":{
|
746
|
+
"method":"POST",
|
747
|
+
"requestUri":"/"
|
748
|
+
},
|
749
|
+
"input":{"shape":"ListLoggingConfigurationsRequest"},
|
750
|
+
"output":{"shape":"ListLoggingConfigurationsResponse"},
|
751
|
+
"errors":[
|
752
|
+
{"shape":"WAFInternalErrorException"},
|
753
|
+
{"shape":"WAFNonexistentItemException"},
|
754
|
+
{"shape":"WAFInvalidParameterException"}
|
755
|
+
]
|
756
|
+
},
|
715
757
|
"ListRateBasedRules":{
|
716
758
|
"name":"ListRateBasedRules",
|
717
759
|
"http":{
|
@@ -841,6 +883,20 @@
|
|
841
883
|
{"shape":"WAFInvalidAccountException"}
|
842
884
|
]
|
843
885
|
},
|
886
|
+
"PutLoggingConfiguration":{
|
887
|
+
"name":"PutLoggingConfiguration",
|
888
|
+
"http":{
|
889
|
+
"method":"POST",
|
890
|
+
"requestUri":"/"
|
891
|
+
},
|
892
|
+
"input":{"shape":"PutLoggingConfigurationRequest"},
|
893
|
+
"output":{"shape":"PutLoggingConfigurationResponse"},
|
894
|
+
"errors":[
|
895
|
+
{"shape":"WAFInternalErrorException"},
|
896
|
+
{"shape":"WAFNonexistentItemException"},
|
897
|
+
{"shape":"WAFStaleDataException"}
|
898
|
+
]
|
899
|
+
},
|
844
900
|
"PutPermissionPolicy":{
|
845
901
|
"name":"PutPermissionPolicy",
|
846
902
|
"http":{
|
@@ -1486,6 +1542,18 @@
|
|
1486
1542
|
"ChangeToken":{"shape":"ChangeToken"}
|
1487
1543
|
}
|
1488
1544
|
},
|
1545
|
+
"DeleteLoggingConfigurationRequest":{
|
1546
|
+
"type":"structure",
|
1547
|
+
"required":["ResourceArn"],
|
1548
|
+
"members":{
|
1549
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
1550
|
+
}
|
1551
|
+
},
|
1552
|
+
"DeleteLoggingConfigurationResponse":{
|
1553
|
+
"type":"structure",
|
1554
|
+
"members":{
|
1555
|
+
}
|
1556
|
+
},
|
1489
1557
|
"DeletePermissionPolicyRequest":{
|
1490
1558
|
"type":"structure",
|
1491
1559
|
"required":["ResourceArn"],
|
@@ -2038,6 +2106,19 @@
|
|
2038
2106
|
"IPSet":{"shape":"IPSet"}
|
2039
2107
|
}
|
2040
2108
|
},
|
2109
|
+
"GetLoggingConfigurationRequest":{
|
2110
|
+
"type":"structure",
|
2111
|
+
"required":["ResourceArn"],
|
2112
|
+
"members":{
|
2113
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
2114
|
+
}
|
2115
|
+
},
|
2116
|
+
"GetLoggingConfigurationResponse":{
|
2117
|
+
"type":"structure",
|
2118
|
+
"members":{
|
2119
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2120
|
+
}
|
2121
|
+
},
|
2041
2122
|
"GetPermissionPolicyRequest":{
|
2042
2123
|
"type":"structure",
|
2043
2124
|
"required":["ResourceArn"],
|
@@ -2361,6 +2442,20 @@
|
|
2361
2442
|
"IPSets":{"shape":"IPSetSummaries"}
|
2362
2443
|
}
|
2363
2444
|
},
|
2445
|
+
"ListLoggingConfigurationsRequest":{
|
2446
|
+
"type":"structure",
|
2447
|
+
"members":{
|
2448
|
+
"NextMarker":{"shape":"NextMarker"},
|
2449
|
+
"Limit":{"shape":"PaginationLimit"}
|
2450
|
+
}
|
2451
|
+
},
|
2452
|
+
"ListLoggingConfigurationsResponse":{
|
2453
|
+
"type":"structure",
|
2454
|
+
"members":{
|
2455
|
+
"LoggingConfigurations":{"shape":"LoggingConfigurations"},
|
2456
|
+
"NextMarker":{"shape":"NextMarker"}
|
2457
|
+
}
|
2458
|
+
},
|
2364
2459
|
"ListRateBasedRulesRequest":{
|
2365
2460
|
"type":"structure",
|
2366
2461
|
"members":{
|
@@ -2501,6 +2596,28 @@
|
|
2501
2596
|
"XssMatchSets":{"shape":"XssMatchSetSummaries"}
|
2502
2597
|
}
|
2503
2598
|
},
|
2599
|
+
"LogDestinationConfigs":{
|
2600
|
+
"type":"list",
|
2601
|
+
"member":{"shape":"ResourceArn"},
|
2602
|
+
"max":1,
|
2603
|
+
"min":1
|
2604
|
+
},
|
2605
|
+
"LoggingConfiguration":{
|
2606
|
+
"type":"structure",
|
2607
|
+
"required":[
|
2608
|
+
"ResourceArn",
|
2609
|
+
"LogDestinationConfigs"
|
2610
|
+
],
|
2611
|
+
"members":{
|
2612
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
2613
|
+
"LogDestinationConfigs":{"shape":"LogDestinationConfigs"},
|
2614
|
+
"RedactedFields":{"shape":"RedactedFields"}
|
2615
|
+
}
|
2616
|
+
},
|
2617
|
+
"LoggingConfigurations":{
|
2618
|
+
"type":"list",
|
2619
|
+
"member":{"shape":"LoggingConfiguration"}
|
2620
|
+
},
|
2504
2621
|
"ManagedKey":{"type":"string"},
|
2505
2622
|
"ManagedKeys":{
|
2506
2623
|
"type":"list",
|
@@ -2514,7 +2631,9 @@
|
|
2514
2631
|
"QUERY_STRING",
|
2515
2632
|
"HEADER",
|
2516
2633
|
"METHOD",
|
2517
|
-
"BODY"
|
2634
|
+
"BODY",
|
2635
|
+
"SINGLE_QUERY_ARG",
|
2636
|
+
"ALL_QUERY_ARGS"
|
2518
2637
|
]
|
2519
2638
|
},
|
2520
2639
|
"MetricName":{"type":"string"},
|
@@ -2603,6 +2722,19 @@
|
|
2603
2722
|
"type":"list",
|
2604
2723
|
"member":{"shape":"Predicate"}
|
2605
2724
|
},
|
2725
|
+
"PutLoggingConfigurationRequest":{
|
2726
|
+
"type":"structure",
|
2727
|
+
"required":["LoggingConfiguration"],
|
2728
|
+
"members":{
|
2729
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2730
|
+
}
|
2731
|
+
},
|
2732
|
+
"PutLoggingConfigurationResponse":{
|
2733
|
+
"type":"structure",
|
2734
|
+
"members":{
|
2735
|
+
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
|
2736
|
+
}
|
2737
|
+
},
|
2606
2738
|
"PutPermissionPolicyRequest":{
|
2607
2739
|
"type":"structure",
|
2608
2740
|
"required":[
|
@@ -2642,8 +2774,13 @@
|
|
2642
2774
|
},
|
2643
2775
|
"RateLimit":{
|
2644
2776
|
"type":"long",
|
2777
|
+
"max":2000000000,
|
2645
2778
|
"min":2000
|
2646
2779
|
},
|
2780
|
+
"RedactedFields":{
|
2781
|
+
"type":"list",
|
2782
|
+
"member":{"shape":"FieldToMatch"}
|
2783
|
+
},
|
2647
2784
|
"RegexMatchSet":{
|
2648
2785
|
"type":"structure",
|
2649
2786
|
"members":{
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-east-1",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListRules",
|
7
|
+
"input": {
|
8
|
+
"Limit": 20
|
9
|
+
},
|
10
|
+
"errorExpectedFromService": false
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"operationName": "CreateSqlInjectionMatchSet",
|
14
|
+
"input": {
|
15
|
+
"Name": "fake_name",
|
16
|
+
"ChangeToken": "fake_token"
|
17
|
+
},
|
18
|
+
"errorExpectedFromService": true
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.122
|
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: 2018-08-
|
11
|
+
date: 2018-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -602,9 +602,11 @@ files:
|
|
602
602
|
- apis/waf-regional/2016-11-28/api-2.json
|
603
603
|
- apis/waf-regional/2016-11-28/examples-1.json
|
604
604
|
- apis/waf-regional/2016-11-28/paginators-1.json
|
605
|
+
- apis/waf-regional/2016-11-28/smoke.json
|
605
606
|
- apis/waf/2015-08-24/api-2.json
|
606
607
|
- apis/waf/2015-08-24/examples-1.json
|
607
608
|
- apis/waf/2015-08-24/paginators-1.json
|
609
|
+
- apis/waf/2015-08-24/smoke.json
|
608
610
|
- apis/workdocs/2016-05-01/api-2.json
|
609
611
|
- apis/workdocs/2016-05-01/examples-1.json
|
610
612
|
- apis/workdocs/2016-05-01/paginators-1.json
|