aws-sdk-core 2.11.537 → 2.11.542

Sign up to get free protection for your applications and to get access to all the features.
@@ -648,6 +648,13 @@
648
648
  "type":"list",
649
649
  "member":{"shape":"String"}
650
650
  },
651
+ "BuildStatusConfig":{
652
+ "type":"structure",
653
+ "members":{
654
+ "context":{"shape":"String"},
655
+ "targetUrl":{"shape":"String"}
656
+ }
657
+ },
651
658
  "Builds":{
652
659
  "type":"list",
653
660
  "member":{"shape":"Build"}
@@ -1408,6 +1415,7 @@
1408
1415
  "buildspec":{"shape":"String"},
1409
1416
  "auth":{"shape":"SourceAuth"},
1410
1417
  "reportBuildStatus":{"shape":"WrapperBoolean"},
1418
+ "buildStatusConfig":{"shape":"BuildStatusConfig"},
1411
1419
  "insecureSsl":{"shape":"WrapperBoolean"},
1412
1420
  "sourceIdentifier":{"shape":"String"}
1413
1421
  }
@@ -1690,6 +1698,7 @@
1690
1698
  "buildspecOverride":{"shape":"String"},
1691
1699
  "insecureSslOverride":{"shape":"WrapperBoolean"},
1692
1700
  "reportBuildStatusOverride":{"shape":"WrapperBoolean"},
1701
+ "buildStatusConfigOverride":{"shape":"BuildStatusConfig"},
1693
1702
  "environmentTypeOverride":{"shape":"EnvironmentType"},
1694
1703
  "imageOverride":{"shape":"NonEmptyString"},
1695
1704
  "computeTypeOverride":{"shape":"ComputeType"},
@@ -617,7 +617,8 @@
617
617
  "enum":[
618
618
  "CodeCommit",
619
619
  "GitHub",
620
- "Bitbucket"
620
+ "Bitbucket",
621
+ "GitHubEnterpriseServer"
621
622
  ]
622
623
  },
623
624
  "ProviderTypes":{
@@ -714,7 +715,8 @@
714
715
  "type":"structure",
715
716
  "members":{
716
717
  "CodeCommit":{"shape":"CodeCommitRepository"},
717
- "Bitbucket":{"shape":"ThirdPartySourceRepository"}
718
+ "Bitbucket":{"shape":"ThirdPartySourceRepository"},
719
+ "GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
718
720
  }
719
721
  },
720
722
  "RepositoryAssociation":{
@@ -12,6 +12,40 @@
12
12
  "uid":"codeguruprofiler-2019-07-18"
13
13
  },
14
14
  "operations":{
15
+ "AddNotificationChannels":{
16
+ "name":"AddNotificationChannels",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/profilingGroups/{profilingGroupName}/notificationConfiguration",
20
+ "responseCode":200
21
+ },
22
+ "input":{"shape":"AddNotificationChannelsRequest"},
23
+ "output":{"shape":"AddNotificationChannelsResponse"},
24
+ "errors":[
25
+ {"shape":"ServiceQuotaExceededException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"ConflictException"},
28
+ {"shape":"ValidationException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"ResourceNotFoundException"}
31
+ ]
32
+ },
33
+ "BatchGetFrameMetricData":{
34
+ "name":"BatchGetFrameMetricData",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/profilingGroups/{profilingGroupName}/frames/-/metrics",
38
+ "responseCode":200
39
+ },
40
+ "input":{"shape":"BatchGetFrameMetricDataRequest"},
41
+ "output":{"shape":"BatchGetFrameMetricDataResponse"},
42
+ "errors":[
43
+ {"shape":"InternalServerException"},
44
+ {"shape":"ValidationException"},
45
+ {"shape":"ThrottlingException"},
46
+ {"shape":"ResourceNotFoundException"}
47
+ ]
48
+ },
15
49
  "ConfigureAgent":{
16
50
  "name":"ConfigureAgent",
17
51
  "http":{
@@ -79,6 +113,37 @@
79
113
  {"shape":"ResourceNotFoundException"}
80
114
  ]
81
115
  },
116
+ "GetFindingsReportAccountSummary":{
117
+ "name":"GetFindingsReportAccountSummary",
118
+ "http":{
119
+ "method":"GET",
120
+ "requestUri":"/internal/findingsReports",
121
+ "responseCode":200
122
+ },
123
+ "input":{"shape":"GetFindingsReportAccountSummaryRequest"},
124
+ "output":{"shape":"GetFindingsReportAccountSummaryResponse"},
125
+ "errors":[
126
+ {"shape":"InternalServerException"},
127
+ {"shape":"ValidationException"},
128
+ {"shape":"ThrottlingException"}
129
+ ]
130
+ },
131
+ "GetNotificationConfiguration":{
132
+ "name":"GetNotificationConfiguration",
133
+ "http":{
134
+ "method":"GET",
135
+ "requestUri":"/profilingGroups/{profilingGroupName}/notificationConfiguration",
136
+ "responseCode":200
137
+ },
138
+ "input":{"shape":"GetNotificationConfigurationRequest"},
139
+ "output":{"shape":"GetNotificationConfigurationResponse"},
140
+ "errors":[
141
+ {"shape":"InternalServerException"},
142
+ {"shape":"ValidationException"},
143
+ {"shape":"ThrottlingException"},
144
+ {"shape":"ResourceNotFoundException"}
145
+ ]
146
+ },
82
147
  "GetPolicy":{
83
148
  "name":"GetPolicy",
84
149
  "http":{
@@ -110,6 +175,38 @@
110
175
  {"shape":"ResourceNotFoundException"}
111
176
  ]
112
177
  },
178
+ "GetRecommendations":{
179
+ "name":"GetRecommendations",
180
+ "http":{
181
+ "method":"GET",
182
+ "requestUri":"/internal/profilingGroups/{profilingGroupName}/recommendations",
183
+ "responseCode":200
184
+ },
185
+ "input":{"shape":"GetRecommendationsRequest"},
186
+ "output":{"shape":"GetRecommendationsResponse"},
187
+ "errors":[
188
+ {"shape":"InternalServerException"},
189
+ {"shape":"ValidationException"},
190
+ {"shape":"ThrottlingException"},
191
+ {"shape":"ResourceNotFoundException"}
192
+ ]
193
+ },
194
+ "ListFindingsReports":{
195
+ "name":"ListFindingsReports",
196
+ "http":{
197
+ "method":"GET",
198
+ "requestUri":"/internal/profilingGroups/{profilingGroupName}/findingsReports",
199
+ "responseCode":200
200
+ },
201
+ "input":{"shape":"ListFindingsReportsRequest"},
202
+ "output":{"shape":"ListFindingsReportsResponse"},
203
+ "errors":[
204
+ {"shape":"InternalServerException"},
205
+ {"shape":"ValidationException"},
206
+ {"shape":"ThrottlingException"},
207
+ {"shape":"ResourceNotFoundException"}
208
+ ]
209
+ },
113
210
  "ListProfileTimes":{
114
211
  "name":"ListProfileTimes",
115
212
  "http":{
@@ -174,6 +271,23 @@
174
271
  ],
175
272
  "idempotent":true
176
273
  },
274
+ "RemoveNotificationChannel":{
275
+ "name":"RemoveNotificationChannel",
276
+ "http":{
277
+ "method":"DELETE",
278
+ "requestUri":"/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}",
279
+ "responseCode":200
280
+ },
281
+ "input":{"shape":"RemoveNotificationChannelRequest"},
282
+ "output":{"shape":"RemoveNotificationChannelResponse"},
283
+ "errors":[
284
+ {"shape":"InternalServerException"},
285
+ {"shape":"ValidationException"},
286
+ {"shape":"ThrottlingException"},
287
+ {"shape":"ResourceNotFoundException"}
288
+ ],
289
+ "idempotent":true
290
+ },
177
291
  "RemovePermission":{
178
292
  "name":"RemovePermission",
179
293
  "http":{
@@ -191,6 +305,22 @@
191
305
  {"shape":"ResourceNotFoundException"}
192
306
  ]
193
307
  },
308
+ "SubmitFeedback":{
309
+ "name":"SubmitFeedback",
310
+ "http":{
311
+ "method":"POST",
312
+ "requestUri":"/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback",
313
+ "responseCode":204
314
+ },
315
+ "input":{"shape":"SubmitFeedbackRequest"},
316
+ "output":{"shape":"SubmitFeedbackResponse"},
317
+ "errors":[
318
+ {"shape":"InternalServerException"},
319
+ {"shape":"ValidationException"},
320
+ {"shape":"ThrottlingException"},
321
+ {"shape":"ResourceNotFoundException"}
322
+ ]
323
+ },
194
324
  "UpdateProfilingGroup":{
195
325
  "name":"UpdateProfilingGroup",
196
326
  "http":{
@@ -215,6 +345,27 @@
215
345
  "type":"string",
216
346
  "enum":["agentPermissions"]
217
347
  },
348
+ "AddNotificationChannelsRequest":{
349
+ "type":"structure",
350
+ "required":[
351
+ "channels",
352
+ "profilingGroupName"
353
+ ],
354
+ "members":{
355
+ "channels":{"shape":"Channels"},
356
+ "profilingGroupName":{
357
+ "shape":"ProfilingGroupName",
358
+ "location":"uri",
359
+ "locationName":"profilingGroupName"
360
+ }
361
+ }
362
+ },
363
+ "AddNotificationChannelsResponse":{
364
+ "type":"structure",
365
+ "members":{
366
+ "notificationConfiguration":{"shape":"NotificationConfiguration"}
367
+ }
368
+ },
218
369
  "AgentConfiguration":{
219
370
  "type":"structure",
220
371
  "required":[
@@ -222,6 +373,7 @@
222
373
  "shouldProfile"
223
374
  ],
224
375
  "members":{
376
+ "agentParameters":{"shape":"AgentParameters"},
225
377
  "periodInSeconds":{"shape":"Integer"},
226
378
  "shouldProfile":{"shape":"Boolean"}
227
379
  }
@@ -233,6 +385,21 @@
233
385
  "profilingEnabled":{"shape":"Boolean"}
234
386
  }
235
387
  },
388
+ "AgentParameterField":{
389
+ "type":"string",
390
+ "enum":[
391
+ "MaxStackDepth",
392
+ "MemoryUsageLimitPercent",
393
+ "MinimumTimeForReportingInMilliseconds",
394
+ "ReportingIntervalInMilliseconds",
395
+ "SamplingIntervalInMilliseconds"
396
+ ]
397
+ },
398
+ "AgentParameters":{
399
+ "type":"map",
400
+ "key":{"shape":"AgentParameterField"},
401
+ "value":{"shape":"String"}
402
+ },
236
403
  "AgentProfile":{"type":"blob"},
237
404
  "AggregatedProfile":{"type":"blob"},
238
405
  "AggregatedProfileTime":{
@@ -250,21 +417,141 @@
250
417
  "PT5M"
251
418
  ]
252
419
  },
