aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -10,6 +10,16 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListLogPatternSets": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListLogPatterns": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
13
23
  "ListProblems": {
14
24
  "input_token": "NextToken",
15
25
  "output_token": "NextToken",
@@ -692,7 +692,11 @@
692
692
  "members":{
693
693
  "EngineExecutionTimeInMillis":{"shape":"Long"},
694
694
  "DataScannedInBytes":{"shape":"Long"},
695
- "DataManifestLocation":{"shape":"String"}
695
+ "DataManifestLocation":{"shape":"String"},
696
+ "TotalExecutionTimeInMillis":{"shape":"Long"},
697
+ "QueryQueueTimeInMillis":{"shape":"Long"},
698
+ "QueryPlanningTimeInMillis":{"shape":"Long"},
699
+ "ServiceProcessingTimeInMillis":{"shape":"Long"}
696
700
  }
697
701
  },
698
702
  "QueryExecutionStatus":{
@@ -14,6 +14,45 @@
14
14
  "uid":"ce-2017-10-25"
15
15
  },
16
16
  "operations":{
17
+ "CreateCostCategoryDefinition":{
18
+ "name":"CreateCostCategoryDefinition",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CreateCostCategoryDefinitionRequest"},
24
+ "output":{"shape":"CreateCostCategoryDefinitionResponse"},
25
+ "errors":[
26
+ {"shape":"ServiceQuotaExceededException"},
27
+ {"shape":"LimitExceededException"}
28
+ ]
29
+ },
30
+ "DeleteCostCategoryDefinition":{
31
+ "name":"DeleteCostCategoryDefinition",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"DeleteCostCategoryDefinitionRequest"},
37
+ "output":{"shape":"DeleteCostCategoryDefinitionResponse"},
38
+ "errors":[
39
+ {"shape":"ResourceNotFoundException"},
40
+ {"shape":"LimitExceededException"}
41
+ ]
42
+ },
43
+ "DescribeCostCategoryDefinition":{
44
+ "name":"DescribeCostCategoryDefinition",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/"
48
+ },
49
+ "input":{"shape":"DescribeCostCategoryDefinitionRequest"},
50
+ "output":{"shape":"DescribeCostCategoryDefinitionResponse"},
51
+ "errors":[
52
+ {"shape":"ResourceNotFoundException"},
53
+ {"shape":"LimitExceededException"}
54
+ ]
55
+ },
17
56
  "GetCostAndUsage":{
18
57
  "name":"GetCostAndUsage",
19
58
  "http":{
@@ -213,6 +252,32 @@
213
252
  {"shape":"DataUnavailableException"},
214
253
  {"shape":"UnresolvableUsageUnitException"}
215
254
  ]
255
+ },
256
+ "ListCostCategoryDefinitions":{
257
+ "name":"ListCostCategoryDefinitions",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"ListCostCategoryDefinitionsRequest"},
263
+ "output":{"shape":"ListCostCategoryDefinitionsResponse"},
264
+ "errors":[
265
+ {"shape":"LimitExceededException"}
266
+ ]
267
+ },
268
+ "UpdateCostCategoryDefinition":{
269
+ "name":"UpdateCostCategoryDefinition",
270
+ "http":{
271
+ "method":"POST",
272
+ "requestUri":"/"
273
+ },
274
+ "input":{"shape":"UpdateCostCategoryDefinitionRequest"},
275
+ "output":{"shape":"UpdateCostCategoryDefinitionResponse"},
276
+ "errors":[
277
+ {"shape":"ResourceNotFoundException"},
278
+ {"shape":"ServiceQuotaExceededException"},
279
+ {"shape":"LimitExceededException"}
280
+ ]
216
281
  }
217
282
  },
218
283
  "shapes":{
@@ -225,6 +290,12 @@
225
290
  },
226
291
  "AmortizedRecurringFee":{"type":"string"},
227
292
  "AmortizedUpfrontFee":{"type":"string"},
293
+ "Arn":{
294
+ "type":"string",
295
+ "max":2048,
296
+ "min":20,
297
+ "pattern":"arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+"
298
+ },
228
299
  "AttributeType":{"type":"string"},
229
300
  "AttributeValue":{"type":"string"},
230
301
  "Attributes":{
@@ -247,6 +318,77 @@
247
318
  "SAVINGS_PLANS"
248
319
  ]
249
320
  },
321
+ "CostCategory":{
322
+ "type":"structure",
323
+ "required":[
324
+ "CostCategoryArn",
325
+ "EffectiveStart",
326
+ "Name",
327
+ "RuleVersion",
328
+ "Rules"
329
+ ],
330
+ "members":{
331
+ "CostCategoryArn":{"shape":"Arn"},
332
+ "EffectiveStart":{"shape":"ZonedDateTime"},
333
+ "EffectiveEnd":{"shape":"ZonedDateTime"},
334
+ "Name":{"shape":"CostCategoryName"},
335
+ "RuleVersion":{"shape":"CostCategoryRuleVersion"},
336
+ "Rules":{"shape":"CostCategoryRulesList"}
337
+ }
338
+ },
339
+ "CostCategoryName":{
340
+ "type":"string",
341
+ "max":255,
342
+ "min":1,
343
+ "pattern":"^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
344
+ },
345
+ "CostCategoryReference":{
346
+ "type":"structure",
347
+ "members":{
348
+ "CostCategoryArn":{"shape":"Arn"},
349
+ "Name":{"shape":"CostCategoryName"},
350
+ "EffectiveStart":{"shape":"ZonedDateTime"},
351
+ "EffectiveEnd":{"shape":"ZonedDateTime"}
352
+ }
353
+ },
354
+ "CostCategoryReferencesList":{
355
+ "type":"list",
356
+ "member":{"shape":"CostCategoryReference"}
357
+ },
358
+ "CostCategoryRule":{
359
+ "type":"structure",
360
+ "required":[
361
+ "Value",
362
+ "Rule"
363
+ ],
364
+ "members":{
365
+ "Value":{"shape":"CostCategoryValue"},
366
+ "Rule":{"shape":"Expression"}
367
+ }
368
+ },
369
+ "CostCategoryRuleVersion":{
370
+ "type":"string",
371
+ "enum":["CostCategoryExpression.v1"]
372
+ },
373
+ "CostCategoryRulesList":{
374
+ "type":"list",
375
+ "member":{"shape":"CostCategoryRule"},
376
+ "max":500,
377
+ "min":1
378
+ },
379
+ "CostCategoryValue":{
380
+ "type":"string",
381
+ "max":255,
382
+ "min":1,
383
+ "pattern":"^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
384
+ },
385
+ "CostCategoryValues":{
386
+ "type":"structure",
387
+ "members":{
388
+ "Key":{"shape":"CostCategoryName"},
389
+ "Values":{"shape":"Values"}
390
+ }
391
+ },
250
392
  "Coverage":{
251
393
  "type":"structure",
252
394
  "members":{
@@ -293,6 +435,26 @@
293
435
  "type":"list",
294
436
  "member":{"shape":"CoverageByTime"}
295
437
  },
438
+ "CreateCostCategoryDefinitionRequest":{
439
+ "type":"structure",
440
+ "required":[
441
+ "Name",
442
+ "RuleVersion",
443
+ "Rules"
444
+ ],
445
+ "members":{
446
+ "Name":{"shape":"CostCategoryName"},
447
+ "RuleVersion":{"shape":"CostCategoryRuleVersion"},
448
+ "Rules":{"shape":"CostCategoryRulesList"}
449
+ }
450
+ },
451
+ "CreateCostCategoryDefinitionResponse":{
452
+ "type":"structure",
453
+ "members":{
454
+ "CostCategoryArn":{"shape":"Arn"},
455
+ "EffectiveStart":{"shape":"ZonedDateTime"}
456
+ }
457
+ },
296
458
  "CurrentInstance":{
297
459
  "type":"structure",
298
460
  "members":{
@@ -326,6 +488,34 @@
326
488
  "End":{"shape":"YearMonthDay"}
327
489
  }
328
490
  },
491
+ "DeleteCostCategoryDefinitionRequest":{
492
+ "type":"structure",
493
+ "required":["CostCategoryArn"],
494
+ "members":{
495
+ "CostCategoryArn":{"shape":"Arn"}
496
+ }
497
+ },
498
+ "DeleteCostCategoryDefinitionResponse":{
499
+ "type":"structure",
500
+ "members":{
501
+ "CostCategoryArn":{"shape":"Arn"},
502
+ "EffectiveEnd":{"shape":"ZonedDateTime"}
503
+ }
504
+ },
505
+ "DescribeCostCategoryDefinitionRequest":{
506
+ "type":"structure",
507
+ "required":["CostCategoryArn"],
508
+ "members":{
509
+ "CostCategoryArn":{"shape":"Arn"},
510
+ "EffectiveOn":{"shape":"ZonedDateTime"}
511
+ }
512
+ },
513
+ "DescribeCostCategoryDefinitionResponse":{
514
+ "type":"structure",
515
+ "members":{
516
+ "CostCategory":{"shape":"CostCategory"}
517
+ }
518
+ },
329
519
  "Dimension":{
330
520
  "type":"string",
331
521
  "enum":[
@@ -448,7 +638,8 @@
448
638
  "And":{"shape":"Expressions"},
449
639
  "Not":{"shape":"Expression"},
450
640
  "Dimensions":{"shape":"DimensionValues"},
451
- "Tags":{"shape":"TagValues"}
641
+ "Tags":{"shape":"TagValues"},
642
+ "CostCategories":{"shape":"CostCategoryValues"}
452
643
  }
453
644
  },
454
645
  "Expressions":{
@@ -808,7 +999,8 @@
808
999
  "type":"string",
809
1000
  "enum":[
810
1001
  "DIMENSION",
811
- "TAG"
1002
+ "TAG",
1003
+ "COST_CATEGORY"
812
1004
  ]
813
1005
  },
814
1006
  "GroupDefinitions":{
@@ -848,6 +1040,20 @@
848
1040
  },
849
1041
  "exception":true
850
1042
  },
