aws-sdk-core 2.11.626 → 2.11.627

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
  SHA256:
3
- metadata.gz: 1978766c599466c8d77b6c8310ce1bb043a1c42044792c9e35eead3c3a3a815f
4
- data.tar.gz: 19a3ea189427dbdb2b343bd05b574c4509d65ed275b2d860c5bd6687ba3cecbf
3
+ metadata.gz: ef299869851a870d845e9d2292d8e83a812f0927168afe28816eea33f90b446a
4
+ data.tar.gz: ad13b2b9fa226c88042f10a63f66a3468ca23094599c343bc27f8ef605c6b277
5
5
  SHA512:
6
- metadata.gz: e0142af7524907480a9c92339fb3f1bdcae7e58371aaad654ddcd317252ffcb5e6dee3b75027cf1a4a735384c023b4f7484de671e0078ee5950c6aa729c3fc4c
7
- data.tar.gz: c8c42ede8a8e6ce187f1aee42957bd88d081151854f21ce74bd60127369243467c598d67f37bdc33960e9b2862950de3d415a2b6a3b20b438299629708782db8
6
+ metadata.gz: 3ee24d32514c8afe5b0489f2bdb54c1f6bc5f21b94fae785fe0f463f88062f447a7e8b8b6c8dca13b6b23d88fe519591ddda8de473c25788f88d947906ef7fe3
7
+ data.tar.gz: 6f3b00a0645c7d40b5b1355d752f2226d880c69932f90dffc41274b519a35ee1fde73a8be87a6aa0dda77e6d92846ede0ba4a4273ec6541111bfaed540f1136f
@@ -1334,6 +1334,7 @@
1334
1334
  "Values":{"shape":"ListOfString"}
1335
1335
  }
1336
1336
  },
1337
+ "IPv6Address":{"type":"string"},
1337
1338
  "IncompatibleProtocolsException":{
1338
1339
  "type":"structure",
1339
1340
  "members":{
@@ -1491,7 +1492,8 @@
1491
1492
  "members":{
1492
1493
  "IpAddress":{"shape":"IpAddress"},
1493
1494
  "AllocationId":{"shape":"AllocationId"},
1494
- "PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
1495
+ "PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
1496
+ "IPv6Address":{"shape":"IPv6Address"}
1495
1497
  }
1496
1498
  },
1497
1499
  "LoadBalancerAddresses":{
@@ -1985,13 +1987,15 @@
1985
1987
  "members":{
1986
1988
  "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1987
1989
  "Subnets":{"shape":"Subnets"},
1988
- "SubnetMappings":{"shape":"SubnetMappings"}
1990
+ "SubnetMappings":{"shape":"SubnetMappings"},
1991
+ "IpAddressType":{"shape":"IpAddressType"}
1989
1992
  }
1990
1993
  },
1991
1994
  "SetSubnetsOutput":{
1992
1995
  "type":"structure",
1993
1996
  "members":{
1994
- "AvailabilityZones":{"shape":"AvailabilityZones"}
1997
+ "AvailabilityZones":{"shape":"AvailabilityZones"},
1998
+ "IpAddressType":{"shape":"IpAddressType"}
1995
1999
  }
1996
2000
  },
1997
2001
  "SourceIpConditionConfig":{
@@ -2031,7 +2035,8 @@
2031
2035
  "members":{
2032
2036
  "SubnetId":{"shape":"SubnetId"},
2033
2037
  "AllocationId":{"shape":"AllocationId"},
2034
- "PrivateIPv4Address":{"shape":"PrivateIPv4Address"}
2038
+ "PrivateIPv4Address":{"shape":"PrivateIPv4Address"},
2039
+ "IPv6Address":{"shape":"IPv6Address"}
2035
2040
  }
2036
2041
  },
2037
2042
  "SubnetMappings":{
@@ -99,6 +99,23 @@
99
99
  {"shape":"ResourceNotFoundException"}
100
100
  ]
101
101
  },