420
+ "Anomalies":{
421
+ "type":"list",
422
+ "member":{"shape":"Anomaly"}
423
+ },
424
+ "Anomaly":{
425
+ "type":"structure",
426
+ "required":[
427
+ "instances",
428
+ "metric",
429
+ "reason"
430
+ ],
431
+ "members":{
432
+ "instances":{"shape":"AnomalyInstances"},
433
+ "metric":{"shape":"Metric"},
434
+ "reason":{"shape":"String"}
435
+ }
436
+ },
437
+ "AnomalyInstance":{
438
+ "type":"structure",
439
+ "required":[
440
+ "id",
441
+ "startTime"
442
+ ],
443
+ "members":{
444
+ "endTime":{"shape":"Timestamp"},
445
+ "id":{"shape":"String"},
446
+ "startTime":{"shape":"Timestamp"},
447
+ "userFeedback":{"shape":"UserFeedback"}
448
+ }
449
+ },
450
+ "AnomalyInstanceId":{
451
+ "type":"string",
452
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
453
+ },
454
+ "AnomalyInstances":{
455
+ "type":"list",
456
+ "member":{"shape":"AnomalyInstance"}
457
+ },
458
+ "BatchGetFrameMetricDataRequest":{
459
+ "type":"structure",
460
+ "required":["profilingGroupName"],
461
+ "members":{
462
+ "endTime":{
463
+ "shape":"Timestamp",
464
+ "location":"querystring",
465
+ "locationName":"endTime"
466
+ },
467
+ "frameMetrics":{"shape":"FrameMetrics"},
468
+ "period":{
469
+ "shape":"Period",
470
+ "location":"querystring",
471
+ "locationName":"period"
472
+ },
473
+ "profilingGroupName":{
474
+ "shape":"ProfilingGroupName",
475
+ "location":"uri",
476
+ "locationName":"profilingGroupName"
477
+ },
478
+ "startTime":{
479
+ "shape":"Timestamp",
480
+ "location":"querystring",
481
+ "locationName":"startTime"
482
+ },
483
+ "targetResolution":{
484
+ "shape":"AggregationPeriod",
485
+ "location":"querystring",
486
+ "locationName":"targetResolution"
487
+ }
488
+ }
489
+ },
490
+ "BatchGetFrameMetricDataResponse":{
491
+ "type":"structure",
492
+ "required":[
493
+ "endTime",
494
+ "endTimes",
495
+ "frameMetricData",
496
+ "resolution",
497
+ "startTime",
498
+ "unprocessedEndTimes"
499
+ ],
500
+ "members":{
501
+ "endTime":{"shape":"Timestamp"},
502
+ "endTimes":{"shape":"ListOfTimestamps"},
503
+ "frameMetricData":{"shape":"FrameMetricData"},
504
+ "resolution":{"shape":"AggregationPeriod"},
505
+ "startTime":{"shape":"Timestamp"},
506
+ "unprocessedEndTimes":{"shape":"UnprocessedEndTimeMap"}
507
+ }
508
+ },
253
509
  "Boolean":{
254
510
  "type":"boolean",
255
511
  "box":true
256
512
  },
513
+ "Channel":{
514
+ "type":"structure",
515
+ "required":[
516
+ "eventPublishers",
517
+ "uri"
518
+ ],
519
+ "members":{
520
+ "eventPublishers":{"shape":"EventPublishers"},
521
+ "id":{"shape":"ChannelId"},
522
+ "uri":{"shape":"ChannelUri"}
523
+ }
524
+ },
525
+ "ChannelId":{
526
+ "type":"string",
527
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
528
+ },
529
+ "ChannelUri":{"type":"string"},
530
+ "Channels":{
531
+ "type":"list",
532
+ "member":{"shape":"Channel"},
533
+ "max":2,
534
+ "min":1
535
+ },
257
536
  "ClientToken":{
258
537
  "type":"string",
259
538
  "max":64,
260
539
  "min":1,
261
540
  "pattern":"^[\\w-]+$"
262
541
  },
542
+ "ComputePlatform":{
543
+ "type":"string",
544
+ "enum":[
545
+ "AWSLambda",
546
+ "Default"
547
+ ]
548
+ },
263
549
  "ConfigureAgentRequest":{
264
550
  "type":"structure",
265
551
  "required":["profilingGroupName"],
266
552
  "members":{
267
553
  "fleetInstanceId":{"shape":"FleetInstanceId"},
554
+ "metadata":{"shape":"Metadata"},
268
555
  "profilingGroupName":{
269
556
  "shape":"ProfilingGroupName",
270
557
  "location":"uri",
@@ -306,6 +593,7 @@
306
593
  "location":"querystring",
307
594
  "locationName":"clientToken"
308
595
  },
596
+ "computePlatform":{"shape":"ComputePlatform"},
309
597
  "profilingGroupName":{"shape":"ProfilingGroupName"}
310
598
  }
311
599
  },
@@ -352,12 +640,133 @@
352
640
  },
353
641
  "payload":"profilingGroup"
354
642
  },
643
+ "Double":{
644
+ "type":"double",
645
+ "box":true
646
+ },
647
+ "EventPublisher":{
648
+ "type":"string",
649
+ "enum":["AnomalyDetection"]
650
+ },
651
+ "EventPublishers":{
652
+ "type":"list",
653
+ "member":{"shape":"EventPublisher"},
654
+ "max":1,
655
+ "min":1
656
+ },
657
+ "FeedbackType":{
658
+ "type":"string",
659
+ "enum":[
660
+ "Negative",
661
+ "Positive"
662
+ ]
663
+ },
664
+ "FindingsReportId":{
665
+ "type":"string",
666
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
667
+ },
668
+ "FindingsReportSummaries":{
669
+ "type":"list",
670
+ "member":{"shape":"FindingsReportSummary"}
671
+ },
672
+ "FindingsReportSummary":{
673
+ "type":"structure",
674
+ "members":{
675
+ "id":{"shape":"FindingsReportId"},
676
+ "profileEndTime":{"shape":"Timestamp"},
677
+ "profileStartTime":{"shape":"Timestamp"},
678
+ "profilingGroupName":{"shape":"String"},
679
+ "totalNumberOfFindings":{"shape":"Integer"}
680
+ }
681
+ },
355
682
  "FleetInstanceId":{
356
683
  "type":"string",
357
684
  "max":255,
358
685
  "min":1,
359
686
  "pattern":"^[\\w-.:/]+$"
360
687
  },
688
+ "FrameMetric":{
689
+ "type":"structure",
690
+ "required":[
691
+ "frameName",
692
+ "threadStates",
693
+ "type"
694
+ ],
695
+ "members":{
696
+ "frameName":{"shape":"String"},
697
+ "threadStates":{"shape":"ThreadStates"},
698
+ "type":{"shape":"MetricType"}
699
+ }
700
+ },
701
+ "FrameMetricData":{
702
+ "type":"list",
703
+ "member":{"shape":"FrameMetricDatum"}
704
+ },
705
+ "FrameMetricDatum":{
706
+ "type":"structure",
707
+ "required":[
708
+ "frameMetric",
709
+ "values"
710
+ ],
711
+ "members":{
712
+ "frameMetric":{"shape":"FrameMetric"},
713
+ "values":{"shape":"FrameMetricValues"}
714
+ }
715
+ },
716
+ "FrameMetricValues":{
717
+ "type":"list",
718
+ "member":{"shape":"Double"}
719
+ },
720
+ "FrameMetrics":{
721
+ "type":"list",
722
+ "member":{"shape":"FrameMetric"}
723
+ },
724
+ "GetFindingsReportAccountSummaryRequest":{
725
+ "type":"structure",
726
+ "members":{
727
+ "dailyReportsOnly":{
728
+ "shape":"Boolean",
729
+ "location":"querystring",
730
+ "locationName":"dailyReportsOnly"
731
+ },
732
+ "maxResults":{
733
+ "shape":"MaxResults",
734
+ "location":"querystring",
735
+ "locationName":"maxResults"
736
+ },
737
+ "nextToken":{
738
+ "shape":"PaginationToken",
739
+ "location":"querystring",
740
+ "locationName":"nextToken"
741
+ }
742
+ }
743
+ },
744
+ "GetFindingsReportAccountSummaryResponse":{
745
+ "type":"structure",
746
+ "required":["reportSummaries"],
747
+ "members":{
748
+ "nextToken":{"shape":"PaginationToken"},
749
+ "reportSummaries":{"shape":"FindingsReportSummaries"}
750
+ }
751
+ },
752
+ "GetNotificationConfigurationRequest":{
753
+ "type":"structure",
754
+ "required":["profilingGroupName"],
755
+ "members":{
756
+ "profilingGroupName":{
757
+ "shape":"ProfilingGroupName",
758
+ "location":"uri",
759
+ "locationName":"profilingGroupName"
760
+ }
761
+ }
762
+ },
763
+ "GetNotificationConfigurationResponse":{
764
+ "type":"structure",
765
+ "required":["notificationConfiguration"],
766
+ "members":{
767
+ "notificationConfiguration":{"shape":"NotificationConfiguration"}
768
+ }
769
+ },
361
770
  "GetPolicyRequest":{
362
771
  "type":"structure",
363
772
  "required":["profilingGroupName"],
@@ -437,6 +846,53 @@
437
846
  },
438
847
  "payload":"profile"
439
848
  },
849
+ "GetRecommendationsRequest":{
850
+ "type":"structure",
851
+ "required":[
852
+ "endTime",
853
+ "profilingGroupName",
854
+ "startTime"
855
+ ],
856
+ "members":{
857
+ "endTime":{
858
+ "shape":"Timestamp",
859
+ "location":"querystring",
860
+ "locationName":"endTime"
861
+ },
862
+ "locale":{
863
+ "shape":"Locale",
864
+ "location":"querystring",
865
+ "locationName":"locale"
866
+ },
867
+ "profilingGroupName":{
868
+ "shape":"ProfilingGroupName",
869
+ "location":"uri",
870
+ "locationName":"profilingGroupName"
871
+ },
872
+ "startTime":{
873
+ "shape":"Timestamp",
874
+ "location":"querystring",
875
+ "locationName":"startTime"
876
+ }
877
+ }
878
+ },
879
+ "GetRecommendationsResponse":{
880
+ "type":"structure",
881
+ "required":[
882
+ "anomalies",
883
+ "profileEndTime",
884
+ "profileStartTime",
885
+ "profilingGroupName",
886
+ "recommendations"
887
+ ],
888
+ "members":{
889
+ "anomalies":{"shape":"Anomalies"},
890
+ "profileEndTime":{"shape":"Timestamp"},
891
+ "profileStartTime":{"shape":"Timestamp"},
892
+ "profilingGroupName":{"shape":"ProfilingGroupName"},
893
+ "recommendations":{"shape":"Recommendations"}
894
+ }
895
+ },
440
896
  "Integer":{
441
897
  "type":"integer",
442
898
  "box":true
@@ -451,6 +907,58 @@
451
907
  "exception":true,
452
908
  "fault":true
453
909
  },
910
+ "ListFindingsReportsRequest":{
911
+ "type":"structure",
912
+ "required":[
913
+ "endTime",
914
+ "profilingGroupName",
915
+ "startTime"
916
+ ],
917
+ "members":{
918
+ "dailyReportsOnly":{
919
+ "shape":"Boolean",
920
+ "location":"querystring",
921
+ "locationName":"dailyReportsOnly"
922
+ },
923
+ "endTime":{
924
+ "shape":"Timestamp",
925
+ "location":"querystring",
926
+ "locationName":"endTime"
927
+ },
928
+ "maxResults":{
929
+ "shape":"MaxResults",
930
+ "location":"querystring",
931
+ "locationName":"maxResults"
932
+ },
933
+ "nextToken":{
934
+ "shape":"PaginationToken",
935
+ "location":"querystring",
936
+ "locationName":"nextToken"
937
+ },
938
+ "profilingGroupName":{
939
+ "shape":"ProfilingGroupName",
940
+ "location":"uri",
941
+ "locationName":"profilingGroupName"
942
+ },
943
+ "startTime":{
944
+ "shape":"Timestamp",
945
+ "location":"querystring",
946
+ "locationName":"startTime"
947
+ }
948
+ }
949
+ },
950
+ "ListFindingsReportsResponse":{
951
+ "type":"structure",
952
+ "required":["findingsReportSummaries"],
953
+ "members":{
954
+ "findingsReportSummaries":{"shape":"FindingsReportSummaries"},
955
+ "nextToken":{"shape":"PaginationToken"}
956
+ }
957
+ },
958
+ "ListOfTimestamps":{
959
+ "type":"list",
960
+ "member":{"shape":"TimestampStructure"}
961
+ },
454
962
  "ListProfileTimesRequest":{
455
963
  "type":"structure",
456
964
  "required":[
@@ -534,6 +1042,19 @@
534
1042
  "profilingGroups":{"shape":"ProfilingGroupDescriptions"}
535
1043
  }
536
1044
  },
1045
+ "Locale":{"type":"string"},
1046
+ "Match":{
1047
+ "type":"structure",
1048
+ "members":{
1049
+ "frameAddress":{"shape":"String"},
1050
+ "targetFramesIndex":{"shape":"Integer"},
1051
+ "thresholdBreachValue":{"shape":"Double"}
1052
+ }
1053
+ },
1054
+ "Matches":{
1055
+ "type":"list",
1056
+ "member":{"shape":"Match"}
1057
+ },
537
1058
  "MaxDepth":{
538
1059
  "type":"integer",
539
1060
  "box":true,
@@ -546,6 +1067,48 @@
546
1067
  "max":1000,
547
1068
  "min":1
548
1069
  },
1070
+ "Metadata":{
1071
+ "type":"map",
1072
+ "key":{"shape":"MetadataField"},
1073
+ "value":{"shape":"String"}
1074
+ },
1075
+ "MetadataField":{
1076
+ "type":"string",
1077
+ "enum":[
1078
+ "AgentId",
1079
+ "AwsRequestId",
1080
+ "ComputePlatform",
1081
+ "ExecutionEnvironment",
1082
+ "LambdaFunctionArn",
1083
+ "LambdaMemoryLimitInMB",
1084
+ "LambdaPreviousExecutionTimeInMilliseconds",
1085
+ "LambdaRemainingTimeInMilliseconds",
1086
+ "LambdaTimeGapBetweenInvokesInMilliseconds"
1087
+ ]
1088
+ },
1089
+ "Metric":{
1090
+ "type":"structure",
1091
+ "required":[
1092
+ "frameName",
1093
+ "threadStates",
1094
+ "type"
1095
+ ],
1096
+ "members":{
1097
+ "frameName":{"shape":"String"},
1098
+ "threadStates":{"shape":"Strings"},
1099
+ "type":{"shape":"MetricType"}
1100
+ }
1101
+ },
1102
+ "MetricType":{
1103
+ "type":"string",
1104
+ "enum":["AggregatedRelativeTotalTime"]
1105
+ },
1106
+ "NotificationConfiguration":{
1107
+ "type":"structure",
1108
+ "members":{
1109
+ "channels":{"shape":"Channels"}
1110
+ }
1111
+ },
549
1112
  "OrderBy":{
550
1113
  "type":"string",
551
1114
  "enum":[
@@ -559,6 +1122,23 @@
559
1122
  "min":1,
560
1123
  "pattern":"^[\\w-]+$"
561
1124
  },
1125
+ "Pattern":{
1126
+ "type":"structure",
1127
+ "members":{
1128
+ "countersToAggregate":{"shape":"Strings"},
1129
+ "description":{"shape":"String"},
1130
+ "id":{"shape":"String"},
1131
+ "name":{"shape":"String"},
1132
+ "resolutionSteps":{"shape":"String"},
1133
+ "targetFrames":{"shape":"TargetFrames"},
1134
+ "thresholdPercent":{"shape":"Percentage"}
1135
+ }
1136
+ },
1137
+ "Percentage":{
1138
+ "type":"double",
1139
+ "max":100,
1140
+ "min":0
1141
+ },
562
1142
  "Period":{
563
1143
  "type":"string",
564
1144
  "max":64,
@@ -620,6 +1200,7 @@
620
1200
  "members":{
621
1201
  "agentOrchestrationConfig":{"shape":"AgentOrchestrationConfig"},
622
1202
  "arn":{"shape":"ProfilingGroupArn"},
1203
+ "computePlatform":{"shape":"ComputePlatform"},
623
1204
  "createdAt":{"shape":"Timestamp"},
624
1205
  "name":{"shape":"ProfilingGroupName"},
625
1206
  "profilingStatus":{"shape":"ProfilingStatus"},
@@ -681,6 +1262,54 @@
681
1262
  "revisionId":{"shape":"RevisionId"}
682
1263
  }
683
1264
  },
1265
+ "Recommendation":{
1266
+ "type":"structure",
1267
+ "required":[
1268
+ "allMatchesCount",
1269
+ "allMatchesSum",
1270
+ "endTime",
1271
+ "pattern",
1272
+ "startTime",
1273
+ "topMatches"
1274
+ ],
1275
+ "members":{
1276
+ "allMatchesCount":{"shape":"Integer"},
1277
+ "allMatchesSum":{"shape":"Double"},
1278
+ "endTime":{"shape":"Timestamp"},
1279
+ "pattern":{"shape":"Pattern"},
1280
+ "startTime":{"shape":"Timestamp"},
1281
+ "topMatches":{"shape":"Matches"}
1282
+ }
1283
+ },
1284
+ "Recommendations":{
1285
+ "type":"list",
1286
+ "member":{"shape":"Recommendation"}
1287
+ },
1288
+ "RemoveNotificationChannelRequest":{
1289
+ "type":"structure",
1290
+ "required":[
1291
+ "channelId",
1292
+ "profilingGroupName"
1293
+ ],
1294
+ "members":{
1295
+ "channelId":{
1296
+ "shape":"ChannelId",
1297
+ "location":"uri",
1298
+ "locationName":"channelId"
1299
+ },
1300
+ "profilingGroupName":{
1301
+ "shape":"ProfilingGroupName",
1302
+ "location":"uri",
1303
+ "locationName":"profilingGroupName"
1304
+ }
1305
+ }
1306
+ },
1307
+ "RemoveNotificationChannelResponse":{
1308
+ "type":"structure",
1309
+ "members":{
1310
+ "notificationConfiguration":{"shape":"NotificationConfiguration"}
1311
+ }
1312
+ },
684
1313
  "RemovePermissionRequest":{
685
1314
  "type":"structure",
686
1315
  "required":[
@@ -746,6 +1375,49 @@
746
1375
  "exception":true
747
1376
  },
748
1377
  "String":{"type":"string"},
1378
+ "Strings":{
1379
+ "type":"list",
1380
+ "member":{"shape":"String"}
1381
+ },
1382
+ "SubmitFeedbackRequest":{
1383
+ "type":"structure",
1384
+ "required":[
1385
+ "anomalyInstanceId",
1386
+ "profilingGroupName",
1387
+ "type"
1388
+ ],
1389
+ "members":{
1390
+ "anomalyInstanceId":{
1391
+ "shape":"AnomalyInstanceId",
1392
+ "location":"uri",
1393
+ "locationName":"anomalyInstanceId"
1394
+ },
1395
+ "comment":{"shape":"String"},
1396
+ "profilingGroupName":{
1397
+ "shape":"ProfilingGroupName",
1398
+ "location":"uri",
1399
+ "locationName":"profilingGroupName"
1400
+ },
1401
+ "type":{"shape":"FeedbackType"}
1402
+ }
1403
+ },
1404
+ "SubmitFeedbackResponse":{
1405
+ "type":"structure",
1406
+ "members":{
1407
+ }
1408
+ },
1409
+ "TargetFrame":{
1410
+ "type":"list",
1411
+ "member":{"shape":"String"}
1412
+ },
1413
+ "TargetFrames":{
1414
+ "type":"list",
1415
+ "member":{"shape":"TargetFrame"}
1416
+ },
1417
+ "ThreadStates":{
1418
+ "type":"list",
1419
+ "member":{"shape":"String"}
1420
+ },
749
1421
  "ThrottlingException":{
750
1422
  "type":"structure",
751
1423
  "required":["message"],
@@ -762,6 +1434,18 @@
762
1434
  "type":"timestamp",
763
1435
  "timestampFormat":"iso8601"
764
1436
  },
1437
+ "TimestampStructure":{
1438
+ "type":"structure",
1439
+ "required":["value"],
1440
+ "members":{
1441
+ "value":{"shape":"Timestamp"}
1442
+ }
1443
+ },
1444
+ "UnprocessedEndTimeMap":{
1445
+ "type":"map",
1446
+ "key":{"shape":"String"},
1447
+ "value":{"shape":"ListOfTimestamps"}
1448
+ },
765
1449
  "UpdateProfilingGroupRequest":{
766
1450
  "type":"structure",
767
1451
  "required":[
@@ -785,6 +1469,13 @@
785
1469
  },
786
1470
  "payload":"profilingGroup"
787
1471
  },
1472
+ "UserFeedback":{
1473
+ "type":"structure",
1474
+ "required":["type"],
1475
+ "members":{
1476
+ "type":{"shape":"FeedbackType"}
1477
+ }
1478
+ },
788
1479
  "ValidationException":{
789
1480
  "type":"structure",
790
1481
  "required":["message"],