1043
+ "ListCostCategoryDefinitionsRequest":{
1044
+ "type":"structure",
1045
+ "members":{
1046
+ "EffectiveOn":{"shape":"ZonedDateTime"},
1047
+ "NextToken":{"shape":"NextPageToken"}
1048
+ }
1049
+ },
1050
+ "ListCostCategoryDefinitionsResponse":{
1051
+ "type":"structure",
1052
+ "members":{
1053
+ "CostCategoryReferences":{"shape":"CostCategoryReferencesList"},
1054
+ "NextToken":{"shape":"NextPageToken"}
1055
+ }
1056
+ },
851
1057
  "LookbackPeriodInDays":{
852
1058
  "type":"string",
853
1059
  "enum":[
@@ -1076,6 +1282,13 @@
1076
1282
  "EC2ResourceDetails":{"shape":"EC2ResourceDetails"}
1077
1283
  }
1078
1284
  },
1285
+ "ResourceNotFoundException":{
1286
+ "type":"structure",
1287
+ "members":{
1288
+ "Message":{"shape":"ErrorMessage"}
1289
+ },
1290
+ "exception":true
1291
+ },
1079
1292
  "ResourceUtilization":{
1080
1293
  "type":"structure",
1081
1294
  "members":{
@@ -1287,6 +1500,13 @@
1287
1500
  "member":{"shape":"SavingsPlansUtilizationByTime"}
1288
1501
  },
1289
1502
  "SearchString":{"type":"string"},
1503
+ "ServiceQuotaExceededException":{
1504
+ "type":"structure",
1505
+ "members":{
1506
+ "Message":{"shape":"ErrorMessage"}
1507
+ },
1508
+ "exception":true
1509
+ },
1290
1510
  "ServiceSpecification":{
1291
1511
  "type":"structure",
1292
1512
  "members":{
@@ -1360,6 +1580,26 @@
1360
1580
  },
1361
1581
  "UnusedHours":{"type":"string"},
1362
1582
  "UnusedUnits":{"type":"string"},
1583
+ "UpdateCostCategoryDefinitionRequest":{
1584
+ "type":"structure",
1585
+ "required":[
1586
+ "CostCategoryArn",
1587
+ "RuleVersion",
1588
+ "Rules"
1589
+ ],
1590
+ "members":{
1591
+ "CostCategoryArn":{"shape":"Arn"},
1592
+ "RuleVersion":{"shape":"CostCategoryRuleVersion"},
1593
+ "Rules":{"shape":"CostCategoryRulesList"}
1594
+ }
1595
+ },
1596
+ "UpdateCostCategoryDefinitionResponse":{
1597
+ "type":"structure",
1598
+ "members":{
1599
+ "CostCategoryArn":{"shape":"Arn"},
1600
+ "EffectiveStart":{"shape":"ZonedDateTime"}
1601
+ }
1602
+ },
1363
1603
  "UtilizationByTime":{
1364
1604
  "type":"structure",
1365
1605
  "members":{
@@ -1382,6 +1622,12 @@
1382
1622
  "YearMonthDay":{
1383
1623
  "type":"string",
1384
1624
  "pattern":"(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?"
1625
+ },
1626
+ "ZonedDateTime":{
1627
+ "type":"string",
1628
+ "max":25,
1629
+ "min":20,
1630
+ "pattern":"^\\d{4}-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(([+-]\\d\\d:\\d\\d)|Z)$"
1385
1631
  }
1386
1632
  }
1387
1633
  }
@@ -48,6 +48,30 @@
48
48
  {"shape":"InvalidInputException"}
49
49
  ]
50
50
  },
51
+ "BatchGetReportGroups":{
52
+ "name":"BatchGetReportGroups",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"BatchGetReportGroupsInput"},
58
+ "output":{"shape":"BatchGetReportGroupsOutput"},
59
+ "errors":[
60
+ {"shape":"InvalidInputException"}
61
+ ]
62
+ },
63
+ "BatchGetReports":{
64
+ "name":"BatchGetReports",
65
+ "http":{
66
+ "method":"POST",
67
+ "requestUri":"/"
68
+ },
69
+ "input":{"shape":"BatchGetReportsInput"},
70
+ "output":{"shape":"BatchGetReportsOutput"},
71
+ "errors":[
72
+ {"shape":"InvalidInputException"}
73
+ ]
74
+ },
51
75
  "CreateProject":{
52
76
  "name":"CreateProject",
53
77
  "http":{
@@ -62,6 +86,20 @@
62
86
  {"shape":"AccountLimitExceededException"}
63
87
  ]
64
88
  },
89
+ "CreateReportGroup":{
90
+ "name":"CreateReportGroup",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"CreateReportGroupInput"},
96
+ "output":{"shape":"CreateReportGroupOutput"},
97
+ "errors":[
98
+ {"shape":"InvalidInputException"},
99
+ {"shape":"ResourceAlreadyExistsException"},
100
+ {"shape":"AccountLimitExceededException"}
101
+ ]
102
+ },
65
103
  "CreateWebhook":{
66
104
  "name":"CreateWebhook",
67
105
  "http":{
@@ -89,6 +127,30 @@
89
127
  {"shape":"InvalidInputException"}
90
128
  ]
91
129
  },
130
+ "DeleteReport":{
131
+ "name":"DeleteReport",
132
+ "http":{
133
+ "method":"POST",
134
+ "requestUri":"/"
135
+ },
136
+ "input":{"shape":"DeleteReportInput"},
137
+ "output":{"shape":"DeleteReportOutput"},
138
+ "errors":[
139
+ {"shape":"InvalidInputException"}
140
+ ]
141
+ },
142
+ "DeleteReportGroup":{
143
+ "name":"DeleteReportGroup",
144
+ "http":{
145
+ "method":"POST",
146
+ "requestUri":"/"
147
+ },
148
+ "input":{"shape":"DeleteReportGroupInput"},
149
+ "output":{"shape":"DeleteReportGroupOutput"},
150
+ "errors":[
151
+ {"shape":"InvalidInputException"}
152
+ ]
153
+ },
92
154
  "DeleteSourceCredentials":{
93
155
  "name":"DeleteSourceCredentials",
94
156
  "http":{
@@ -116,6 +178,19 @@
116
178
  {"shape":"OAuthProviderException"}
117
179
  ]
118
180
  },
181
+ "DescribeTestCases":{
182
+ "name":"DescribeTestCases",
183
+ "http":{
184
+ "method":"POST",
185
+ "requestUri":"/"
186
+ },
187
+ "input":{"shape":"DescribeTestCasesInput"},
188
+ "output":{"shape":"DescribeTestCasesOutput"},
189
+ "errors":[
190
+ {"shape":"InvalidInputException"},
191
+ {"shape":"ResourceNotFoundException"}
192
+ ]
193
+ },
119
194
  "ImportSourceCredentials":{
120
195
  "name":"ImportSourceCredentials",
121
196
  "http":{
@@ -189,6 +264,43 @@
189
264
  {"shape":"InvalidInputException"}
190
265
  ]
191
266
  },