102
+ "CreateProtectionGroup":{
103
+ "name":"CreateProtectionGroup",
104
+ "http":{
105
+ "method":"POST",
106
+ "requestUri":"/"
107
+ },
108
+ "input":{"shape":"CreateProtectionGroupRequest"},
109
+ "output":{"shape":"CreateProtectionGroupResponse"},
110
+ "errors":[
111
+ {"shape":"InternalErrorException"},
112
+ {"shape":"ResourceAlreadyExistsException"},
113
+ {"shape":"OptimisticLockException"},
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"InvalidParameterException"},
116
+ {"shape":"LimitsExceededException"}
117
+ ]
118
+ },
102
119
  "CreateSubscription":{
103
120
  "name":"CreateSubscription",
104
121
  "http":{
@@ -126,6 +143,20 @@
126
143
  {"shape":"OptimisticLockException"}
127
144
  ]
128
145
  },
146
+ "DeleteProtectionGroup":{
147
+ "name":"DeleteProtectionGroup",
148
+ "http":{
149
+ "method":"POST",
150
+ "requestUri":"/"
151
+ },
152
+ "input":{"shape":"DeleteProtectionGroupRequest"},
153
+ "output":{"shape":"DeleteProtectionGroupResponse"},
154
+ "errors":[
155
+ {"shape":"InternalErrorException"},
156
+ {"shape":"OptimisticLockException"},
157
+ {"shape":"ResourceNotFoundException"}
158
+ ]
159
+ },
129
160
  "DeleteSubscription":{
130
161
  "name":"DeleteSubscription",
131
162
  "http":{
@@ -154,6 +185,18 @@
154
185
  {"shape":"AccessDeniedException"}
155
186
  ]
156
187
  },
188
+ "DescribeAttackStatistics":{
189
+ "name":"DescribeAttackStatistics",
190
+ "http":{
191
+ "method":"POST",
192
+ "requestUri":"/"
193
+ },
194
+ "input":{"shape":"DescribeAttackStatisticsRequest"},
195
+ "output":{"shape":"DescribeAttackStatisticsResponse"},
196
+ "errors":[
197
+ {"shape":"InternalErrorException"}
198
+ ]
199
+ },
157
200
  "DescribeDRTAccess":{
158
201
  "name":"DescribeDRTAccess",
159
202
  "http":{
@@ -194,6 +237,19 @@
194
237
  {"shape":"ResourceNotFoundException"}
195
238
  ]
196
239
  },
240
+ "DescribeProtectionGroup":{
241
+ "name":"DescribeProtectionGroup",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/"
245
+ },
246
+ "input":{"shape":"DescribeProtectionGroupRequest"},
247
+ "output":{"shape":"DescribeProtectionGroupResponse"},
248
+ "errors":[
249
+ {"shape":"InternalErrorException"},
250
+ {"shape":"ResourceNotFoundException"}
251
+ ]
252
+ },
197
253
  "DescribeSubscription":{
198
254
  "name":"DescribeSubscription",
199
255
  "http":{
@@ -312,6 +368,20 @@
312
368
  {"shape":"InvalidOperationException"}
313
369
  ]
314
370
  },
371
+ "ListProtectionGroups":{
372
+ "name":"ListProtectionGroups",
373
+ "http":{
374
+ "method":"POST",
375
+ "requestUri":"/"
376
+ },
377
+ "input":{"shape":"ListProtectionGroupsRequest"},
378
+ "output":{"shape":"ListProtectionGroupsResponse"},
379
+ "errors":[
380
+ {"shape":"InternalErrorException"},
381
+ {"shape":"ResourceNotFoundException"},
382
+ {"shape":"InvalidPaginationTokenException"}
383
+ ]
384
+ },
315
385
  "ListProtections":{
316
386
  "name":"ListProtections",
317
387
  "http":{
@@ -326,6 +396,20 @@
326
396
  {"shape":"InvalidPaginationTokenException"}
327
397
  ]
328
398
  },
399
+ "ListResourcesInProtectionGroup":{
400
+ "name":"ListResourcesInProtectionGroup",
401
+ "http":{
402
+ "method":"POST",
403
+ "requestUri":"/"
404
+ },
405
+ "input":{"shape":"ListResourcesInProtectionGroupRequest"},
406
+ "output":{"shape":"ListResourcesInProtectionGroupResponse"},
407
+ "errors":[
408
+ {"shape":"InternalErrorException"},
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"InvalidPaginationTokenException"}
411
+ ]
412
+ },
329
413
  "UpdateEmergencyContactSettings":{
330
414
  "name":"UpdateEmergencyContactSettings",
331
415
  "http":{
@@ -341,6 +425,21 @@
341
425
  {"shape":"ResourceNotFoundException"}
342
426
  ]
343
427
  },
428
+ "UpdateProtectionGroup":{
429
+ "name":"UpdateProtectionGroup",
430
+ "http":{
431
+ "method":"POST",
432
+ "requestUri":"/"
433
+ },
434
+ "input":{"shape":"UpdateProtectionGroupRequest"},
435
+ "output":{"shape":"UpdateProtectionGroupResponse"},
436
+ "errors":[
437
+ {"shape":"InternalErrorException"},
438
+ {"shape":"ResourceNotFoundException"},
439
+ {"shape":"OptimisticLockException"},
440
+ {"shape":"InvalidParameterException"}
441
+ ]
442
+ },
344
443
  "UpdateSubscription":{
345
444
  "name":"UpdateSubscription",
346
445
  "http":{
@@ -478,6 +577,18 @@
478
577
  "WORDPRESS_PINGBACK_SOURCE"
479
578
  ]
480
579
  },
580
+ "AttackStatisticsDataItem":{
581
+ "type":"structure",
582
+ "required":["AttackCount"],
583
+ "members":{
584
+ "AttackVolume":{"shape":"AttackVolume"},
585
+ "AttackCount":{"shape":"Long"}
586
+ }
587
+ },
588
+ "AttackStatisticsDataList":{
589
+ "type":"list",
590
+ "member":{"shape":"AttackStatisticsDataItem"}
591
+ },
481
592
  "AttackSummaries":{
482
593
  "type":"list",
483
594
  "member":{"shape":"AttackSummary"}
@@ -504,6 +615,21 @@
504
615
  "type":"list",
505
616
  "member":{"shape":"AttackVectorDescription"}
506
617
  },
618
+ "AttackVolume":{
619
+ "type":"structure",
620
+ "members":{
621
+ "BitsPerSecond":{"shape":"AttackVolumeStatistics"},
622
+ "PacketsPerSecond":{"shape":"AttackVolumeStatistics"},
623
+ "RequestsPerSecond":{"shape":"AttackVolumeStatistics"}
624
+ }
625
+ },
626
+ "AttackVolumeStatistics":{
627
+ "type":"structure",
628
+ "required":["Max"],
629
+ "members":{
630
+ "Max":{"shape":"Double"}
631
+ }
632
+ },
507
633
  "AutoRenew":{
508
634
  "type":"string",
509
635
  "enum":[
@@ -524,6 +650,26 @@
524
650
  "Value":{"shape":"Long"}
525
651
  }
526
652
  },
653
+ "CreateProtectionGroupRequest":{
654
+ "type":"structure",
655
+ "required":[
656
+ "ProtectionGroupId",
657
+ "Aggregation",
658
+ "Pattern"
659
+ ],
660
+ "members":{
661
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"},
662
+ "Aggregation":{"shape":"ProtectionGroupAggregation"},
663
+ "Pattern":{"shape":"ProtectionGroupPattern"},
664
+ "ResourceType":{"shape":"ProtectedResourceType"},
665
+ "Members":{"shape":"ProtectionGroupMembers"}
666
+ }
667
+ },
668
+ "CreateProtectionGroupResponse":{
669
+ "type":"structure",
670
+ "members":{
671
+ }
672
+ },
527
673
  "CreateProtectionRequest":{
528
674
  "type":"structure",
529
675
  "required":[
@@ -551,6 +697,18 @@
551
697
  "members":{
552
698
  }
553
699
  },
700
+ "DeleteProtectionGroupRequest":{
701
+ "type":"structure",
702
+ "required":["ProtectionGroupId"],
703
+ "members":{
704
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"}
705
+ }
706
+ },
707
+ "DeleteProtectionGroupResponse":{
708
+ "type":"structure",
709
+ "members":{
710
+ }
711
+ },
554
712
  "DeleteProtectionRequest":{
555
713
  "type":"structure",
556
714
  "required":["ProtectionId"],
@@ -588,6 +746,22 @@
588
746
  "Attack":{"shape":"AttackDetail"}
589
747
  }
590
748
  },
