aws-sdk-core 2.11.537 → 2.11.538

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b69021b224a8b4ac9f8a36626988ff540c4e4db97876691e8ecddabdefd99f6
4
- data.tar.gz: b2a55ca87c49de653ea06d5ba9bfdfe93d81a0ba2aca29fb1468a94df2409afd
3
+ metadata.gz: df9c80f59728c3b28c6bbefc197be46460f95c3e6f84572c4ecd22a836dd8e89
4
+ data.tar.gz: 00eb81d3eb94afb761e9f0a8521166a65853d287461720c85a193d850734c8f2
5
5
  SHA512:
6
- metadata.gz: 153aa8c7ad923b53165695652078950217cf77ff41bf96f0ad57ad7e15775ee8803f5a79fe6c19a0a1f53dc0304872efd0effb16037811a1e97485c32b5cd154
7
- data.tar.gz: db8670537ba26d261e22a6c8c21a0824c3a88eecb642f349c4abd3b7e5200d4728fb1b46f724dd20a3ab8a6ae2a65d5d044bdb7840674d91003ccd3baa0a5509
6
+ metadata.gz: 1fd826cbe15c2187938c7990a7e88dca425f3494286807a8ee7088008c0a781a637f711e1ed94090afd289866da8b6d62c4675c72540828d95a6bfd96682d0ab
7
+ data.tar.gz: 617a1b00380317b98052645457cc89472fe86735895454d50b66d1646985fba8a847cc350b227d8d593f593a0b9ffa94123d9aea71c22e4ce72e8c47e7a6efcc
@@ -58,6 +58,25 @@
58
58
  "title": "To attach a load balancer to an Auto Scaling group"
59
59
  }
60
60
  ],