267
+ "ListReportGroups":{
268
+ "name":"ListReportGroups",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/"
272
+ },
273
+ "input":{"shape":"ListReportGroupsInput"},
274
+ "output":{"shape":"ListReportGroupsOutput"},
275
+ "errors":[
276
+ {"shape":"InvalidInputException"}
277
+ ]
278
+ },
279
+ "ListReports":{
280
+ "name":"ListReports",
281
+ "http":{
282
+ "method":"POST",
283
+ "requestUri":"/"
284
+ },
285
+ "input":{"shape":"ListReportsInput"},
286
+ "output":{"shape":"ListReportsOutput"},
287
+ "errors":[
288
+ {"shape":"InvalidInputException"}
289
+ ]
290
+ },
291
+ "ListReportsForReportGroup":{
292
+ "name":"ListReportsForReportGroup",
293
+ "http":{
294
+ "method":"POST",
295
+ "requestUri":"/"
296
+ },
297
+ "input":{"shape":"ListReportsForReportGroupInput"},
298
+ "output":{"shape":"ListReportsForReportGroupOutput"},
299
+ "errors":[
300
+ {"shape":"InvalidInputException"},
301
+ {"shape":"ResourceNotFoundException"}
302
+ ]
303
+ },
192
304
  "ListSourceCredentials":{
193
305
  "name":"ListSourceCredentials",
194
306
  "http":{
@@ -238,6 +350,19 @@
238
350
  {"shape":"ResourceNotFoundException"}
239
351
  ]
240
352
  },
353
+ "UpdateReportGroup":{
354
+ "name":"UpdateReportGroup",
355
+ "http":{
356
+ "method":"POST",
357
+ "requestUri":"/"
358
+ },
359
+ "input":{"shape":"UpdateReportGroupInput"},
360
+ "output":{"shape":"UpdateReportGroupOutput"},
361
+ "errors":[
362
+ {"shape":"InvalidInputException"},
363
+ {"shape":"ResourceNotFoundException"}
364
+ ]
365
+ },
241
366
  "UpdateWebhook":{
242
367
  "name":"UpdateWebhook",
243
368
  "http":{
@@ -332,6 +457,34 @@
332
457
  "projectsNotFound":{"shape":"ProjectNames"}
333
458
  }
334
459
  },
460
+ "BatchGetReportGroupsInput":{
461
+ "type":"structure",
462
+ "required":["reportGroupArns"],
463
+ "members":{
464
+ "reportGroupArns":{"shape":"ReportGroupArns"}
465
+ }
466
+ },
467
+ "BatchGetReportGroupsOutput":{
468
+ "type":"structure",
469
+ "members":{
470
+ "reportGroups":{"shape":"ReportGroups"},
471
+ "reportGroupsNotFound":{"shape":"ReportGroupArns"}
472
+ }
473
+ },
474
+ "BatchGetReportsInput":{
475
+ "type":"structure",
476
+ "required":["reportArns"],
477
+ "members":{
478
+ "reportArns":{"shape":"ReportArns"}
479
+ }
480
+ },
481
+ "BatchGetReportsOutput":{
482
+ "type":"structure",
483
+ "members":{
484
+ "reports":{"shape":"Reports"},
485
+ "reportsNotFound":{"shape":"ReportArns"}
486
+ }
487
+ },
335
488
  "Boolean":{"type":"boolean"},
336
489
  "Build":{
337
490
  "type":"structure",
@@ -363,7 +516,8 @@
363
516
  "vpcConfig":{"shape":"VpcConfig"},
364
517
  "networkInterface":{"shape":"NetworkInterface"},
365
518
  "encryptionKey":{"shape":"NonEmptyString"},
366
- "exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"}
519
+ "exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"},
520
+ "reportArns":{"shape":"BuildReportArns"}
367
521
  }
368
522
  },
369
523
  "BuildArtifacts":{
@@ -427,6 +581,10 @@
427
581
  "type":"list",
428
582
  "member":{"shape":"BuildPhase"}
429
583
  },
584
+ "BuildReportArns":{
585
+ "type":"list",
586
+ "member":{"shape":"String"}
587
+ },
430
588
  "Builds":{
431
589
  "type":"list",
432
590
  "member":{"shape":"Build"}
@@ -505,6 +663,25 @@
505
663
  "project":{"shape":"Project"}
506
664
  }
507
665
  },
666
+ "CreateReportGroupInput":{
667
+ "type":"structure",
668
+ "required":[
669
+ "name",
670
+ "type",
671
+ "exportConfig"
672
+ ],
673
+ "members":{
674
+ "name":{"shape":"ReportGroupName"},
675
+ "type":{"shape":"ReportType"},
676
+ "exportConfig":{"shape":"ReportExportConfig"}
677
+ }
678
+ },
679
+ "CreateReportGroupOutput":{
680
+ "type":"structure",
681
+ "members":{
682
+ "reportGroup":{"shape":"ReportGroup"}
683
+ }
684
+ },
508
685
  "CreateWebhookInput":{
509
686
  "type":"structure",
510
687
  "required":["projectName"],
@@ -536,6 +713,30 @@
536
713
  "members":{
537
714
  }
538
715
  },
716
+ "DeleteReportGroupInput":{
717
+ "type":"structure",
718
+ "required":["arn"],
719
+ "members":{
720
+ "arn":{"shape":"NonEmptyString"}
721
+ }
722
+ },
723
+ "DeleteReportGroupOutput":{
724
+ "type":"structure",
725
+ "members":{
726
+ }
727
+ },
728
+ "DeleteReportInput":{
729
+ "type":"structure",
730
+ "required":["arn"],
731
+ "members":{
732
+ "arn":{"shape":"NonEmptyString"}
733
+ }
734
+ },
735
+ "DeleteReportOutput":{
736
+ "type":"structure",
737
+ "members":{
738
+ }
739
+ },
539
740
  "DeleteSourceCredentialsInput":{
540
741
  "type":"structure",
541
742
  "required":["arn"],
@@ -561,6 +762,23 @@
561
762
  "members":{
562
763
  }
563
764
  },
765
+ "DescribeTestCasesInput":{
766
+ "type":"structure",
767
+ "required":["reportArn"],
768
+ "members":{
769
+ "reportArn":{"shape":"String"},
770
+ "nextToken":{"shape":"String"},
771
+ "maxResults":{"shape":"PageSize"},
772
+ "filter":{"shape":"TestCaseFilter"}
773
+ }
774
+ },
775
+ "DescribeTestCasesOutput":{
776
+ "type":"structure",
777
+ "members":{
778
+ "nextToken":{"shape":"String"},
779
+ "testCases":{"shape":"TestCases"}
780
+ }
781
+ },
564
782
  "EnvironmentImage":{
565
783
  "type":"structure",
566
784
  "members":{
@@ -785,6 +1003,56 @@
785
1003
  "projects":{"shape":"ProjectNames"}
786
1004
  }
787
1005
  },
1006
+ "ListReportGroupsInput":{
1007
+ "type":"structure",
1008
+ "members":{
1009
+ "sortOrder":{"shape":"SortOrderType"},
1010
+ "sortBy":{"shape":"ReportGroupSortByType"},
1011
+ "nextToken":{"shape":"String"},
1012
+ "maxResults":{"shape":"PageSize"}
1013
+ }
1014
+ },
1015
+ "ListReportGroupsOutput":{
1016
+ "type":"structure",
1017
+ "members":{
1018
+ "nextToken":{"shape":"String"},
1019
+ "reportGroups":{"shape":"ReportGroupArns"}
1020
+ }
1021
+ },
1022
+ "ListReportsForReportGroupInput":{
1023
+ "type":"structure",
1024
+ "required":["reportGroupArn"],
1025
+ "members":{
1026
+ "reportGroupArn":{"shape":"String"},
1027
+ "nextToken":{"shape":"String"},
1028
+ "sortOrder":{"shape":"SortOrderType"},
1029
+ "maxResults":{"shape":"PageSize"},
1030
+ "filter":{"shape":"ReportFilter"}
1031
+ }
1032
+ },
1033
+ "ListReportsForReportGroupOutput":{
1034
+ "type":"structure",
1035
+ "members":{
1036
+ "nextToken":{"shape":"String"},
1037
+ "reports":{"shape":"ReportArns"}
1038
+ }
1039
+ },
1040
+ "ListReportsInput":{
1041
+ "type":"structure",
1042
+ "members":{
1043
+ "sortOrder":{"shape":"SortOrderType"},
1044
+ "nextToken":{"shape":"String"},
1045
+ "maxResults":{"shape":"PageSize"},
1046
+ "filter":{"shape":"ReportFilter"}
1047
+ }
1048
+ },
1049
+ "ListReportsOutput":{
1050
+ "type":"structure",
1051
+ "members":{
1052
+ "nextToken":{"shape":"String"},
1053
+ "reports":{"shape":"ReportArns"}
1054
+ }
1055
+ },
788
1056
  "ListSourceCredentialsInput":{
789
1057
  "type":"structure",
790
1058
  "members":{
@@ -840,6 +1108,11 @@
840
1108
  },
841
1109
  "exception":true
842
1110
  },
