aws-sdk-core 2.11.42 → 2.11.43

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63744da2e526075383fa08d8a70fff1508011361
4
- data.tar.gz: bfeaaf6561e28ddb2a5a2bb41fc2ae18e143e51e
3
+ metadata.gz: 57ae54876303965103b6a14c3d7da7e175413889
4
+ data.tar.gz: 4d60359f5b69821251e9b4fd952b65ce6fe472f8
5
5
  SHA512:
6
- metadata.gz: a6b8cdab22ef99a07a08ed6cedc778ed6d509d3288ff2b627865ef215249c0df4901b64e908c696aa5e1f8b40d884fc8d736bccd227d8a3c80108f739406f435
7
- data.tar.gz: 471673309283d2164f4ae720b2ba4238e49d6c9cc6b96ce899f46abc5bd0d9597978a78cb70a7fd4fea4a4b637de37db26054bdabf648d8c4a0be001c0972c35
6
+ metadata.gz: d5c0b058f4f1a432bccb376c61f7c70a398a5cad3f6589436969f513889daff4589e1e08bedd43ff408d7689bbb000a29a414e06cc08d70d7fc6d65439447339
7
+ data.tar.gz: 0dfc4eec41a427b63dbb7d92a7caa960e4eb26ab76c42c310b8fa7b67be08d27148048ec7af420c27f884389d1de21e7f6e8715d1c69cae5b743ad8e35242791
@@ -68,6 +68,25 @@
68
68
  "shape" : "InternalServerErrorException"
69
69
  } ]
70
70
  },
71
+ "CreateFilter" : {
72
+ "name" : "CreateFilter",
73
+ "http" : {
74
+ "method" : "POST",
75
+ "requestUri" : "/detector/{detectorId}/filter",
76
+ "responseCode" : 200
77
+ },
78
+ "input" : {
79
+ "shape" : "CreateFilterRequest"
80
+ },
81
+ "output" : {
82
+ "shape" : "CreateFilterResponse"
83
+ },
84
+ "errors" : [ {
85
+ "shape" : "BadRequestException"
86
+ }, {
87
+ "shape" : "InternalServerErrorException"
88
+ } ]
89
+ },
71
90
  "CreateIPSet" : {
72
91
  "name" : "CreateIPSet",
73
92
  "http" : {
@@ -182,6 +201,25 @@
182
201
  "shape" : "InternalServerErrorException"
183
202
  } ]
184
203
  },
204
+ "DeleteFilter" : {
205
+ "name" : "DeleteFilter",
206
+ "http" : {
207
+ "method" : "DELETE",
208
+ "requestUri" : "/detector/{detectorId}/filter/{filterName}",
209
+ "responseCode" : 200
210
+ },
211
+ "input" : {
212
+ "shape" : "DeleteFilterRequest"
213
+ },
214
+ "output" : {
215
+ "shape" : "DeleteFilterResponse"
216
+ },
217
+ "errors" : [ {
218
+ "shape" : "BadRequestException"
219
+ }, {
220
+ "shape" : "InternalServerErrorException"
221
+ } ]
222
+ },
185
223
  "DeleteIPSet" : {
186
224
  "name" : "DeleteIPSet",
187
225
  "http" : {
@@ -315,6 +353,25 @@
315
353
  "shape" : "InternalServerErrorException"
316
354
  } ]
317
355
  },
356
+ "GetFilter" : {
357
+ "name" : "GetFilter",
358
+ "http" : {
359
+ "method" : "GET",
360
+ "requestUri" : "/detector/{detectorId}/filter/{filterName}",
361
+ "responseCode" : 200
362
+ },
363
+ "input" : {
364
+ "shape" : "GetFilterRequest"
365
+ },
366
+ "output" : {
367
+ "shape" : "GetFilterResponse"
368
+ },
369
+ "errors" : [ {
370
+ "shape" : "BadRequestException"
371
+ }, {
372
+ "shape" : "InternalServerErrorException"
373
+ } ]
374
+ },
318
375
  "GetFindings" : {
319
376
  "name" : "GetFindings",
320
377
  "http" : {
@@ -486,6 +543,25 @@
486
543
  "shape" : "InternalServerErrorException"
487
544
  } ]
488
545
  },
546
+ "ListFilters" : {
547
+ "name" : "ListFilters",
548
+ "http" : {
549
+ "method" : "GET",
550
+ "requestUri" : "/detector/{detectorId}/filter",
551
+ "responseCode" : 200
552
+ },
553
+ "input" : {
554
+ "shape" : "ListFiltersRequest"
555
+ },
556
+ "output" : {
557
+ "shape" : "ListFiltersResponse"
558
+ },
559
+ "errors" : [ {
560
+ "shape" : "BadRequestException"
561
+ }, {
562
+ "shape" : "InternalServerErrorException"
563
+ } ]
564
+ },
489
565
  "ListFindings" : {
490
566
  "name" : "ListFindings",
491
567
  "http" : {
@@ -657,6 +733,25 @@
657
733
  "shape" : "InternalServerErrorException"
658
734
  } ]
659
735
  },
736
+ "UpdateFilter" : {
737
+ "name" : "UpdateFilter",
738
+ "http" : {
739
+ "method" : "POST",
740
+ "requestUri" : "/detector/{detectorId}/filter/{filterName}",
741
+ "responseCode" : 200
742
+ },
743
+ "input" : {
744
+ "shape" : "UpdateFilterRequest"
745
+ },
746
+ "output" : {
747
+ "shape" : "UpdateFilterResponse"
748
+ },
749
+ "errors" : [ {
750
+ "shape" : "BadRequestException"
751
+ }, {
752
+ "shape" : "InternalServerErrorException"
753
+ } ]
754
+ },
660
755
  "UpdateFindingsFeedback" : {
661
756
  "name" : "UpdateFindingsFeedback",
662
757
  "http" : {
@@ -953,6 +1048,51 @@
953
1048
  }
954
1049
  }
955
1050
  },
1051
+ "CreateFilterRequest" : {
1052
+ "type" : "structure",
1053
+ "members" : {
1054
+ "Action" : {
1055
+ "shape" : "FilterAction",
1056
+ "locationName" : "action"
1057
+ },
1058
+ "ClientToken" : {
1059
+ "shape" : "__stringMin0Max64",
1060
+ "locationName" : "clientToken",
1061
+ "idempotencyToken" : true
1062
+ },
1063
+ "Description" : {
1064
+ "shape" : "FilterDescription",
1065
+ "locationName" : "description"
1066
+ },
1067
+ "DetectorId" : {
1068
+ "shape" : "__string",
1069
+ "location" : "uri",
1070
+ "locationName" : "detectorId"
1071
+ },
1072
+ "FindingCriteria" : {
1073
+ "shape" : "FindingCriteria",
1074
+ "locationName" : "findingCriteria"
1075
+ },
1076
+ "Name" : {
1077
+ "shape" : "FilterName",
1078
+ "locationName" : "name"
1079
+ },
1080
+ "Rank" : {
1081
+ "shape" : "FilterRank",
1082
+ "locationName" : "rank"
1083
+ }
1084
+ },
1085
+ "required" : [ "DetectorId" ]
1086
+ },
1087
+ "CreateFilterResponse" : {
1088
+ "type" : "structure",
1089
+ "members" : {
1090
+ "Name" : {
1091
+ "shape" : "FilterName",
1092
+ "locationName" : "name"
1093
+ }
1094
+ }
1095
+ },
956
1096
  "CreateIPSetRequest" : {
957
1097
  "type" : "structure",
958
1098
  "members" : {
@@ -1104,6 +1244,26 @@
1104
1244
  "type" : "structure",
1105
1245
  "members" : { }
1106
1246
  },
1247
+ "DeleteFilterRequest" : {
1248
+ "type" : "structure",
1249
+ "members" : {
1250
+ "DetectorId" : {
1251
+ "shape" : "__string",
1252
+ "location" : "uri",
1253
+ "locationName" : "detectorId"
1254
+ },
1255
+ "FilterName" : {
1256
+ "shape" : "__string",
1257
+ "location" : "uri",
1258
+ "locationName" : "filterName"
1259
+ }
1260
+ },
1261
+ "required" : [ "DetectorId", "FilterName" ]
1262
+ },
1263
+ "DeleteFilterResponse" : {
1264
+ "type" : "structure",
1265
+ "members" : { }
1266
+ },
1107
1267
  "DeleteIPSetRequest" : {
1108
1268
  "type" : "structure",
1109
1269
  "members" : {
@@ -1283,6 +1443,25 @@
1283
1443
  "type" : "string",
1284
1444
  "enum" : [ "USEFUL", "NOT_USEFUL" ]
1285
1445
  },
1446
+ "FilterAction" : {
1447
+ "type" : "string",
1448
+ "enum" : [ "NOOP", "ARCHIVE" ]
1449
+ },
1450
+ "FilterDescription" : {
1451
+ "type" : "string"
1452
+ },
1453
+ "FilterName" : {
1454
+ "type" : "string"
1455
+ },
1456
+ "FilterNames" : {
1457
+ "type" : "list",
1458
+ "member" : {
1459
+ "shape" : "FilterName"
1460
+ }
1461
+ },
1462
+ "FilterRank" : {
1463
+ "type" : "integer"
1464
+ },
1286
1465
  "Finding" : {
1287
1466
  "type" : "structure",
1288
1467
  "members" : {
@@ -1446,6 +1625,47 @@
1446
1625
  }
1447
1626
  }
1448
1627
  },
1628
+ "GetFilterRequest" : {
1629
+ "type" : "structure",
1630
+ "members" : {
1631
+ "DetectorId" : {
1632
+ "shape" : "__string",
1633
+ "location" : "uri",
1634
+ "locationName" : "detectorId"
1635
+ },
1636
+ "FilterName" : {
1637
+ "shape" : "__string",
1638
+ "location" : "uri",
1639
+ "locationName" : "filterName"
1640
+ }
1641
+ },
1642
+ "required" : [ "DetectorId", "FilterName" ]
1643
+ },
1644
+ "GetFilterResponse" : {
1645
+ "type" : "structure",
1646
+ "members" : {
1647
+ "Action" : {
1648
+ "shape" : "FilterAction",
1649
+ "locationName" : "action"
1650
+ },
1651
+ "Description" : {
1652
+ "shape" : "FilterDescription",
1653
+ "locationName" : "description"
1654
+ },
1655
+ "FindingCriteria" : {
1656
+ "shape" : "FindingCriteria",
1657
+ "locationName" : "findingCriteria"
1658
+ },
1659
+ "Name" : {
1660
+ "shape" : "FilterName",
1661
+ "locationName" : "name"
1662
+ },
1663
+ "Rank" : {
1664
+ "shape" : "FilterRank",
1665
+ "locationName" : "rank"
1666
+ }
1667
+ }
1668
+ },
1449
1669
  "GetFindingsRequest" : {
1450
1670
  "type" : "structure",
1451
1671
  "members" : {
@@ -1661,6 +1881,10 @@
1661
1881
  "shape" : "IamInstanceProfile",
1662
1882
  "locationName" : "iamInstanceProfile"
1663
1883
  },
1884
+ "ImageDescription" : {
1885
+ "shape" : "__string",
1886
+ "locationName" : "imageDescription"
1887
+ },
1664
1888
  "ImageId" : {
1665
1889
  "shape" : "__string",
1666
1890
  "locationName" : "imageId"
@@ -1835,6 +2059,40 @@
1835
2059
  }
1836
2060
  }
1837
2061
  },