749
+ "DescribeAttackStatisticsRequest":{
750
+ "type":"structure",
751
+ "members":{
752
+ }
753
+ },
754
+ "DescribeAttackStatisticsResponse":{
755
+ "type":"structure",
756
+ "required":[
757
+ "TimeRange",
758
+ "DataItems"
759
+ ],
760
+ "members":{
761
+ "TimeRange":{"shape":"TimeRange"},
762
+ "DataItems":{"shape":"AttackStatisticsDataList"}
763
+ }
764
+ },
591
765
  "DescribeDRTAccessRequest":{
592
766
  "type":"structure",
593
767
  "members":{
@@ -611,6 +785,20 @@
611
785
  "EmergencyContactList":{"shape":"EmergencyContactList"}
612
786
  }
613
787
  },
788
+ "DescribeProtectionGroupRequest":{
789
+ "type":"structure",
790
+ "required":["ProtectionGroupId"],
791
+ "members":{
792
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"}
793
+ }
794
+ },
795
+ "DescribeProtectionGroupResponse":{
796
+ "type":"structure",
797
+ "required":["ProtectionGroup"],
798
+ "members":{
799
+ "ProtectionGroup":{"shape":"ProtectionGroup"}
800
+ }
801
+ },
614
802
  "DescribeProtectionRequest":{
615
803
  "type":"structure",
616
804
  "members":{
@@ -768,7 +956,9 @@
768
956
  "InvalidParameterException":{
769
957
  "type":"structure",
770
958
  "members":{
771
- "message":{"shape":"errorMessage"}
959
+ "message":{"shape":"errorMessage"},
960
+ "reason":{"shape":"ValidationExceptionReason"},
961
+ "fields":{"shape":"ValidationExceptionFieldList"}
772
962
  },
773
963
  "exception":true
774
964
  },
@@ -818,6 +1008,21 @@
818
1008
  "NextToken":{"shape":"Token"}
819
1009
  }
820
1010
  },
1011
+ "ListProtectionGroupsRequest":{
1012
+ "type":"structure",
1013
+ "members":{
1014
+ "NextToken":{"shape":"Token"},
1015
+ "MaxResults":{"shape":"MaxResults"}
1016
+ }
1017
+ },
1018
+ "ListProtectionGroupsResponse":{
1019
+ "type":"structure",
1020
+ "required":["ProtectionGroups"],
1021
+ "members":{
1022
+ "ProtectionGroups":{"shape":"ProtectionGroups"},
1023
+ "NextToken":{"shape":"Token"}
1024
+ }
1025
+ },
821
1026
  "ListProtectionsRequest":{
822
1027
  "type":"structure",
823
1028
  "members":{
@@ -832,6 +1037,23 @@
832
1037
  "NextToken":{"shape":"Token"}
833
1038
  }
834
1039
  },
1040
+ "ListResourcesInProtectionGroupRequest":{
1041
+ "type":"structure",
1042
+ "required":["ProtectionGroupId"],
1043
+ "members":{
1044
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"},
1045
+ "NextToken":{"shape":"Token"},
1046
+ "MaxResults":{"shape":"MaxResults"}
1047
+ }
1048
+ },
1049
+ "ListResourcesInProtectionGroupResponse":{
1050
+ "type":"structure",
1051
+ "required":["ResourceArns"],
1052
+ "members":{
1053
+ "ResourceArns":{"shape":"ResourceArnList"},
1054
+ "NextToken":{"shape":"Token"}
1055
+ }
1056
+ },
835
1057
  "LockedSubscriptionException":{
836
1058
  "type":"structure",
837
1059
  "members":{
@@ -896,6 +1118,17 @@
896
1118
  "PENDING"
897
1119
  ]
898
1120
  },
