aws-sdk-core 2.11.623 → 2.11.628

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +12 -3
  3. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  4. data/apis/databrew/2017-07-25/api-2.json +2127 -0
  5. data/apis/databrew/2017-07-25/examples-1.json +5 -0
  6. data/apis/databrew/2017-07-25/paginators-1.json +46 -0
  7. data/apis/dms/2016-01-01/api-2.json +35 -2
  8. data/apis/ec2/2016-11-15/api-2.json +26 -3
  9. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +13 -8
  10. data/apis/forecast/2018-06-26/api-2.json +21 -2
  11. data/apis/iot/2015-05-28/api-2.json +5 -1
  12. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  13. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  14. data/apis/lex-models/2017-04-19/api-2.json +5 -1
  15. data/apis/lightsail/2016-11-28/api-2.json +688 -1
  16. data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
  17. data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
  18. data/apis/polly/2016-06-10/api-2.json +7 -4
  19. data/apis/quicksight/2018-04-01/api-2.json +52 -5
  20. data/apis/robomaker/2018-06-29/api-2.json +6 -3
  21. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  22. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
  23. data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
  24. data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
  25. data/apis/servicecatalog/2015-12-10/api-2.json +46 -2
  26. data/apis/shield/2016-06-02/api-2.json +378 -4
  27. data/apis/shield/2016-06-02/paginators-1.json +10 -0
  28. data/apis/ssm/2014-11-06/api-2.json +3 -2
  29. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  30. data/apis/textract/2018-06-27/api-2.json +26 -2
  31. data/endpoints.json +24 -1
  32. data/lib/aws-sdk-core.rb +2 -0
  33. data/lib/aws-sdk-core/appregistry.rb +6 -0
  34. data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +8 -0
  37. metadata +10 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "applications"
8
+ },
9
+ "ListAssociatedAttributeGroups": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "attributeGroups"
14
+ },
15
+ "ListAssociatedResources": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "resources"
20
+ },
21
+ "ListAttributeGroups": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "attributeGroups"
26
+ }
27
+ }
28
+ }
@@ -700,6 +700,21 @@
700
700
  {"shape":"ResourceNotFoundException"}
701
701
  ]
702
702
  },
703
+ "ImportAsProvisionedProduct":{
704
+ "name":"ImportAsProvisionedProduct",
705
+ "http":{
706
+ "method":"POST",
707
+ "requestUri":"/"
708
+ },
709
+ "input":{"shape":"ImportAsProvisionedProductInput"},
710
+ "output":{"shape":"ImportAsProvisionedProductOutput"},
711
+ "errors":[
712
+ {"shape":"DuplicateResourceException"},
713
+ {"shape":"InvalidStateException"},
714
+ {"shape":"ResourceNotFoundException"},
715
+ {"shape":"InvalidParametersException"}
716
+ ]
717
+ },
703
718
  "ListAcceptedPortfolioShares":{
704
719
  "name":"ListAcceptedPortfolioShares",
705
720
  "http":{
@@ -2268,6 +2283,33 @@
2268
2283
  "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
2269
2284
  },
2270
2285
  "IgnoreErrors":{"type":"boolean"},
2286
+ "ImportAsProvisionedProductInput":{
2287
+ "type":"structure",
2288
+ "required":[
2289
+ "ProductId",
2290
+ "ProvisioningArtifactId",
2291
+ "ProvisionedProductName",
2292
+ "PhysicalId",
2293
+ "IdempotencyToken"
2294
+ ],
2295
+ "members":{
2296
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2297
+ "ProductId":{"shape":"Id"},
2298
+ "ProvisioningArtifactId":{"shape":"Id"},
2299
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
2300
+ "PhysicalId":{"shape":"PhysicalId"},
2301
+ "IdempotencyToken":{
2302
+ "shape":"IdempotencyToken",
2303
+ "idempotencyToken":true
2304
+ }
2305
+ }
2306
+ },
2307
+ "ImportAsProvisionedProductOutput":{
2308
+ "type":"structure",
2309
+ "members":{
2310
+ "RecordDetail":{"shape":"RecordDetail"}
2311
+ }
2312
+ },
2271
2313
  "InstructionType":{"type":"string"},
2272
2314
  "InstructionValue":{"type":"string"},
2273
2315
  "InvalidParametersException":{
@@ -2905,7 +2947,7 @@
2905
2947
  "PropertyValue":{
2906
2948
  "type":"string",
2907
2949
  "max":1024,
2908
- "min":1
2950
+ "min":0
2909
2951
  },
2910
2952
  "ProviderName":{
2911
2953
  "type":"string",
@@ -3455,6 +3497,7 @@
3455
3497
  }
3456
3498
  },
3457
3499
  "ResourceType":{"type":"string"},
3500
+ "RetainPhysicalResources":{"type":"boolean"},
3458
3501
  "RoleArn":{
3459
3502
  "type":"string",
3460
3503
  "max":1224,
@@ -3860,7 +3903,8 @@
3860
3903
  "idempotencyToken":true
3861
3904
  },
3862
3905
  "IgnoreErrors":{"shape":"IgnoreErrors"},
3863
- "AcceptLanguage":{"shape":"AcceptLanguage"}
3906
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
3907
+ "RetainPhysicalResources":{"shape":"RetainPhysicalResources"}
3864
3908
  }
3865
3909
  },
3866
3910
  "TerminateProvisionedProductOutput":{
@@ -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
  }