2062
+ "ListFiltersRequest" : {
2063
+ "type" : "structure",
2064
+ "members" : {
2065
+ "DetectorId" : {
2066
+ "shape" : "__string",
2067
+ "location" : "uri",
2068
+ "locationName" : "detectorId"
2069
+ },
2070
+ "MaxResults" : {
2071
+ "shape" : "MaxResults",
2072
+ "location" : "querystring",
2073
+ "locationName" : "maxResults"
2074
+ },
2075
+ "NextToken" : {
2076
+ "shape" : "__string",
2077
+ "location" : "querystring",
2078
+ "locationName" : "nextToken"
2079
+ }
2080
+ },
2081
+ "required" : [ "DetectorId" ]
2082
+ },
2083
+ "ListFiltersResponse" : {
2084
+ "type" : "structure",
2085
+ "members" : {
2086
+ "FilterNames" : {
2087
+ "shape" : "FilterNames",
2088
+ "locationName" : "filterNames"
2089
+ },
2090
+ "NextToken" : {
2091
+ "shape" : "NextToken",
2092
+ "locationName" : "nextToken"
2093
+ }
2094
+ }
2095
+ },
1838
2096
  "ListFindingsRequest" : {
1839
2097
  "type" : "structure",
1840
2098
  "members" : {
@@ -2143,6 +2401,10 @@
2143
2401
  "shape" : "Ipv6Addresses",
2144
2402
  "locationName" : "ipv6Addresses"
2145
2403
  },
2404
+ "NetworkInterfaceId" : {
2405
+ "shape" : "NetworkInterfaceId",
2406
+ "locationName" : "networkInterfaceId"
2407
+ },
2146
2408
  "PrivateDnsName" : {
2147
2409
  "shape" : "PrivateDnsName",
2148
2410
  "locationName" : "privateDnsName"
@@ -2177,6 +2439,9 @@
2177
2439
  }
2178
2440
  }
2179
2441
  },
2442
+ "NetworkInterfaceId" : {
2443
+ "type" : "string"
2444
+ },
2180
2445
  "NetworkInterfaces" : {
2181
2446
  "type" : "list",
2182
2447
  "member" : {
@@ -2554,6 +2819,47 @@
2554
2819
  "type" : "structure",
2555
2820
  "members" : { }
2556
2821
  },
2822
+ "UpdateFilterRequest" : {
2823
+ "type" : "structure",
2824
+ "members" : {
2825
+ "Action" : {
2826
+ "shape" : "FilterAction",
2827
+ "locationName" : "action"
2828
+ },
2829
+ "Description" : {
2830
+ "shape" : "FilterDescription",
2831
+ "locationName" : "description"
2832
+ },
2833
+ "DetectorId" : {
2834
+ "shape" : "__string",
2835
+ "location" : "uri",
2836
+ "locationName" : "detectorId"
2837
+ },
2838
+ "FilterName" : {
2839
+ "shape" : "__string",
2840
+ "location" : "uri",
2841
+ "locationName" : "filterName"
2842
+ },
2843
+ "FindingCriteria" : {
2844
+ "shape" : "FindingCriteria",
2845
+ "locationName" : "findingCriteria"
2846
+ },
2847
+ "Rank" : {
2848
+ "shape" : "FilterRank",
2849
+ "locationName" : "rank"
2850
+ }
2851
+ },
2852
+ "required" : [ "DetectorId", "FilterName" ]
2853
+ },
2854
+ "UpdateFilterResponse" : {
2855
+ "type" : "structure",
2856
+ "members" : {
2857
+ "Name" : {
2858
+ "shape" : "FilterName",
2859
+ "locationName" : "name"
2860
+ }
2861
+ }
2862
+ },
2557
2863
  "UpdateFindingsFeedbackRequest" : {
2558
2864
  "type" : "structure",
2559
2865
  "members" : {
@@ -2687,6 +2993,11 @@
2687
2993
  "__string" : {
2688
2994
  "type" : "string"
2689
2995
  },
2996
+ "__stringMin0Max64" : {
2997
+ "type" : "string",
2998
+ "min" : 0,
2999
+ "max" : 64
3000
+ },
2690
3001
  "__timestamp" : {
2691
3002
  "type" : "timestamp"
2692
3003
  }
@@ -35,6 +35,12 @@
35
35
  "limit_key": "MaxResults",
36
36
  "output_token": "NextToken",
37
37
  "result_key": "Members"
38
+ },
39
+ "ListFilters": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "FilterNames"
38
44
  }
39
45
  }
40
46
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.42'
2
+ VERSION = '2.11.43'
3
3
  end
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.42
4
+ version: 2.11.43
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-05-03 00:00:00.000000000 Z
11
+ date: 2018-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath