aws-sdk-core 2.11.140 → 2.11.141

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: d9bfd2247b2fef82a517cd4ddbd2ff33e474c3f1
4
- data.tar.gz: 6ddeea450f4ffda8a8565b0d7f14ad36d495ed90
3
+ metadata.gz: 44bb4e40ad4ae0bcba857cecf39fe6d34e8c0573
4
+ data.tar.gz: 9ab5b43b430856876775170fb8b9c86816490180
5
5
  SHA512:
6
- metadata.gz: 284d652e44910edd0a9562690ede931f1c71e29350292c9c1513cea61657ab2bc8ac2bd17a6466fb601e3d3a2337bbf10e8107734766ff10b545e04f8f9d378e
7
- data.tar.gz: a0c96dac1631332b2a9212ed3733c6a922d6b3ee89fbc635798cee5b1c9fcd8764719988c8f4a3f40b8be934db8e2c9f41e02f715f5c82872f34d2340d333c8b
6
+ metadata.gz: ed3318068f6c156b6bad50bfc2ba88adf7459ebc626a29989ffb9ff090ec675725bec917edb634f3be20ebeb058ec46bef3166ddbf40a641184da9407857727b
7
+ data.tar.gz: 6e62bda0a146a842fa14c54fd9ac093029576fc95fda24ff6646df61931a1560a1bbb636d7f3516235e681d47497d213388051c7a84f1af490c3457b9c3d0313
@@ -828,7 +828,7 @@
828
828
  "locationName" : "masterId"
829
829
  }
830
830
  },
831
- "required" : [ "DetectorId" ]
831
+ "required" : [ "DetectorId", "MasterId", "InvitationId" ]
832
832
  },
833
833
  "AcceptInvitationResponse" : {
834
834
  "type" : "structure",
@@ -925,7 +925,7 @@
925
925
  "locationName" : "findingIds"
926
926
  }
927
927
  },
928
- "required" : [ "DetectorId" ]
928
+ "required" : [ "DetectorId", "FindingIds" ]
929
929
  },
930
930
  "ArchiveFindingsResponse" : {
931
931
  "type" : "structure",
@@ -1033,11 +1033,21 @@
1033
1033
  "CreateDetectorRequest" : {
1034
1034
  "type" : "structure",
1035
1035
  "members" : {
1036
+ "ClientToken" : {
1037
+ "shape" : "__stringMin0Max64",
1038
+ "locationName" : "clientToken",
1039
+ "idempotencyToken" : true
1040
+ },
1036
1041
  "Enable" : {
1037
1042
  "shape" : "Enable",
1038
1043
  "locationName" : "enable"
1044
+ },
1045
+ "FindingPublishingFrequency" : {
1046
+ "shape" : "FindingPublishingFrequency",
1047
+ "locationName" : "findingPublishingFrequency"
1039
1048
  }
1040
- }
1049
+ },
1050
+ "required" : [ "Enable" ]
1041
1051
  },
1042
1052
  "CreateDetectorResponse" : {
1043
1053
  "type" : "structure",
@@ -1082,7 +1092,7 @@
1082
1092
  "locationName" : "rank"
1083
1093
  }
1084
1094
  },
1085
- "required" : [ "DetectorId" ]
1095
+ "required" : [ "DetectorId", "FindingCriteria", "Name" ]
1086
1096
  },
1087
1097
  "CreateFilterResponse" : {
1088
1098
  "type" : "structure",
@@ -1100,6 +1110,11 @@
1100
1110
  "shape" : "Activate",
1101
1111
  "locationName" : "activate"
1102
1112
  },
1113
+ "ClientToken" : {
1114
+ "shape" : "__stringMin0Max64",
1115
+ "locationName" : "clientToken",
1116
+ "idempotencyToken" : true
1117
+ },
1103
1118
  "DetectorId" : {
1104
1119
  "shape" : "__string",
1105
1120
  "location" : "uri",
@@ -1118,7 +1133,7 @@
1118
1133
  "locationName" : "name"
1119
1134
  }
1120
1135
  },
1121
- "required" : [ "DetectorId" ]
1136
+ "required" : [ "DetectorId", "Format", "Activate", "Location", "Name" ]
1122
1137
  },
1123
1138
  "CreateIPSetResponse" : {
1124
1139
  "type" : "structure",
@@ -1142,7 +1157,7 @@
1142
1157
  "locationName" : "detectorId"
1143
1158
  }
1144
1159
  },
1145
- "required" : [ "DetectorId" ]
1160
+ "required" : [ "DetectorId", "AccountDetails" ]
1146
1161
  },
1147
1162
  "CreateMembersResponse" : {
1148
1163
  "type" : "structure",
@@ -1179,6 +1194,11 @@
1179
1194
  "shape" : "Activate",
1180
1195
  "locationName" : "activate"
1181
1196
  },
1197
+ "ClientToken" : {
1198
+ "shape" : "__stringMin0Max64",
1199
+ "locationName" : "clientToken",
1200
+ "idempotencyToken" : true
1201
+ },
1182
1202
  "DetectorId" : {
1183
1203
  "shape" : "__string",
1184
1204
  "location" : "uri",
@@ -1197,7 +1217,7 @@
1197
1217
  "locationName" : "name"
1198
1218
  }
1199
1219
  },
1200
- "required" : [ "DetectorId" ]
1220
+ "required" : [ "DetectorId", "Format", "Activate", "Location", "Name" ]
1201
1221
  },
1202
1222
  "CreateThreatIntelSetResponse" : {
1203
1223
  "type" : "structure",
@@ -1218,7 +1238,8 @@
1218
1238
  "shape" : "AccountIds",
1219
1239
  "locationName" : "accountIds"
1220
1240
  }
1221
- }
1241
+ },
1242
+ "required" : [ "AccountIds" ]
1222
1243
  },
1223
1244
  "DeclineInvitationsResponse" : {
1224
1245
  "type" : "structure",
@@ -1291,7 +1312,8 @@
1291
1312
  "shape" : "AccountIds",
1292
1313
  "locationName" : "accountIds"
1293
1314
  }
1294
- }
1315
+ },
1316
+ "required" : [ "AccountIds" ]
1295
1317
  },
1296
1318
  "DeleteInvitationsResponse" : {
1297
1319
  "type" : "structure",
@@ -1315,7 +1337,7 @@
1315
1337
  "locationName" : "detectorId"
1316
1338
  }
1317
1339
  },
1318
- "required" : [ "DetectorId" ]
1340
+ "required" : [ "DetectorId", "AccountIds" ]
1319
1341
  },
1320
1342
  "DeleteMembersResponse" : {
1321
1343
  "type" : "structure",
@@ -1387,7 +1409,7 @@
1387
1409
  "locationName" : "detectorId"
1388
1410
  }
1389
1411
  },
1390
- "required" : [ "DetectorId" ]
1412
+ "required" : [ "DetectorId", "AccountIds" ]
1391
1413
  },
1392
1414
  "DisassociateMembersResponse" : {
1393
1415
  "type" : "structure",
@@ -1546,6 +1568,10 @@
1546
1568
  "shape" : "FindingId"
1547
1569
  }
1548
1570
  },
1571
+ "FindingPublishingFrequency" : {
1572
+ "type" : "string",
1573
+ "enum" : [ "FIFTEEN_MINUTES", "ONE_HOUR", "SIX_HOURS" ]
1574
+ },
1549
1575
  "FindingStatisticType" : {
1550
1576
  "type" : "string",
1551
1577
  "enum" : [ "COUNT_BY_SEVERITY" ]
@@ -1611,6 +1637,10 @@
1611
1637
  "shape" : "CreatedAt",
1612
1638
  "locationName" : "createdAt"
1613
1639
  },
1640
+ "FindingPublishingFrequency" : {
1641
+ "shape" : "FindingPublishingFrequency",
1642
+ "locationName" : "findingPublishingFrequency"
1643
+ },
1614
1644
  "ServiceRole" : {
1615
1645
  "shape" : "ServiceRole",
1616
1646
  "locationName" : "serviceRole"
@@ -1683,7 +1713,7 @@
1683
1713
  "locationName" : "sortCriteria"
1684
1714
  }
1685
1715
  },
1686
- "required" : [ "DetectorId" ]
1716
+ "required" : [ "DetectorId", "FindingIds" ]
1687
1717
  },
1688
1718
  "GetFindingsResponse" : {
1689
1719
  "type" : "structure",
@@ -1711,7 +1741,7 @@
1711
1741
  "locationName" : "findingStatisticTypes"
1712
1742
  }
1713
1743
  },
1714
- "required" : [ "DetectorId" ]
1744
+ "required" : [ "DetectorId", "FindingStatisticTypes" ]
1715
1745
  },
1716
1746
  "GetFindingsStatisticsResponse" : {
1717
1747
  "type" : "structure",
@@ -1805,7 +1835,7 @@
1805
1835
  "locationName" : "detectorId"
1806
1836
  }
1807
1837
  },
1808
- "required" : [ "DetectorId" ]
1838
+ "required" : [ "DetectorId", "AccountIds" ]
1809
1839
  },
1810
1840
  "GetMembersResponse" : {
1811
1841
  "type" : "structure",
@@ -1991,7 +2021,7 @@
1991
2021
  "locationName" : "message"
1992
2022
  }
1993
2023
  },
1994
- "required" : [ "DetectorId" ]
2024
+ "required" : [ "DetectorId", "AccountIds" ]
1995
2025
  },
1996
2026
  "InviteMembersResponse" : {
1997
2027
  "type" : "structure",
@@ -2690,7 +2720,7 @@
2690
2720
  "locationName" : "detectorId"
2691
2721
  }
2692
2722
  },
2693
- "required" : [ "DetectorId" ]
2723
+ "required" : [ "DetectorId", "AccountIds" ]
2694
2724
  },
2695
2725
  "StartMonitoringMembersResponse" : {
2696
2726
  "type" : "structure",
@@ -2714,7 +2744,7 @@
2714
2744
  "locationName" : "detectorId"
2715
2745
  }
2716
2746
  },
2717
- "required" : [ "DetectorId" ]
2747
+ "required" : [ "DetectorId", "AccountIds" ]
2718
2748
  },
2719
2749
  "StopMonitoringMembersResponse" : {
2720
2750
  "type" : "structure",
@@ -2774,7 +2804,7 @@
2774
2804
  "locationName" : "findingIds"
2775
2805
  }
2776
2806
  },
2777
- "required" : [ "DetectorId" ]
2807
+ "required" : [ "DetectorId", "FindingIds" ]
2778
2808
  },
2779
2809
  "UnarchiveFindingsResponse" : {
2780
2810
  "type" : "structure",
@@ -2811,6 +2841,10 @@
2811
2841
  "Enable" : {
2812
2842
  "shape" : "Enable",
2813
2843
  "locationName" : "enable"
2844
+ },
2845
+ "FindingPublishingFrequency" : {
2846
+ "shape" : "FindingPublishingFrequency",
2847
+ "locationName" : "findingPublishingFrequency"
2814
2848
  }
2815
2849
  },
2816
2850
  "required" : [ "DetectorId" ]
@@ -2881,7 +2915,7 @@
2881
2915
  "locationName" : "findingIds"
2882
2916
  }
2883
2917
  },
2884
- "required" : [ "DetectorId" ]
2918
+ "required" : [ "DetectorId", "Feedback", "FindingIds" ]
2885
2919
  },
2886
2920
  "UpdateFindingsFeedbackResponse" : {
2887
2921
  "type" : "structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.140'
2
+ VERSION = '2.11.141'
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.140
4
+ version: 2.11.141
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-09-28 00:00:00.000000000 Z
11
+ date: 2018-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath