vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
32
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json
generated
vendored
32
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json
generated
vendored
|
@ -147,6 +147,10 @@
|
|||
}
|
||||
},
|
||||
"Double":{"type":"double"},
|
||||
"EC2InstanceId":{
|
||||
"type":"string",
|
||||
"max":20
|
||||
},
|
||||
"Edge":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -172,6 +176,7 @@
|
|||
"TotalResponseTime":{"shape":"NullableDouble"}
|
||||
}
|
||||
},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"ErrorStatistics":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -190,7 +195,7 @@
|
|||
"FilterExpression":{
|
||||
"type":"string",
|
||||
"max":2000,
|
||||
"min":0
|
||||
"min":1
|
||||
},
|
||||
"GetServiceGraphRequest":{
|
||||
"type":"structure",
|
||||
|
@ -262,6 +267,10 @@
|
|||
"Count":{"shape":"Integer"}
|
||||
}
|
||||
},
|
||||
"Hostname":{
|
||||
"type":"string",
|
||||
"max":255
|
||||
},
|
||||
"Http":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -276,6 +285,7 @@
|
|||
"InvalidRequestException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
|
@ -288,9 +298,9 @@
|
|||
"required":["TelemetryRecords"],
|
||||
"members":{
|
||||
"TelemetryRecords":{"shape":"TelemetryRecordList"},
|
||||
"EC2InstanceId":{"shape":"String"},
|
||||
"Hostname":{"shape":"String"},
|
||||
"ResourceARN":{"shape":"String"}
|
||||
"EC2InstanceId":{"shape":"EC2InstanceId"},
|
||||
"Hostname":{"shape":"Hostname"},
|
||||
"ResourceARN":{"shape":"ResourceARN"}
|
||||
}
|
||||
},
|
||||
"PutTelemetryRecordsResult":{
|
||||
|
@ -311,6 +321,10 @@
|
|||
"UnprocessedTraceSegments":{"shape":"UnprocessedTraceSegmentList"}
|
||||
}
|
||||
},
|
||||
"ResourceARN":{
|
||||
"type":"string",
|
||||
"max":500
|
||||
},
|
||||
"Segment":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -322,11 +336,7 @@
|
|||
"type":"string",
|
||||
"min":1
|
||||
},
|
||||
"SegmentId":{
|
||||
"type":"string",
|
||||
"max":16,
|
||||
"min":16
|
||||
},
|
||||
"SegmentId":{"type":"string"},
|
||||
"SegmentList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Segment"}
|
||||
|
@ -383,6 +393,7 @@
|
|||
"String":{"type":"string"},
|
||||
"TelemetryRecord":{
|
||||
"type":"structure",
|
||||
"required":["Timestamp"],
|
||||
"members":{
|
||||
"Timestamp":{"shape":"Timestamp"},
|
||||
"SegmentsReceivedCount":{"shape":"NullableInteger"},
|
||||
|
@ -399,6 +410,7 @@
|
|||
"ThrottledException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":429},
|
||||
"exception":true
|
||||
|
@ -415,7 +427,7 @@
|
|||
"TraceId":{
|
||||
"type":"string",
|
||||
"max":35,
|
||||
"min":35
|
||||
"min":1
|
||||
},
|
||||
"TraceIdList":{
|
||||
"type":"list",
|
||||
|
|
28
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json
generated
vendored
28
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json
generated
vendored
|
@ -68,6 +68,12 @@
|
|||
"HistogramEntry$Value": "<p>The value of the entry.</p>"
|
||||
}
|
||||
},
|
||||
"EC2InstanceId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTelemetryRecordsRequest$EC2InstanceId": "<p/>"
|
||||
}
|
||||
},
|
||||
"Edge": {
|
||||
"base": "<p>Information about a connection between two services.</p>",
|
||||
"refs": {
|
||||
|
@ -86,6 +92,13 @@
|
|||
"Edge$SummaryStatistics": "<p>Response statistics for segments on the edge.</p>"
|
||||
}
|
||||
},
|
||||
"ErrorMessage": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"InvalidRequestException$Message": null,
|
||||
"ThrottledException$Message": null
|
||||
}
|
||||
},
|
||||
"ErrorStatistics": {
|
||||
"base": "<p>Information about requests that failed with a 4xx Client Error status code.</p>",
|
||||
"refs": {
|
||||
|
@ -150,6 +163,12 @@
|
|||
"Histogram$member": null
|
||||
}
|
||||
},
|
||||
"Hostname": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTelemetryRecordsRequest$Hostname": "<p/>"
|
||||
}
|
||||
},
|
||||
"Http": {
|
||||
"base": "<p>Information about an HTTP request.</p>",
|
||||
"refs": {
|
||||
|
@ -243,6 +262,12 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"ResourceARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTelemetryRecordsRequest$ResourceARN": "<p/>"
|
||||
}
|
||||
},
|
||||
"Segment": {
|
||||
"base": "<p>A segment from a trace that has been ingested by the X-Ray service. The segment can be compiled from documents uploaded with <a>PutTraceSegments</a>, or an <code>inferred</code> segment for a downstream service, generated from a subsegment sent by the service that called it.</p>",
|
||||
"refs": {
|
||||
|
@ -326,9 +351,6 @@
|
|||
"Http$HttpMethod": "<p>The request method.</p>",
|
||||
"Http$UserAgent": "<p>The request's user agent string.</p>",
|
||||
"Http$ClientIp": "<p>The IP address of the requestor.</p>",
|
||||
"PutTelemetryRecordsRequest$EC2InstanceId": "<p/>",
|
||||
"PutTelemetryRecordsRequest$Hostname": "<p/>",
|
||||
"PutTelemetryRecordsRequest$ResourceARN": "<p/>",
|
||||
"Service$Name": "<p>The canonical name of the service.</p>",
|
||||
"Service$AccountId": "<p>Identifier of the AWS account in which the service runs.</p>",
|
||||
"Service$Type": "<p>The type of service.</p> <ul> <li> <p>AWS Resource - The type of an AWS resource. For example, <code>AWS::EC2::Instance</code> for a application running on Amazon EC2 or <code>AWS::DynamoDB::Table</code> for an Amazon DynamoDB table that the application used.</p> </li> <li> <p>AWS Service - The type of an AWS service. For example, <code>AWS::DynamoDB</code> for downstream calls to Amazon DynamoDB that didn't target a specific table.</p> </li> <li> <p> <code>client</code> - Represents the clients that sent requests to a root service.</p> </li> <li> <p> <code>remote</code> - A downstream service of indeterminate type.</p> </li> </ul>",
|
||||
|
|
22
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json
generated
vendored
22
vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json
generated
vendored
|
@ -1,4 +1,24 @@
|
|||
{
|
||||
"pagination": {
|
||||
"BatchGetTraces": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Traces"
|
||||
},
|
||||
"GetServiceGraph": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Services"
|
||||
},
|
||||
"GetTraceGraph": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Services"
|
||||
},
|
||||
"GetTraceSummaries": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TraceSummaries"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue