aws-sdk-core 2.2.30 → 2.2.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -818,6 +818,22 @@
818
818
  {"shape":"InvalidElasticIpFault"}
819
819
  ]
820
820
  },
821
+ "ModifyClusterIamRoles":{
822
+ "name":"ModifyClusterIamRoles",
823
+ "http":{
824
+ "method":"POST",
825
+ "requestUri":"/"
826
+ },
827
+ "input":{"shape":"ModifyClusterIamRolesMessage"},
828
+ "output":{
829
+ "shape":"ModifyClusterIamRolesResult",
830
+ "resultWrapper":"ModifyClusterIamRolesResult"
831
+ },
832
+ "errors":[
833
+ {"shape":"InvalidClusterStateFault"},
834
+ {"shape":"ClusterNotFoundFault"}
835
+ ]
836
+ },
821
837
  "ModifyClusterParameterGroup":{
822
838
  "name":"ModifyClusterParameterGroup",
823
839
  "http":{
@@ -1205,7 +1221,8 @@
1205
1221
  "ElasticIpStatus":{"shape":"ElasticIpStatus"},
1206
1222
  "ClusterRevisionNumber":{"shape":"String"},
1207
1223
  "Tags":{"shape":"TagList"},
1208
- "KmsKeyId":{"shape":"String"}
1224
+ "KmsKeyId":{"shape":"String"},
1225
+ "IamRoles":{"shape":"ClusterIamRoleList"}
1209
1226
  },
1210
1227
  "wrapper":true
1211
1228
  },
@@ -1220,6 +1237,20 @@
1220
1237
  },
1221
1238
  "exception":true
1222
1239
  },
1240
+ "ClusterIamRole":{
1241
+ "type":"structure",
1242
+ "members":{
1243
+ "IamRoleArn":{"shape":"String"},
1244
+ "ApplyStatus":{"shape":"String"}
1245
+ }
1246
+ },
1247
+ "ClusterIamRoleList":{
1248
+ "type":"list",
1249
+ "member":{
1250
+ "shape":"ClusterIamRole",
1251
+ "locationName":"ClusterIamRole"
1252
+ }
1253
+ },
1223
1254
  "ClusterList":{
1224
1255
  "type":"list",
1225
1256
  "member":{
@@ -1633,7 +1664,8 @@
1633
1664
  "ElasticIp":{"shape":"String"},
1634
1665
  "Tags":{"shape":"TagList"},
1635
1666
  "KmsKeyId":{"shape":"String"},
1636
- "AdditionalInfo":{"shape":"String"}
1667
+ "AdditionalInfo":{"shape":"String"},
1668
+ "IamRoles":{"shape":"IamRoleArnList"}
1637
1669
  }
1638
1670
  },
1639
1671
  "CreateClusterParameterGroupMessage":{
@@ -2453,6 +2485,13 @@
2453
2485
  "locationName":"IPRange"
2454
2486
  }
2455
2487
  },
2488
+ "IamRoleArnList":{
2489
+ "type":"list",
2490
+ "member":{
2491
+ "shape":"String",
2492
+ "locationName":"IamRoleArn"
2493
+ }
2494
+ },
2456
2495
  "ImportTablesCompleted":{
2457
2496
  "type":"list",
2458
2497
  "member":{"shape":"String"}
@@ -2733,6 +2772,21 @@
2733
2772
  },
2734
2773
  "Long":{"type":"long"},
2735
2774
  "LongOptional":{"type":"long"},
2775
+ "ModifyClusterIamRolesMessage":{
2776
+ "type":"structure",
2777
+ "required":["ClusterIdentifier"],
2778
+ "members":{
2779
+ "ClusterIdentifier":{"shape":"String"},
2780
+ "AddIamRoles":{"shape":"IamRoleArnList"},
2781
+ "RemoveIamRoles":{"shape":"IamRoleArnList"}
2782
+ }
2783
+ },
2784
+ "ModifyClusterIamRolesResult":{
2785
+ "type":"structure",
2786
+ "members":{
2787
+ "Cluster":{"shape":"Cluster"}
2788
+ }
2789
+ },
2736
2790
  "ModifyClusterMessage":{
2737
2791
  "type":"structure",
2738
2792
  "required":["ClusterIdentifier"],
@@ -3148,7 +3202,8 @@
3148
3202
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3149
3203
  "KmsKeyId":{"shape":"String"},
3150
3204
  "NodeType":{"shape":"String"},
3151
- "AdditionalInfo":{"shape":"String"}
3205
+ "AdditionalInfo":{"shape":"String"},
3206
+ "IamRoles":{"shape":"IamRoleArnList"}
3152
3207
  }
