aws-sdk-core 2.6.30 → 2.6.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +503 -4
- data/apis/appstream/2016-12-01/api-2.json +820 -0
- data/apis/appstream/2016-12-01/examples-1.json +5 -0
- data/apis/appstream/2016-12-01/waiters-2.json +55 -0
- data/apis/codebuild/2016-10-06/api-2.json +702 -0
- data/apis/codebuild/2016-10-06/examples-1.json +5 -0
- data/apis/directconnect/2012-10-25/api-2.json +112 -9
- data/apis/ec2/2016-11-15/api-2.json +15025 -0
- data/apis/ec2/2016-11-15/examples-1.json +3740 -0
- data/apis/ec2/2016-11-15/paginators-1.json +138 -0
- data/apis/ec2/2016-11-15/resources-1.json +2582 -0
- data/apis/ec2/2016-11-15/waiters-2.json +593 -0
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
- data/apis/health/2016-08-04/api-2.json +547 -0
- data/apis/health/2016-08-04/examples-1.json +5 -0
- data/apis/health/2016-08-04/paginators-1.json +31 -0
- data/apis/lambda/2015-03-31/api-2.json +81 -11
- data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
- data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
- data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
- data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
- data/apis/shield/2016-06-02/api-2.json +494 -0
- data/apis/shield/2016-06-02/examples-1.json +5 -0
- data/apis/ssm/2014-11-06/api-2.json +2671 -117
- data/apis/states/2016-11-23/api-2.json +1021 -0
- data/apis/states/2016-11-23/examples-1.json +5 -0
- data/apis/states/2016-11-23/paginators-1.json +28 -0
- data/apis/xray/2016-04-12/api-2.json +491 -0
- data/apis/xray/2016-04-12/examples-1.json +5 -0
- data/endpoints.json +82 -0
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/appstream.rb +6 -0
- data/lib/aws-sdk-core/codebuild.rb +5 -0
- data/lib/aws-sdk-core/ec2.rb +6 -6
- data/lib/aws-sdk-core/health.rb +6 -0
- data/lib/aws-sdk-core/opsworkscm.rb +5 -0
- data/lib/aws-sdk-core/pinpoint.rb +5 -0
- data/lib/aws-sdk-core/shield.rb +5 -0
- data/lib/aws-sdk-core/states.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xray.rb +5 -0
- data/service-models.json +33 -1
- metadata +34 -2
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"GetExecutionHistory": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "events"
|
8
|
+
},
|
9
|
+
"ListActivities": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "activities"
|
14
|
+
},
|
15
|
+
"ListExecutions": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "executions"
|
20
|
+
},
|
21
|
+
"ListStateMachines": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "stateMachines"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,491 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2016-04-12",
|
5
|
+
"endpointPrefix":"xray",
|
6
|
+
"protocol":"rest-json",
|
7
|
+
"serviceFullName":"AWS X-Ray",
|
8
|
+
"signatureVersion":"v4",
|
9
|
+
"uid":"xray-2016-04-12"
|
10
|
+
},
|
11
|
+
"operations":{
|
12
|
+
"BatchGetTraces":{
|
13
|
+
"name":"BatchGetTraces",
|
14
|
+
"http":{
|
15
|
+
"method":"POST",
|
16
|
+
"requestUri":"/Traces"
|
17
|
+
},
|
18
|
+
"input":{"shape":"BatchGetTracesRequest"},
|
19
|
+
"output":{"shape":"BatchGetTracesResult"},
|
20
|
+
"errors":[
|
21
|
+
{"shape":"InvalidRequestException"},
|
22
|
+
{"shape":"ThrottledException"}
|
23
|
+
]
|
24
|
+
},
|
25
|
+
"GetServiceGraph":{
|
26
|
+
"name":"GetServiceGraph",
|
27
|
+
"http":{
|
28
|
+
"method":"POST",
|
29
|
+
"requestUri":"/ServiceGraph"
|
30
|
+
},
|
31
|
+
"input":{"shape":"GetServiceGraphRequest"},
|
32
|
+
"output":{"shape":"GetServiceGraphResult"},
|
33
|
+
"errors":[
|
34
|
+
{"shape":"InvalidRequestException"},
|
35
|
+
{"shape":"ThrottledException"}
|
36
|
+
]
|
37
|
+
},
|
38
|
+
"GetTraceGraph":{
|
39
|
+
"name":"GetTraceGraph",
|
40
|
+
"http":{
|
41
|
+
"method":"POST",
|
42
|
+
"requestUri":"/TraceGraph"
|
43
|
+
},
|
44
|
+
"input":{"shape":"GetTraceGraphRequest"},
|
45
|
+
"output":{"shape":"GetTraceGraphResult"},
|
46
|
+
"errors":[
|
47
|
+
{"shape":"InvalidRequestException"},
|
48
|
+
{"shape":"ThrottledException"}
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"GetTraceSummaries":{
|
52
|
+
"name":"GetTraceSummaries",
|
53
|
+
"http":{
|
54
|
+
"method":"POST",
|
55
|
+
"requestUri":"/TraceSummaries"
|
56
|
+
},
|
57
|
+
"input":{"shape":"GetTraceSummariesRequest"},
|
58
|
+
"output":{"shape":"GetTraceSummariesResult"},
|
59
|
+
"errors":[
|
60
|
+
{"shape":"InvalidRequestException"},
|
61
|
+
{"shape":"ThrottledException"}
|
62
|
+
]
|
63
|
+
},
|
64
|
+
"PutTelemetryRecords":{
|
65
|
+
"name":"PutTelemetryRecords",
|
66
|
+
"http":{
|
67
|
+
"method":"POST",
|
68
|
+
"requestUri":"/TelemetryRecords"
|
69
|
+
},
|
70
|
+
"input":{"shape":"PutTelemetryRecordsRequest"},
|
71
|
+
"output":{"shape":"PutTelemetryRecordsResult"},
|
72
|
+
"errors":[
|
73
|
+
{"shape":"InvalidRequestException"},
|
74
|
+
{"shape":"ThrottledException"}
|
75
|
+
]
|
76
|
+
},
|
77
|
+
"PutTraceSegments":{
|
78
|
+
"name":"PutTraceSegments",
|
79
|
+
"http":{
|
80
|
+
"method":"POST",
|
81
|
+
"requestUri":"/TraceSegments"
|
82
|
+
},
|
83
|
+
"input":{"shape":"PutTraceSegmentsRequest"},
|
84
|
+
"output":{"shape":"PutTraceSegmentsResult"},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"InvalidRequestException"},
|
87
|
+
{"shape":"ThrottledException"}
|
88
|
+
]
|
89
|
+
}
|
90
|
+
},
|
91
|
+
"shapes":{
|
92
|
+
"Alias":{
|
93
|
+
"type":"structure",
|
94
|
+
"members":{
|
95
|
+
"Name":{"shape":"String"},
|
96
|
+
"Names":{"shape":"AliasNames"},
|
97
|
+
"Type":{"shape":"String"}
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"AliasList":{
|
101
|
+
"type":"list",
|
102
|
+
"member":{"shape":"Alias"}
|
103
|
+
},
|
104
|
+
"AliasNames":{
|
105
|
+
"type":"list",
|
106
|
+
"member":{"shape":"String"}
|
107
|
+
},
|
108
|
+
"AnnotationKey":{"type":"string"},
|
109
|
+
"AnnotationValue":{
|
110
|
+
"type":"structure",
|
111
|
+
"members":{
|
112
|
+
"NumberValue":{"shape":"NullableDouble"},
|
113
|
+
"BooleanValue":{"shape":"NullableBoolean"},
|
114
|
+
"StringValue":{"shape":"String"}
|
115
|
+
}
|
116
|
+
},
|
117
|
+
"Annotations":{
|
118
|
+
"type":"map",
|
119
|
+
"key":{"shape":"AnnotationKey"},
|
120
|
+
"value":{"shape":"ValuesWithServiceIds"}
|
121
|
+
},
|
122
|
+
"BackendConnectionErrors":{
|
123
|
+
"type":"structure",
|
124
|
+
"members":{
|
125
|
+
"TimeoutCount":{"shape":"NullableInteger"},
|
126
|
+
"ConnectionRefusedCount":{"shape":"NullableInteger"},
|
127
|
+
"HTTPCode4XXCount":{"shape":"NullableInteger"},
|
128
|
+
"HTTPCode5XXCount":{"shape":"NullableInteger"},
|
129
|
+
"UnknownHostCount":{"shape":"NullableInteger"},
|
130
|
+
"OtherCount":{"shape":"NullableInteger"}
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"BatchGetTracesRequest":{
|
134
|
+
"type":"structure",
|
135
|
+
"required":["TraceIds"],
|
136
|
+
"members":{
|
137
|
+
"TraceIds":{"shape":"TraceIdList"},
|
138
|
+
"NextToken":{"shape":"String"}
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"BatchGetTracesResult":{
|
142
|
+
"type":"structure",
|
143
|
+
"members":{
|
144
|
+
"Traces":{"shape":"TraceList"},
|
145
|
+
"UnprocessedTraceIds":{"shape":"UnprocessedTraceIdList"},
|
146
|
+
"NextToken":{"shape":"String"}
|
147
|
+
}
|
148
|
+
},
|
149
|
+
"Double":{"type":"double"},
|
150
|
+
"Edge":{
|
151
|
+
"type":"structure",
|
152
|
+
"members":{
|
153
|
+
"ReferenceId":{"shape":"NullableInteger"},
|
154
|
+
"StartTime":{"shape":"Timestamp"},
|
155
|
+
"EndTime":{"shape":"Timestamp"},
|
156
|
+
"SummaryStatistics":{"shape":"EdgeStatistics"},
|
157
|
+
"ResponseTimeHistogram":{"shape":"Histogram"},
|
158
|
+
"Aliases":{"shape":"AliasList"}
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"EdgeList":{
|
162
|
+
"type":"list",
|
163
|
+
"member":{"shape":"Edge"}
|
164
|
+
},
|
165
|
+
"EdgeStatistics":{
|
166
|
+
"type":"structure",
|
167
|
+
"members":{
|
168
|
+
"OkCount":{"shape":"NullableLong"},
|
169
|
+
"ErrorStatistics":{"shape":"ErrorStatistics"},
|
170
|
+
"FaultStatistics":{"shape":"FaultStatistics"},
|
171
|
+
"TotalCount":{"shape":"NullableLong"},
|
172
|
+
"TotalResponseTime":{"shape":"NullableDouble"}
|
173
|
+
}
|
174
|
+
},
|
175
|
+
"ErrorStatistics":{
|
176
|
+
"type":"structure",
|
177
|
+
"members":{
|
178
|
+
"ThrottleCount":{"shape":"NullableLong"},
|
179
|
+
"OtherCount":{"shape":"NullableLong"},
|
180
|
+
"TotalCount":{"shape":"NullableLong"}
|
181
|
+
}
|
182
|
+
},
|
183
|
+
"FaultStatistics":{
|
184
|
+
"type":"structure",
|
185
|
+
"members":{
|
186
|
+
"OtherCount":{"shape":"NullableLong"},
|
187
|
+
"TotalCount":{"shape":"NullableLong"}
|
188
|
+
}
|
189
|
+
},
|
190
|
+
"FilterExpression":{
|
191
|
+
"type":"string",
|
192
|
+
"max":2000,
|
193
|
+
"min":0
|
194
|
+
},
|
195
|
+
"GetServiceGraphRequest":{
|
196
|
+
"type":"structure",
|
197
|
+
"required":[
|
198
|
+
"StartTime",
|
199
|
+
"EndTime"
|
200
|
+
],
|
201
|
+
"members":{
|
202
|
+
"StartTime":{"shape":"Timestamp"},
|
203
|
+
"EndTime":{"shape":"Timestamp"},
|
204
|
+
"NextToken":{"shape":"String"}
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"GetServiceGraphResult":{
|
208
|
+
"type":"structure",
|
209
|
+
"members":{
|
210
|
+
"StartTime":{"shape":"Timestamp"},
|
211
|
+
"EndTime":{"shape":"Timestamp"},
|
212
|
+
"Services":{"shape":"ServiceList"},
|
213
|
+
"NextToken":{"shape":"String"}
|
214
|
+
}
|
215
|
+
},
|
216
|
+
"GetTraceGraphRequest":{
|
217
|
+
"type":"structure",
|
218
|
+
"required":["TraceIds"],
|
219
|
+
"members":{
|
220
|
+
"TraceIds":{"shape":"TraceIdList"},
|
221
|
+
"NextToken":{"shape":"String"}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"GetTraceGraphResult":{
|
225
|
+
"type":"structure",
|
226
|
+
"members":{
|
227
|
+
"Services":{"shape":"ServiceList"},
|
228
|
+
"NextToken":{"shape":"String"}
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"GetTraceSummariesRequest":{
|
232
|
+
"type":"structure",
|
233
|
+
"required":[
|
234
|
+
"StartTime",
|
235
|
+
"EndTime"
|
236
|
+
],
|
237
|
+
"members":{
|
238
|
+
"StartTime":{"shape":"Timestamp"},
|
239
|
+
"EndTime":{"shape":"Timestamp"},
|
240
|
+
"Sampling":{"shape":"NullableBoolean"},
|
241
|
+
"FilterExpression":{"shape":"FilterExpression"},
|
242
|
+
"NextToken":{"shape":"String"}
|
243
|
+
}
|
244
|
+
},
|
245
|
+
"GetTraceSummariesResult":{
|
246
|
+
"type":"structure",
|
247
|
+
"members":{
|
248
|
+
"TraceSummaries":{"shape":"TraceSummaryList"},
|
249
|
+
"ApproximateTime":{"shape":"Timestamp"},
|
250
|
+
"TracesProcessedCount":{"shape":"NullableLong"},
|
251
|
+
"NextToken":{"shape":"String"}
|
252
|
+
}
|
253
|
+
},
|
254
|
+
"Histogram":{
|
255
|
+
"type":"list",
|
256
|
+
"member":{"shape":"HistogramEntry"}
|
257
|
+
},
|
258
|
+
"HistogramEntry":{
|
259
|
+
"type":"structure",
|
260
|
+
"members":{
|
261
|
+
"Value":{"shape":"Double"},
|
262
|
+
"Count":{"shape":"Integer"}
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"Http":{
|
266
|
+
"type":"structure",
|
267
|
+
"members":{
|
268
|
+
"HttpURL":{"shape":"String"},
|
269
|
+
"HttpStatus":{"shape":"NullableInteger"},
|
270
|
+
"HttpMethod":{"shape":"String"},
|
271
|
+
"UserAgent":{"shape":"String"},
|
272
|
+
"ClientIp":{"shape":"String"}
|
273
|
+
}
|
274
|
+
},
|
275
|
+
"Integer":{"type":"integer"},
|
276
|
+
"InvalidRequestException":{
|
277
|
+
"type":"structure",
|
278
|
+
"members":{
|
279
|
+
},
|
280
|
+
"exception":true
|
281
|
+
},
|
282
|
+
"NullableBoolean":{"type":"boolean"},
|
283
|
+
"NullableDouble":{"type":"double"},
|
284
|
+
"NullableInteger":{"type":"integer"},
|
285
|
+
"NullableLong":{"type":"long"},
|
286
|
+
"PutTelemetryRecordsRequest":{
|
287
|
+
"type":"structure",
|
288
|
+
"required":["TelemetryRecords"],
|
289
|
+
"members":{
|
290
|
+
"TelemetryRecords":{"shape":"TelemetryRecordList"},
|
291
|
+
"EC2InstanceId":{"shape":"String"},
|
292
|
+
"Hostname":{"shape":"String"},
|
293
|
+
"ResourceARN":{"shape":"String"}
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"PutTelemetryRecordsResult":{
|
297
|
+
"type":"structure",
|
298
|
+
"members":{
|
299
|
+
}
|
300
|
+
},
|
301
|
+
"PutTraceSegmentsRequest":{
|
302
|
+
"type":"structure",
|
303
|
+
"required":["TraceSegmentDocuments"],
|
304
|
+
"members":{
|
305
|
+
"TraceSegmentDocuments":{"shape":"TraceSegmentDocumentList"}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"PutTraceSegmentsResult":{
|
309
|
+
"type":"structure",
|
310
|
+
"members":{
|
311
|
+
"UnprocessedTraceSegments":{"shape":"UnprocessedTraceSegmentList"}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"Segment":{
|
315
|
+
"type":"structure",
|
316
|
+
"members":{
|
317
|
+
"Id":{"shape":"SegmentId"},
|
318
|
+
"Document":{"shape":"SegmentDocument"}
|
319
|
+
}
|
320
|
+
},
|
321
|
+
"SegmentDocument":{
|
322
|
+
"type":"string",
|
323
|
+
"min":1
|
324
|
+
},
|
325
|
+
"SegmentId":{
|
326
|
+
"type":"string",
|
327
|
+
"max":16,
|
328
|
+
"min":16
|
329
|
+
},
|
330
|
+
"SegmentList":{
|
331
|
+
"type":"list",
|
332
|
+
"member":{"shape":"Segment"}
|
333
|
+
},
|
334
|
+
"Service":{
|
335
|
+
"type":"structure",
|
336
|
+
"members":{
|
337
|
+
"ReferenceId":{"shape":"NullableInteger"},
|
338
|
+
"Name":{"shape":"String"},
|
339
|
+
"Names":{"shape":"ServiceNames"},
|
340
|
+
"Root":{"shape":"NullableBoolean"},
|
341
|
+
"AccountId":{"shape":"String"},
|
342
|
+
"Type":{"shape":"String"},
|
343
|
+
"State":{"shape":"String"},
|
344
|
+
"StartTime":{"shape":"Timestamp"},
|
345
|
+
"EndTime":{"shape":"Timestamp"},
|
346
|
+
"Edges":{"shape":"EdgeList"},
|
347
|
+
"SummaryStatistics":{"shape":"ServiceStatistics"},
|
348
|
+
"DurationHistogram":{"shape":"Histogram"}
|
349
|
+
}
|
350
|
+
},
|
351
|
+
"ServiceId":{
|
352
|
+
"type":"structure",
|
353
|
+
"members":{
|
354
|
+
"Name":{"shape":"String"},
|
355
|
+
"Names":{"shape":"ServiceNames"},
|
356
|
+
"AccountId":{"shape":"String"},
|
357
|
+
"Type":{"shape":"String"}
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"ServiceIds":{
|
361
|
+
"type":"list",
|
362
|
+
"member":{"shape":"ServiceId"}
|
363
|
+
},
|
364
|
+
"ServiceList":{
|
365
|
+
"type":"list",
|
366
|
+
"member":{"shape":"Service"}
|
367
|
+
},
|
368
|
+
"ServiceNames":{
|
369
|
+
"type":"list",
|
370
|
+
"member":{"shape":"String"}
|
371
|
+
},
|
372
|
+
"ServiceStatistics":{
|
373
|
+
"type":"structure",
|
374
|
+
"members":{
|
375
|
+
"OkCount":{"shape":"NullableLong"},
|
376
|
+
"ErrorStatistics":{"shape":"ErrorStatistics"},
|
377
|
+
"FaultStatistics":{"shape":"FaultStatistics"},
|
378
|
+
"TotalCount":{"shape":"NullableLong"},
|
379
|
+
"TotalResponseTime":{"shape":"NullableDouble"}
|
380
|
+
}
|
381
|
+
},
|
382
|
+
"String":{"type":"string"},
|
383
|
+
"TelemetryRecord":{
|
384
|
+
"type":"structure",
|
385
|
+
"members":{
|
386
|
+
"Timestamp":{"shape":"Timestamp"},
|
387
|
+
"SegmentsReceivedCount":{"shape":"NullableInteger"},
|
388
|
+
"SegmentsSentCount":{"shape":"NullableInteger"},
|
389
|
+
"SegmentsSpilloverCount":{"shape":"NullableInteger"},
|
390
|
+
"SegmentsRejectedCount":{"shape":"NullableInteger"},
|
391
|
+
"BackendConnectionErrors":{"shape":"BackendConnectionErrors"}
|
392
|
+
}
|
393
|
+
},
|
394
|
+
"TelemetryRecordList":{
|
395
|
+
"type":"list",
|
396
|
+
"member":{"shape":"TelemetryRecord"}
|
397
|
+
},
|
398
|
+
"ThrottledException":{
|
399
|
+
"type":"structure",
|
400
|
+
"members":{
|
401
|
+
},
|
402
|
+
"error":{"httpStatusCode":429},
|
403
|
+
"exception":true
|
404
|
+
},
|
405
|
+
"Timestamp":{"type":"timestamp"},
|
406
|
+
"Trace":{
|
407
|
+
"type":"structure",
|
408
|
+
"members":{
|
409
|
+
"Id":{"shape":"TraceId"},
|
410
|
+
"Duration":{"shape":"NullableDouble"},
|
411
|
+
"Segments":{"shape":"SegmentList"}
|
412
|
+
}
|
413
|
+
},
|
414
|
+
"TraceId":{
|
415
|
+
"type":"string",
|
416
|
+
"max":35,
|
417
|
+
"min":35
|
418
|
+
},
|
419
|
+
"TraceIdList":{
|
420
|
+
"type":"list",
|
421
|
+
"member":{"shape":"TraceId"}
|
422
|
+
},
|
423
|
+
"TraceList":{
|
424
|
+
"type":"list",
|
425
|
+
"member":{"shape":"Trace"}
|
426
|
+
},
|
427
|
+
"TraceSegmentDocument":{"type":"string"},
|
428
|
+
"TraceSegmentDocumentList":{
|
429
|
+
"type":"list",
|
430
|
+
"member":{"shape":"TraceSegmentDocument"}
|
431
|
+
},
|
432
|
+
"TraceSummary":{
|
433
|
+
"type":"structure",
|
434
|
+
"members":{
|
435
|
+
"Id":{"shape":"TraceId"},
|
436
|
+
"Duration":{"shape":"NullableDouble"},
|
437
|
+
"ResponseTime":{"shape":"NullableDouble"},
|
438
|
+
"HasFault":{"shape":"NullableBoolean"},
|
439
|
+
"HasError":{"shape":"NullableBoolean"},
|
440
|
+
"HasThrottle":{"shape":"NullableBoolean"},
|
441
|
+
"IsPartial":{"shape":"NullableBoolean"},
|
442
|
+
"Http":{"shape":"Http"},
|
443
|
+
"Annotations":{"shape":"Annotations"},
|
444
|
+
"Users":{"shape":"TraceUsers"},
|
445
|
+
"ServiceIds":{"shape":"ServiceIds"}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"TraceSummaryList":{
|
449
|
+
"type":"list",
|
450
|
+
"member":{"shape":"TraceSummary"}
|
451
|
+
},
|
452
|
+
"TraceUser":{
|
453
|
+
"type":"structure",
|
454
|
+
"members":{
|
455
|
+
"UserName":{"shape":"String"},
|
456
|
+
"ServiceIds":{"shape":"ServiceIds"}
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"TraceUsers":{
|
460
|
+
"type":"list",
|
461
|
+
"member":{"shape":"TraceUser"}
|
462
|
+
},
|
463
|
+
"UnprocessedTraceIdList":{
|
464
|
+
"type":"list",
|
465
|
+
"member":{"shape":"TraceId"}
|
466
|
+
},
|
467
|
+
"UnprocessedTraceSegment":{
|
468
|
+
"type":"structure",
|
469
|
+
"members":{
|
470
|
+
"Id":{"shape":"String"},
|
471
|
+
"ErrorCode":{"shape":"String"},
|
472
|
+
"Message":{"shape":"String"}
|
473
|
+
}
|
474
|
+
},
|
475
|
+
"UnprocessedTraceSegmentList":{
|
476
|
+
"type":"list",
|
477
|
+
"member":{"shape":"UnprocessedTraceSegment"}
|
478
|
+
},
|
479
|
+
"ValueWithServiceIds":{
|
480
|
+
"type":"structure",
|
481
|
+
"members":{
|
482
|
+
"AnnotationValue":{"shape":"AnnotationValue"},
|
483
|
+
"ServiceIds":{"shape":"ServiceIds"}
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"ValuesWithServiceIds":{
|
487
|
+
"type":"list",
|
488
|
+
"member":{"shape":"ValueWithServiceIds"}
|
489
|
+
}
|
490
|
+
}
|
491
|
+
}
|