1121
+ "ProtectedResourceType":{
1122
+ "type":"string",
1123
+ "enum":[
1124
+ "CLOUDFRONT_DISTRIBUTION",
1125
+ "ROUTE_53_HOSTED_ZONE",
1126
+ "ELASTIC_IP_ALLOCATION",
1127
+ "CLASSIC_LOAD_BALANCER",
1128
+ "APPLICATION_LOAD_BALANCER",
1129
+ "GLOBAL_ACCELERATOR"
1130
+ ]
1131
+ },
899
1132
  "Protection":{
900
1133
  "type":"structure",
901
1134
  "members":{
@@ -905,12 +1138,92 @@
905
1138
  "HealthCheckIds":{"shape":"HealthCheckIds"}
906
1139
  }
907
1140
  },
1141
+ "ProtectionGroup":{
1142
+ "type":"structure",
1143
+ "required":[
1144
+ "ProtectionGroupId",
1145
+ "Aggregation",
1146
+ "Pattern",
1147
+ "Members"
1148
+ ],
1149
+ "members":{
1150
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"},
1151
+ "Aggregation":{"shape":"ProtectionGroupAggregation"},
1152
+ "Pattern":{"shape":"ProtectionGroupPattern"},
1153
+ "ResourceType":{"shape":"ProtectedResourceType"},
1154
+ "Members":{"shape":"ProtectionGroupMembers"}
1155
+ }
1156
+ },
1157
+ "ProtectionGroupAggregation":{
1158
+ "type":"string",
1159
+ "enum":[
1160
+ "SUM",
1161
+ "MEAN",
1162
+ "MAX"
1163
+ ]
1164
+ },
1165
+ "ProtectionGroupArbitraryPatternLimits":{
1166
+ "type":"structure",
1167
+ "required":["MaxMembers"],
1168
+ "members":{
1169
+ "MaxMembers":{"shape":"Long"}
1170
+ }
1171
+ },
1172
+ "ProtectionGroupId":{
1173
+ "type":"string",
1174
+ "max":36,
1175
+ "min":1,
1176
+ "pattern":"[a-zA-Z0-9\\\\-]*"
1177
+ },
1178
+ "ProtectionGroupLimits":{
1179
+ "type":"structure",
1180
+ "required":[
1181
+ "MaxProtectionGroups",
1182
+ "PatternTypeLimits"
1183
+ ],
1184
+ "members":{
1185
+ "MaxProtectionGroups":{"shape":"Long"},
1186
+ "PatternTypeLimits":{"shape":"ProtectionGroupPatternTypeLimits"}
1187
+ }
1188
+ },
1189
+ "ProtectionGroupMembers":{
1190
+ "type":"list",
1191
+ "member":{"shape":"ResourceArn"},
1192
+ "max":10000,
1193
+ "min":0
1194
+ },
1195
+ "ProtectionGroupPattern":{
1196
+ "type":"string",
1197
+ "enum":[
1198
+ "ALL",
1199
+ "ARBITRARY",
1200
+ "BY_RESOURCE_TYPE"
1201
+ ]
1202
+ },
1203
+ "ProtectionGroupPatternTypeLimits":{
1204
+ "type":"structure",
1205
+ "required":["ArbitraryPatternLimits"],
1206
+ "members":{
1207
+ "ArbitraryPatternLimits":{"shape":"ProtectionGroupArbitraryPatternLimits"}
1208
+ }
1209
+ },
1210
+ "ProtectionGroups":{
1211
+ "type":"list",
1212
+ "member":{"shape":"ProtectionGroup"}
1213
+ },
908
1214
  "ProtectionId":{
909
1215
  "type":"string",
910
1216
  "max":36,
911
1217
  "min":1,
912
1218
  "pattern":"[a-zA-Z0-9\\\\-]*"
913
1219
  },