3153
3208
  },
3154
3209
  "RestoreFromClusterSnapshotResult":{
@@ -112,6 +112,23 @@
112
112
  {"shape":"WAFLimitsExceededException"}
113
113
  ]
114
114
  },
115
+ "CreateXssMatchSet":{
116
+ "name":"CreateXssMatchSet",
117
+ "http":{
118
+ "method":"POST",
119
+ "requestUri":"/"
120
+ },
121
+ "input":{"shape":"CreateXssMatchSetRequest"},
122
+ "output":{"shape":"CreateXssMatchSetResponse"},
123
+ "errors":[
124
+ {"shape":"WAFDisallowedNameException"},
125
+ {"shape":"WAFInternalErrorException"},
126
+ {"shape":"WAFInvalidAccountException"},
127
+ {"shape":"WAFInvalidParameterException"},
128
+ {"shape":"WAFStaleDataException"},
129
+ {"shape":"WAFLimitsExceededException"}
130
+ ]
131
+ },
115
132
  "DeleteByteMatchSet":{
116
133
  "name":"DeleteByteMatchSet",
117
134
  "http":{
@@ -214,6 +231,23 @@
214
231
  {"shape":"WAFNonEmptyEntityException"}
215
232
  ]
216
233
  },
234
+ "DeleteXssMatchSet":{
235
+ "name":"DeleteXssMatchSet",
236
+ "http":{
237
+ "method":"POST",
238
+ "requestUri":"/"
239
+ },
240
+ "input":{"shape":"DeleteXssMatchSetRequest"},
241
+ "output":{"shape":"DeleteXssMatchSetResponse"},
242
+ "errors":[
243
+ {"shape":"WAFInternalErrorException"},
244
+ {"shape":"WAFInvalidAccountException"},
245
+ {"shape":"WAFNonexistentItemException"},
246
+ {"shape":"WAFReferencedItemException"},
247
+ {"shape":"WAFStaleDataException"},
248
+ {"shape":"WAFNonEmptyEntityException"}
249
+ ]
250
+ },
217
251
  "GetByteMatchSet":{
218
252
  "name":"GetByteMatchSet",
219
253
  "http":{
@@ -336,6 +370,20 @@
336
370
  {"shape":"WAFNonexistentItemException"}
337
371
  ]
338
372
  },
373
+ "GetXssMatchSet":{
374
+ "name":"GetXssMatchSet",
375
+ "http":{
376
+ "method":"POST",
377
+ "requestUri":"/"
378
+ },
379
+ "input":{"shape":"GetXssMatchSetRequest"},
380
+ "output":{"shape":"GetXssMatchSetResponse"},
381
+ "errors":[
382
+ {"shape":"WAFInternalErrorException"},
383
+ {"shape":"WAFInvalidAccountException"},
384
+ {"shape":"WAFNonexistentItemException"}
385
+ ]
386
+ },
339
387
  "ListByteMatchSets":{
340
388
  "name":"ListByteMatchSets",
341
389
  "http":{
@@ -414,6 +462,19 @@
414
462
  {"shape":"WAFInvalidAccountException"}
415
463
  ]
416
464
  },
465
+ "ListXssMatchSets":{
466
+ "name":"ListXssMatchSets",
467
+ "http":{
468
+ "method":"POST",
469
+ "requestUri":"/"
470
+ },
471
+ "input":{"shape":"ListXssMatchSetsRequest"},
472
+ "output":{"shape":"ListXssMatchSetsResponse"},
473
+ "errors":[
474
+ {"shape":"WAFInternalErrorException"},
475
+ {"shape":"WAFInvalidAccountException"}
476
+ ]
477
+ },
417
478
  "UpdateByteMatchSet":{
418
479
  "name":"UpdateByteMatchSet",
419
480
  "http":{
@@ -531,6 +592,25 @@
531
592
  {"shape":"WAFReferencedItemException"},
532
593
  {"shape":"WAFLimitsExceededException"}
533
594
  ]
595
+ },
596
+ "UpdateXssMatchSet":{
597
+ "name":"UpdateXssMatchSet",
598
+ "http":{
599
+ "method":"POST",
600
+ "requestUri":"/"
601
+ },
602
+ "input":{"shape":"UpdateXssMatchSetRequest"},
603
+ "output":{"shape":"UpdateXssMatchSetResponse"},
604
+ "errors":[
605
+ {"shape":"WAFInternalErrorException"},
606
+ {"shape":"WAFInvalidAccountException"},
607
+ {"shape":"WAFInvalidOperationException"},
608
+ {"shape":"WAFInvalidParameterException"},
609
+ {"shape":"WAFNonexistentContainerException"},
610
+ {"shape":"WAFNonexistentItemException"},
611
+ {"shape":"WAFStaleDataException"},
612
+ {"shape":"WAFLimitsExceededException"}
613
+ ]
534
614
  }
535
615
  },
536
616
  "shapes":{
@@ -756,6 +836,24 @@
756
836
  "ChangeToken":{"shape":"ChangeToken"}
757
837
  }
758
838
  },
839
+ "CreateXssMatchSetRequest":{
840
+ "type":"structure",
841
+ "required":[
842
+ "Name",
843
+ "ChangeToken"
844
+ ],
845
+ "members":{
846
+ "Name":{"shape":"ResourceName"},
847
+ "ChangeToken":{"shape":"ChangeToken"}
848
+ }
849
+ },
850
+ "CreateXssMatchSetResponse":{
851
+ "type":"structure",
852
+ "members":{
853
+ "XssMatchSet":{"shape":"XssMatchSet"},
854
+ "ChangeToken":{"shape":"ChangeToken"}
855
+ }
856
+ },
759
857
  "DeleteByteMatchSetRequest":{
760
858
  "type":"structure",
761
859
  "required":[
@@ -858,6 +956,23 @@
858
956
  "ChangeToken":{"shape":"ChangeToken"}
859
957
  }
860
958
  },
959
+ "DeleteXssMatchSetRequest":{
960
+ "type":"structure",
961
+ "required":[
962
+ "XssMatchSetId",
963
+ "ChangeToken"
964
+ ],
965
+ "members":{
966
+ "XssMatchSetId":{"shape":"ResourceId"},
967
+ "ChangeToken":{"shape":"ChangeToken"}
968
+ }
969
+ },
970
+ "DeleteXssMatchSetResponse":{
971
+ "type":"structure",
972
+ "members":{
973
+ "ChangeToken":{"shape":"ChangeToken"}
974
+ }
975
+ },
861
976
  "FieldToMatch":{
862
977
  "type":"structure",
863
978
  "required":["Type"],
@@ -991,6 +1106,19 @@
991
1106
  "WebACL":{"shape":"WebACL"}
992
1107
  }
993
1108
  },
1109
+ "GetXssMatchSetRequest":{
1110
+ "type":"structure",
1111
+ "required":["XssMatchSetId"],
1112
+ "members":{
1113
+ "XssMatchSetId":{"shape":"ResourceId"}
1114
+ }
1115
+ },
1116
+ "GetXssMatchSetResponse":{
1117
+ "type":"structure",
1118
+ "members":{
1119
+ "XssMatchSet":{"shape":"XssMatchSet"}
1120
+ }
1121
+ },
994
1122
  "HTTPHeader":{
995
1123
  "type":"structure",
996
1124
  "members":{
@@ -1175,6 +1303,21 @@
1175
1303
  "WebACLs":{"shape":"WebACLSummaries"}
1176
1304
  }
1177
1305
  },
1306
+ "ListXssMatchSetsRequest":{
1307
+ "type":"structure",
1308
+ "required":["Limit"],
1309
+ "members":{
1310
+ "NextMarker":{"shape":"NextMarker"},
1311
+ "Limit":{"shape":"PaginationLimit"}
1312
+ }
1313
+ },
1314
+ "ListXssMatchSetsResponse":{
1315
+ "type":"structure",
1316
+ "members":{
1317
+ "NextMarker":{"shape":"NextMarker"},
1318
+ "XssMatchSets":{"shape":"XssMatchSetSummaries"}
1319
+ }
1320
+ },
1178
1321
  "MatchFieldData":{"type":"string"},
1179
1322
  "MatchFieldType":{
1180
1323
  "type":"string",
@@ -1252,7 +1395,8 @@
1252
1395
  "IPMatch",
1253
1396
  "ByteMatch",
1254
1397
  "SqlInjectionMatch",
1255
- "SizeConstraint"
1398
+ "SizeConstraint",
1399
+ "XssMatch"
1256
1400
  ]
1257
1401
  },
1258
1402
  "Predicates":{
@@ -1336,6 +1480,7 @@
1336
1480
  },
1337
1481
  "Size":{
1338
1482
  "type":"long",
1483
+ "max":21474836480,
1339
1484
  "min":0
1340
1485
  },
1341
1486
  "SizeConstraint":{
@@ -1594,6 +1739,25 @@
1594
1739
  "ChangeToken":{"shape":"ChangeToken"}
1595
1740
  }
1596
1741
  },
1742
+ "UpdateXssMatchSetRequest":{
1743
+ "type":"structure",
1744
+ "required":[
1745
+ "XssMatchSetId",
1746
+ "ChangeToken",
1747
+ "Updates"
1748
+ ],
1749
+ "members":{
1750
+ "XssMatchSetId":{"shape":"ResourceId"},
1751
+ "ChangeToken":{"shape":"ChangeToken"},
1752
+ "Updates":{"shape":"XssMatchSetUpdates"}
1753
+ }
1754
+ },
1755
+ "UpdateXssMatchSetResponse":{
1756
+ "type":"structure",
1757
+ "members":{
1758
+ "ChangeToken":{"shape":"ChangeToken"}
1759
+ }
1760
+ },
1597
1761
  "WAFDisallowedNameException":{
1598
1762
  "type":"structure",
1599
1763
  "members":{
@@ -1733,6 +1897,63 @@
1733
1897
  "type":"list",
1734
1898
  "member":{"shape":"WebACLUpdate"}
1735
1899
  },
1900
+ "XssMatchSet":{
1901
+ "type":"structure",
1902
+ "required":[
1903
+ "XssMatchSetId",
1904
+ "XssMatchTuples"
1905
+ ],
1906
+ "members":{
1907
+ "XssMatchSetId":{"shape":"ResourceId"},
1908
+ "Name":{"shape":"ResourceName"},
1909
+ "XssMatchTuples":{"shape":"XssMatchTuples"}
1910
+ }
1911
+ },
1912
+ "XssMatchSetSummaries":{
1913
+ "type":"list",
1914
+ "member":{"shape":"XssMatchSetSummary"}
1915
+ },
1916
+ "XssMatchSetSummary":{
1917
+ "type":"structure",
1918
+ "required":[
1919
+ "XssMatchSetId",
1920
+ "Name"
1921
+ ],
1922
+ "members":{
1923
+ "XssMatchSetId":{"shape":"ResourceId"},
1924
+ "Name":{"shape":"ResourceName"}
1925
+ }
1926
+ },
1927
+ "XssMatchSetUpdate":{
1928
+ "type":"structure",
1929
+ "required":[
1930
+ "Action",
1931
+ "XssMatchTuple"
1932
+ ],
1933
+ "members":{
1934
+ "Action":{"shape":"ChangeAction"},
1935
+ "XssMatchTuple":{"shape":"XssMatchTuple"}
1936
+ }
1937
+ },
1938
+ "XssMatchSetUpdates":{
1939
+ "type":"list",
1940
+ "member":{"shape":"XssMatchSetUpdate"}
1941
+ },
1942
+ "XssMatchTuple":{
1943
+ "type":"structure",
1944
+ "required":[
1945
+ "FieldToMatch",
1946
+ "TextTransformation"
1947
+ ],
1948
+ "members":{
1949
+ "FieldToMatch":{"shape":"FieldToMatch"},
1950
+ "TextTransformation":{"shape":"TextTransformation"}
1951
+ }
1952
+ },
1953
+ "XssMatchTuples":{
1954
+ "type":"list",
1955
+ "member":{"shape":"XssMatchTuple"}
1956
+ },
1736
1957
  "errorMessage":{"type":"string"}
1737
1958
  }
1738
1959
  }
@@ -1,5 +1,5 @@
1
1
  Aws.add_service(:Inspector, {
2
- api: "#{Aws::API_DIR}/inspector/2015-08-18/api-2.json",
3
- docs: "#{Aws::API_DIR}/inspector/2015-08-18/docs-2.json",
4
- examples: "#{Aws::API_DIR}/inspector/2015-08-18/examples-1.json",
2
+ api: "#{Aws::API_DIR}/inspector/2016-02-16/api-2.json",
3
+ docs: "#{Aws::API_DIR}/inspector/2016-02-16/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/inspector/2016-02-16/examples-1.json",
5
5
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.30'
2
+ VERSION = '2.2.31'
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.2.30
4
+ version: 2.2.31
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: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -141,8 +141,8 @@ files:
141
141
  - apis/iam/2010-05-08/waiters-2.json
142
142
  - apis/importexport/2010-06-01/api-2.json
143
143
  - apis/importexport/2010-06-01/paginators-1.json
144
- - apis/inspector/2015-08-18/api-2.json
145
- - apis/inspector/2015-08-18/examples-1.json
144
+ - apis/inspector/2016-02-16/api-2.json
145
+ - apis/inspector/2016-02-16/examples-1.json
146
146
  - apis/iot-data/2015-05-28/api-2.json
147
147
  - apis/iot/2015-05-28/api-2.json
148
148
  - apis/iot/2015-05-28/examples-1.json