61
+ "CancelInstanceRefresh": [
62
+ {
63
+ "input": {
64
+ "AutoScalingGroupName": "my-auto-scaling-group"
65
+ },
66
+ "output": {
67
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
68
+ },
69
+ "comments": {
70
+ "input": {
71
+ },
72
+ "output": {
73
+ }
74
+ },
75
+ "description": "This example cancels an instance refresh operation in progress.",
76
+ "id": "to-cancel-an-instance-refresh-1592960979817",
77
+ "title": "To cancel an instance refresh"
78
+ }
79
+ ],
61
80
  "CompleteLifecycleAction": [
62
81
  {
63
82
  "input": {
@@ -81,10 +100,14 @@
81
100
  {
82
101
  "input": {
83
102
  "AutoScalingGroupName": "my-auto-scaling-group",
84
- "LaunchConfigurationName": "my-launch-config",
103
+ "LaunchTemplate": {
104
+ "LaunchTemplateId": "lt-0a20c965061f64abc",
105
+ "Version": "$Latest"
106
+ },
107
+ "MaxInstanceLifetime": 2592000,
85
108
  "MaxSize": 3,
86
109
  "MinSize": 1,
87
- "VPCZoneIdentifier": "subnet-4176792c"
110
+ "VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE"
88
111
  },
89
112
  "comments": {
90
113
  "input": {
@@ -99,17 +122,15 @@
99
122
  {
100
123
  "input": {
101
124
  "AutoScalingGroupName": "my-auto-scaling-group",
102
- "AvailabilityZones": [
103
- "us-west-2c"
104
- ],
105
125
  "HealthCheckGracePeriod": 120,
106
126
  "HealthCheckType": "ELB",
107
127
  "LaunchConfigurationName": "my-launch-config",
108
- "LoadBalancerNames": [
109
- "my-load-balancer"
110
- ],
111
128
  "MaxSize": 3,
112
- "MinSize": 1
129
+ "MinSize": 1,
130
+ "TargetGroupARNs": [
131
+ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
132
+ ],
133
+ "VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE, subnet-610acd08EXAMPLE"
113
134
  },
114
135
  "comments": {
115
136
  "input": {
@@ -117,22 +138,24 @@
117
138
  "output": {
118
139
  }
119
140
  },
120
- "description": "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.",
141
+ "description": "This example creates an Auto Scaling group and attaches the specified target group.",
121
142
  "id": "autoscaling-create-auto-scaling-group-2",
122
- "title": "To create an Auto Scaling group with an attached load balancer"
143
+ "title": "To create an Auto Scaling group with an attached target group"
123
144
  },
124
145
  {
125
146
  "input": {
126
147
  "AutoScalingGroupName": "my-auto-scaling-group",
148
+ "AvailabilityZones": [
149
+ "us-west-2c"
150
+ ],
127
151
  "HealthCheckGracePeriod": 120,
128
152
  "HealthCheckType": "ELB",
129
153
  "LaunchConfigurationName": "my-launch-config",
130
- "MaxSize": 3,
131
- "MinSize": 1,
132
- "TargetGroupARNs": [
133
- "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
154
+ "LoadBalancerNames": [
155
+ "my-load-balancer"
134
156
  ],
135
- "VPCZoneIdentifier": "subnet-4176792c, subnet-65ea5f08"
157
+ "MaxSize": 3,
158
+ "MinSize": 1
136
159
  },
137
160
  "comments": {
138
161
  "input": {
@@ -140,9 +163,9 @@
140
163
  "output": {
141
164
  }
142
165
  },
143
- "description": "This example creates an Auto Scaling group and attaches the specified target group.",
166
+ "description": "This example creates an Auto Scaling group and attaches the specified Classic Load Balancer.",
144
167
  "id": "autoscaling-create-auto-scaling-group-3",
145
- "title": "To create an Auto Scaling group with an attached target group"
168
+ "title": "To create an Auto Scaling group with an attached load balancer"
146
169
  }
147
170
  ],
148
171
  "CreateLaunchConfiguration": [
@@ -283,7 +306,7 @@
283
306
  {
284
307
  "input": {
285
308
  "AutoScalingGroupName": "my-auto-scaling-group",
286
- "PolicyName": "ScaleIn"
309
+ "PolicyName": "my-step-scale-out-policy"
287
310
  },
288
311
  "comments": {
289
312
  "input": {
@@ -378,7 +401,7 @@
378
401
  },
379
402
  "description": "This example describes the available adjustment types.",
380
403
  "id": "autoscaling-describe-adjustment-types-1",
381
- "title": "To describe the Auto Scaling adjustment types"
404
+ "title": "To describe the Amazon EC2 Auto Scaling adjustment types"
382
405
  }
383
406
  ],
384
407
  "DescribeAutoScalingGroups": [
@@ -498,6 +521,43 @@
498
521
  "title": "To describe the Auto Scaling notification types"
499
522
  }
500
523
  ],
524
+ "DescribeInstanceRefreshes": [
525
+ {
526
+ "input": {
527
+ "AutoScalingGroupName": "my-auto-scaling-group"
528
+ },
529
+ "output": {
530
+ "InstanceRefreshes": [
531
+ {
532
+ "AutoScalingGroupName": "my-auto-scaling-group",
533
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b",
534
+ "InstancesToUpdate": 5,
535
+ "PercentageComplete": 0,
536
+ "StartTime": "2020-06-02T18:11:27Z",
537
+ "Status": "InProgress"
538
+ },
539
+ {
540
+ "AutoScalingGroupName": "my-auto-scaling-group",
541
+ "EndTime": "2020-06-02T16:53:37Z",
542
+ "InstanceRefreshId": "dd7728d0-5bc4-4575-96a3-1b2c52bf8bb1",
543
+ "InstancesToUpdate": 0,
544
+ "PercentageComplete": 100,
545
+ "StartTime": "2020-06-02T16:43:19Z",
546
+ "Status": "Successful"
547
+ }
548
+ ]
549
+ },
550
+ "comments": {
551
+ "input": {
552
+ },
553
+ "output": {
554
+ }
555
+ },
556
+ "description": "This example describes the instance refreshes for the specified Auto Scaling group.",
557
+ "id": "to-list-instance-refreshes-1592959593746",
558
+ "title": "To list instance refreshes"
559
+ }
560
+ ],
501
561
  "DescribeLaunchConfigurations": [
502
562
  {
503
563
  "input": {
@@ -752,7 +812,7 @@
752
812
  },
753
813
  "description": "This example describes the policies for the specified Auto Scaling group.",
754
814
  "id": "autoscaling-describe-policies-1",
755
- "title": "To describe Auto Scaling policies"
815
+ "title": "To describe scaling policies"
756
816
  }
757
817
  ],
758
818
  "DescribeScalingActivities": [
@@ -1067,8 +1127,9 @@
1067
1127
  {
1068
1128
  "input": {
1069
1129
  "AutoScalingGroupName": "my-auto-scaling-group",
1070
- "HonorCooldown": true,
1071
- "PolicyName": "ScaleIn"
1130
+ "BreachThreshold": 50.0,
1131
+ "MetricValue": 59.0,
1132
+ "PolicyName": "my-step-scale-out-policy"
1072
1133
  },
1073
1134
  "comments": {
1074
1135
  "input": {
@@ -1076,9 +1137,9 @@
1076
1137
  "output": {
1077
1138
  }
1078
1139
  },
1079
- "description": "This example executes the specified Auto Scaling policy for the specified Auto Scaling group.",
1140
+ "description": "This example executes the specified policy.",
1080
1141
  "id": "autoscaling-execute-policy-1",
1081
- "title": "To execute an Auto Scaling policy"
1142
+ "title": "To execute a scaling policy"
1082
1143
  }
1083
1144
  ],
1084
1145
  "ExitStandby": [
@@ -1157,13 +1218,29 @@
1157
1218
  "PutScalingPolicy": [
1158
1219
  {
1159
1220
  "input": {
1160
- "AdjustmentType": "ChangeInCapacity",
1161
1221
  "AutoScalingGroupName": "my-auto-scaling-group",
1162
- "PolicyName": "ScaleIn",
1163
- "ScalingAdjustment": -1
1222
+ "PolicyName": "alb1000-target-tracking-scaling-policy",
1223
+ "PolicyType": "TargetTrackingScaling",
1224
+ "TargetTrackingConfiguration": {
1225
+ "PredefinedMetricSpecification": {
1226
+ "PredefinedMetricType": "ALBRequestCountPerTarget",
1227
+ "ResourceLabel": "app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d"
1228
+ },
1229
+ "TargetValue": 1000.0
1230
+ }
1164
1231
  },
1165
1232
  "output": {
1166
- "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:2233f3d7-6290-403b-b632-93c553560106:autoScalingGroupName/my-auto-scaling-group:policyName/ScaleIn"
1233
+ "Alarms": [
1234
+ {
1235
+ "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e",
1236
+ "AlarmName": "TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e"
1237
+ },
1238
+ {
1239
+ "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2",
1240
+ "AlarmName": "TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2"
1241
+ }
1242
+ ],
1243
+ "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:228f02c2-c665-4bfd-aaac-8b04080bea3c:autoScalingGroupName/my-auto-scaling-group:policyName/alb1000-target-tracking-scaling-policy"
1167
1244
  },
1168
1245
  "comments": {
1169
1246
  "input": {
@@ -1308,6 +1385,29 @@
1308
1385
  "title": "To disable instance protection for an instance"
1309
1386
  }
1310
1387
  ],
1388
+ "StartInstanceRefresh": [
1389
+ {
1390
+ "input": {
1391
+ "AutoScalingGroupName": "my-auto-scaling-group",
1392
+ "Preferences": {
1393
+ "InstanceWarmup": 400,
1394
+ "MinHealthyPercentage": 50
1395
+ }
1396
+ },
1397
+ "output": {
1398
+ "InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b"
1399
+ },
1400
+ "comments": {
1401
+ "input": {
1402
+ },
1403
+ "output": {
1404
+ }
1405
+ },
1406
+ "description": "This example starts an instance refresh for the specified Auto Scaling group.",
1407
+ "id": "to-start-an-instance-refresh-1592957271522",
1408
+ "title": "To start an instance refresh"
1409
+ }
1410
+ ],
1311
1411
  "SuspendProcesses": [
1312
1412
  {
1313
1413
  "input": {
@@ -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"],