1220
+ "ProtectionLimits":{
1221
+ "type":"structure",
1222
+ "required":["ProtectedResourceTypeLimits"],
1223
+ "members":{
1224
+ "ProtectedResourceTypeLimits":{"shape":"Limits"}
1225
+ }
1226
+ },
914
1227
  "ProtectionName":{
915
1228
  "type":"string",
916
1229
  "max":128,
@@ -924,7 +1237,8 @@
924
1237
  "ResourceAlreadyExistsException":{
925
1238
  "type":"structure",
926
1239
  "members":{
927
- "message":{"shape":"errorMessage"}
1240
+ "message":{"shape":"errorMessage"},
1241
+ "resourceType":{"shape":"String"}
928
1242
  },
929
1243
  "exception":true
930
1244
  },
@@ -938,10 +1252,15 @@
938
1252
  "type":"list",
939
1253
  "member":{"shape":"ResourceArn"}
940
1254
  },
1255
+ "ResourceArnList":{
1256
+ "type":"list",
1257
+ "member":{"shape":"ResourceArn"}
1258
+ },
941
1259
  "ResourceNotFoundException":{
942
1260
  "type":"structure",
943
1261
  "members":{
944
- "message":{"shape":"errorMessage"}
1262
+ "message":{"shape":"errorMessage"},
1263
+ "resourceType":{"shape":"String"}
945
1264
  },
946
1265
  "exception":true
947
1266
  },
@@ -974,13 +1293,26 @@
974
1293
  },
975
1294
  "Subscription":{
976
1295
  "type":"structure",
1296
+ "required":["SubscriptionLimits"],
977
1297
  "members":{
978
1298
  "StartTime":{"shape":"Timestamp"},
979
1299
  "EndTime":{"shape":"Timestamp"},
980
1300
  "TimeCommitmentInSeconds":{"shape":"DurationInSeconds"},
981
1301
  "AutoRenew":{"shape":"AutoRenew"},
982
1302
  "Limits":{"shape":"Limits"},
983
- "ProactiveEngagementStatus":{"shape":"ProactiveEngagementStatus"}
1303
+ "ProactiveEngagementStatus":{"shape":"ProactiveEngagementStatus"},
1304
+ "SubscriptionLimits":{"shape":"SubscriptionLimits"}
1305
+ }
1306
+ },
1307
+ "SubscriptionLimits":{
1308
+ "type":"structure",
1309
+ "required":[
1310
+ "ProtectionLimits",
1311
+ "ProtectionGroupLimits"
1312
+ ],
1313
+ "members":{
1314
+ "ProtectionLimits":{"shape":"ProtectionLimits"},
1315
+ "ProtectionGroupLimits":{"shape":"ProtectionGroupLimits"}
984
1316
  }
985
1317
  },
986
1318
  "SubscriptionState":{
@@ -1055,6 +1387,26 @@
1055
1387
  "members":{
1056
1388
  }
1057
1389
  },