1111
+ "PageSize":{
1112
+ "type":"integer",
1113
+ "max":100,
1114
+ "min":1
1115
+ },
843
1116
  "PhaseContext":{
844
1117
  "type":"structure",
845
1118
  "members":{
@@ -1024,6 +1297,116 @@
1024
1297
  "credentialProvider":{"shape":"CredentialProviderType"}
1025
1298
  }
1026
1299
  },
1300
+ "Report":{
1301
+ "type":"structure",
1302
+ "members":{
1303
+ "arn":{"shape":"NonEmptyString"},
1304
+ "type":{"shape":"ReportType"},
1305
+ "name":{"shape":"String"},
1306
+ "reportGroupArn":{"shape":"NonEmptyString"},
1307
+ "executionId":{"shape":"String"},
1308
+ "status":{"shape":"ReportStatusType"},
1309
+ "created":{"shape":"Timestamp"},
1310
+ "expired":{"shape":"Timestamp"},
1311
+ "exportConfig":{"shape":"ReportExportConfig"},
1312
+ "truncated":{"shape":"WrapperBoolean"},
1313
+ "testSummary":{"shape":"TestReportSummary"}
1314
+ }
1315
+ },
1316
+ "ReportArns":{
1317
+ "type":"list",
1318
+ "member":{"shape":"NonEmptyString"},
1319
+ "max":100,
1320
+ "min":1
1321
+ },
1322
+ "ReportExportConfig":{
1323
+ "type":"structure",
1324
+ "members":{
1325
+ "exportConfigType":{"shape":"ReportExportConfigType"},
1326
+ "s3Destination":{"shape":"S3ReportExportConfig"}
1327
+ }
1328
+ },
1329
+ "ReportExportConfigType":{
1330
+ "type":"string",
1331
+ "enum":[
1332
+ "S3",
1333
+ "NO_EXPORT"
1334
+ ]
1335
+ },
1336
+ "ReportFilter":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ "status":{"shape":"ReportStatusType"}
1340
+ }
1341
+ },
1342
+ "ReportGroup":{
1343
+ "type":"structure",
1344
+ "members":{
1345
+ "arn":{"shape":"NonEmptyString"},
1346
+ "name":{"shape":"ReportGroupName"},
1347
+ "type":{"shape":"ReportType"},
1348
+ "exportConfig":{"shape":"ReportExportConfig"},
1349
+ "created":{"shape":"Timestamp"},
1350
+ "lastModified":{"shape":"Timestamp"}
1351
+ }
1352
+ },
1353
+ "ReportGroupArns":{
1354
+ "type":"list",
1355
+ "member":{"shape":"NonEmptyString"},
1356
+ "max":100,
1357
+ "min":1
1358
+ },
1359
+ "ReportGroupName":{
1360
+ "type":"string",
1361
+ "max":128,
1362
+ "min":2
1363
+ },
1364
+ "ReportGroupSortByType":{
1365
+ "type":"string",
1366
+ "enum":[
1367
+ "NAME",
1368
+ "CREATED_TIME",
1369
+ "LAST_MODIFIED_TIME"
1370
+ ]
1371
+ },
1372
+ "ReportGroups":{
1373
+ "type":"list",
1374
+ "member":{"shape":"ReportGroup"},
1375
+ "max":100,
1376
+ "min":1
1377
+ },
1378
+ "ReportPackagingType":{
1379
+ "type":"string",
1380
+ "enum":[
1381
+ "ZIP",
1382
+ "NONE"
1383
+ ]
1384
+ },
1385
+ "ReportStatusCounts":{
1386
+ "type":"map",
1387
+ "key":{"shape":"String"},
1388
+ "value":{"shape":"WrapperInt"}
1389
+ },
1390
+ "ReportStatusType":{
1391
+ "type":"string",
1392
+ "enum":[
1393
+ "GENERATING",
1394
+ "SUCCEEDED",
1395
+ "FAILED",
1396
+ "INCOMPLETE",
1397
+ "DELETING"
1398
+ ]
1399
+ },
1400
+ "ReportType":{
1401
+ "type":"string",
1402
+ "enum":["TEST"]
1403
+ },
1404
+ "Reports":{
1405
+ "type":"list",
1406
+ "member":{"shape":"Report"},
1407
+ "max":100,
1408
+ "min":1
1409
+ },
1027
1410
  "ResourceAlreadyExistsException":{
1028
1411
  "type":"structure",
1029
1412
  "members":{
@@ -1045,6 +1428,16 @@
1045
1428
  "encryptionDisabled":{"shape":"WrapperBoolean"}
1046
1429
  }
1047
1430
  },
1431
+ "S3ReportExportConfig":{
1432
+ "type":"structure",
1433
+ "members":{
1434
+ "bucket":{"shape":"NonEmptyString"},
1435
+ "path":{"shape":"String"},
1436
+ "packaging":{"shape":"ReportPackagingType"},
1437
+ "encryptionKey":{"shape":"NonEmptyString"},
1438
+ "encryptionDisabled":{"shape":"WrapperBoolean"}
1439
+ }
1440
+ },
1048
1441
  "SecurityGroupIds":{
1049
1442
  "type":"list",
1050
1443
  "member":{"shape":"NonEmptyString"},
@@ -1189,6 +1582,42 @@
1189
1582
  "max":50,
1190
1583
  "min":0
1191
1584
  },
1585
+ "TestCase":{
1586
+ "type":"structure",
1587
+ "members":{
1588
+ "reportArn":{"shape":"NonEmptyString"},
1589
+ "testRawDataPath":{"shape":"String"},
1590
+ "prefix":{"shape":"String"},
1591
+ "name":{"shape":"String"},
1592
+ "status":{"shape":"String"},
1593
+ "durationInNanoSeconds":{"shape":"WrapperLong"},
1594
+ "message":{"shape":"String"},
1595
+ "expired":{"shape":"Timestamp"}
1596
+ }
1597
+ },
1598
+ "TestCaseFilter":{
1599
+ "type":"structure",
1600
+ "members":{
1601
+ "status":{"shape":"String"}
1602
+ }
1603
+ },
1604
+ "TestCases":{
1605
+ "type":"list",
1606
+ "member":{"shape":"TestCase"}
1607
+ },
1608
+ "TestReportSummary":{
1609
+ "type":"structure",
1610
+ "required":[
1611
+ "total",
1612
+ "statusCounts",
1613
+ "durationInNanoSeconds"
1614
+ ],
1615
+ "members":{
1616
+ "total":{"shape":"WrapperInt"},
1617
+ "statusCounts":{"shape":"ReportStatusCounts"},
1618
+ "durationInNanoSeconds":{"shape":"WrapperLong"}
1619
+ }
1620
+ },
1192
1621
  "TimeOut":{
1193
1622
  "type":"integer",
1194
1623
  "max":480,
@@ -1225,6 +1654,20 @@
1225
1654
  "project":{"shape":"Project"}
1226
1655
  }
1227
1656
  },
1657
+ "UpdateReportGroupInput":{
1658
+ "type":"structure",
1659
+ "required":["arn"],
1660
+ "members":{
1661
+ "arn":{"shape":"NonEmptyString"},
1662
+ "exportConfig":{"shape":"ReportExportConfig"}
1663
+ }
1664
+ },
1665
+ "UpdateReportGroupOutput":{
1666
+ "type":"structure",
1667
+ "members":{
1668
+ "reportGroup":{"shape":"ReportGroup"}
1669
+ }
1670
+ },
1228
1671
  "UpdateWebhookInput":{
1229
1672
  "type":"structure",
1230
1673
  "required":["projectName"],