1390
+ "UpdateProtectionGroupRequest":{
1391
+ "type":"structure",
1392
+ "required":[
1393
+ "ProtectionGroupId",
1394
+ "Aggregation",
1395
+ "Pattern"
1396
+ ],
1397
+ "members":{
1398
+ "ProtectionGroupId":{"shape":"ProtectionGroupId"},
1399
+ "Aggregation":{"shape":"ProtectionGroupAggregation"},
1400
+ "Pattern":{"shape":"ProtectionGroupPattern"},
1401
+ "ResourceType":{"shape":"ProtectedResourceType"},
1402
+ "Members":{"shape":"ProtectionGroupMembers"}
1403
+ }
1404
+ },
1405
+ "UpdateProtectionGroupResponse":{
1406
+ "type":"structure",
1407
+ "members":{
1408
+ }
1409
+ },
1058
1410
  "UpdateSubscriptionRequest":{
1059
1411
  "type":"structure",
1060
1412
  "members":{
@@ -1066,6 +1418,28 @@
1066
1418
  "members":{
1067
1419
  }
1068
1420
  },
1421
+ "ValidationExceptionField":{
1422
+ "type":"structure",
1423
+ "required":[
1424
+ "name",
1425
+ "message"
1426
+ ],
1427
+ "members":{
1428
+ "name":{"shape":"String"},
1429
+ "message":{"shape":"String"}
1430
+ }
1431
+ },
1432
+ "ValidationExceptionFieldList":{
1433
+ "type":"list",
1434
+ "member":{"shape":"ValidationExceptionField"}
1435
+ },
1436
+ "ValidationExceptionReason":{
1437
+ "type":"string",
1438
+ "enum":[
1439
+ "FIELD_VALIDATION_FAILED",
1440
+ "OTHER"
1441
+ ]
1442
+ },
1069
1443
  "errorMessage":{"type":"string"}
1070
1444
  }
1071
1445
  }
@@ -6,11 +6,21 @@
6
6
  "output_token": "NextToken",
7
7
  "result_key": "AttackSummaries"
8
8
  },
9
+ "ListProtectionGroups": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken"
13
+ },
9
14
  "ListProtections": {
10
15
  "input_token": "NextToken",
11
16
  "limit_key": "MaxResults",
12
17
  "output_token": "NextToken",
13
18
  "result_key": "Protections"
19
+ },
20
+ "ListResourcesInProtectionGroup": {
21
+ "input_token": "NextToken",
22
+ "limit_key": "MaxResults",
23
+ "output_token": "NextToken"
14
24
  }
15
25
  }
16
26
  }
@@ -100,6 +100,7 @@
100
100
  "errors":[
101
101
  {"shape":"InvalidParameterException"},
102
102
  {"shape":"InvalidS3ObjectException"},
103
+ {"shape":"InvalidKMSKeyException"},
103
104
  {"shape":"UnsupportedDocumentException"},
104
105
  {"shape":"DocumentTooLargeException"},
105
106
  {"shape":"BadDocumentException"},
@@ -122,6 +123,7 @@
122
123
  "errors":[
123
124
  {"shape":"InvalidParameterException"},
124
125
  {"shape":"InvalidS3ObjectException"},
126
+ {"shape":"InvalidKMSKeyException"},
125
127
  {"shape":"UnsupportedDocumentException"},
126
128
  {"shape":"DocumentTooLargeException"},
127
129
  {"shape":"BadDocumentException"},
@@ -174,6 +176,7 @@
174
176
  "BlockType":{"shape":"BlockType"},
175
177
  "Confidence":{"shape":"Percent"},
176
178
  "Text":{"shape":"String"},
179
+ "TextType":{"shape":"TextType"},
177
180
  "RowIndex":{"shape":"UInteger"},
178
181
  "ColumnIndex":{"shape":"UInteger"},
179
182
  "RowSpan":{"shape":"UInteger"},
@@ -432,6 +435,12 @@
432
435
  },
433
436
  "exception":true
434
437
  },
438
+ "InvalidKMSKeyException":{
439
+ "type":"structure",
440
+ "members":{
441
+ },
442
+ "exception":true
443
+ },
435
444
  "InvalidParameterException":{
436
445
  "type":"structure",
437
446
  "members":{
@@ -465,6 +474,12 @@
465
474
  "min":1,
466
475
  "pattern":"[a-zA-Z0-9_.\\-:]+"
467
476
  },
477
+ "KMSKeyId":{
478
+ "type":"string",
479
+ "max":2048,
480
+ "min":1,
481
+ "pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$"
482
+ },
468
483
  "LimitExceededException":{
469
484
  "type":"structure",
470
485
  "members":{
@@ -606,7 +621,8 @@
606
621
  "ClientRequestToken":{"shape":"ClientRequestToken"},
607
622
  "JobTag":{"shape":"JobTag"},
608
623
  "NotificationChannel":{"shape":"NotificationChannel"},
609
- "OutputConfig":{"shape":"OutputConfig"}
624
+ "OutputConfig":{"shape":"OutputConfig"},
625
+ "KMSKeyId":{"shape":"KMSKeyId"}
610
626
  }
611
627
  },
612
628
  "StartDocumentAnalysisResponse":{
@@ -623,7 +639,8 @@
623
639
  "ClientRequestToken":{"shape":"ClientRequestToken"},
624
640
  "JobTag":{"shape":"JobTag"},
625
641
  "NotificationChannel":{"shape":"NotificationChannel"},
626
- "OutputConfig":{"shape":"OutputConfig"}
642
+ "OutputConfig":{"shape":"OutputConfig"},
643
+ "KMSKeyId":{"shape":"KMSKeyId"}
627
644
  }
628
645
  },
629
646
  "StartDocumentTextDetectionResponse":{
@@ -634,6 +651,13 @@
634
651
  },
635
652
  "StatusMessage":{"type":"string"},
636
653
  "String":{"type":"string"},
654
+ "TextType":{
655
+ "type":"string",
656
+ "enum":[
657
+ "HANDWRITING",
658
+ "PRINTED"
659
+ ]
660
+ },
637
661
  "ThrottlingException":{
638
662
  "type":"structure",
639
663
  "members":{
@@ -653,6 +653,7 @@
653
653
  },
654
654
  "appsync" : {
655
655
  "endpoints" : {
656
+ "ap-east-1" : { },
656
657
  "ap-northeast-1" : { },
657
658
  "ap-northeast-2" : { },
658
659
  "ap-south-1" : { },
@@ -665,6 +666,7 @@
665
666
  "eu-west-1" : { },
666
667
  "eu-west-2" : { },
667
668
  "eu-west-3" : { },
669
+ "me-south-1" : { },
668
670
  "sa-east-1" : { },
669
671
  "us-east-1" : { },
670
672
  "us-east-2" : { },
@@ -2851,6 +2853,7 @@
2851
2853
  },
2852
2854
  "glue" : {
2853
2855
  "endpoints" : {
2856
+ "af-south-1" : { },
2854
2857
  "ap-east-1" : { },
2855
2858
  "ap-northeast-1" : { },
2856
2859
  "ap-northeast-2" : { },
@@ -6544,7 +6547,8 @@
6544
6547
  },
6545
6548
  "appsync" : {
6546
6549
  "endpoints" : {
6547
- "cn-north-1" : { }
6550
+ "cn-north-1" : { },
6551
+ "cn-northwest-1" : { }
6548
6552
  }
6549
6553
  },
6550
6554
  "athena" : {
@@ -8104,6 +8108,17 @@
8104
8108
  "us-gov-west-1" : { }
8105
8109
  }
8106
8110
  },
8111
+ "lakeformation" : {
8112
+ "endpoints" : {
8113
+ "fips-us-gov-west-1" : {
8114
+ "credentialScope" : {
8115
+ "region" : "us-gov-west-1"
8116
+ },
8117
+ "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
8118
+ },
8119
+ "us-gov-west-1" : { }
8120
+ }
8121
+ },
8107
8122
  "lambda" : {
8108
8123
  "endpoints" : {
8109
8124
  "fips-us-gov-east-1" : {
@@ -9108,6 +9123,14 @@
9108
9123
  "us-iso-east-1" : { }
9109
9124
  }
9110
9125
  },
9126
+ "translate" : {
9127
+ "defaults" : {
9128
+ "protocols" : [ "https" ]
9129
+ },
9130
+ "endpoints" : {
9131
+ "us-iso-east-1" : { }
9132
+ }
9133
+ },
9111
9134
  "workspaces" : {
9112
9135
  "endpoints" : {
9113
9136
  "us-iso-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.626'
2
+ VERSION = '2.11.627'
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.626
4
+ version: 2.11.627
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: 2020-11-12 00:00:00.000000000 Z
11
+ date: 2020-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath