vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
235
vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json
generated
vendored
235
vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json
generated
vendored
|
@ -117,6 +117,28 @@
|
|||
{"shape":"DelegationSetNotReusable"}
|
||||
]
|
||||
},
|
||||
"CreateQueryLoggingConfig":{
|
||||
"name":"CreateQueryLoggingConfig",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/2013-04-01/queryloggingconfig",
|
||||
"responseCode":201
|
||||
},
|
||||
"input":{
|
||||
"shape":"CreateQueryLoggingConfigRequest",
|
||||
"locationName":"CreateQueryLoggingConfigRequest",
|
||||
"xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}
|
||||
},
|
||||
"output":{"shape":"CreateQueryLoggingConfigResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModification"},
|
||||
{"shape":"NoSuchHostedZone"},
|
||||
{"shape":"NoSuchCloudWatchLogsLogGroup"},
|
||||
{"shape":"InvalidInput"},
|
||||
{"shape":"QueryLoggingConfigAlreadyExists"},
|
||||
{"shape":"InsufficientCloudWatchLogsResourcePolicy"}
|
||||
]
|
||||
},
|
||||
"CreateReusableDelegationSet":{
|
||||
"name":"CreateReusableDelegationSet",
|
||||
"http":{
|
||||
|
@ -251,6 +273,20 @@
|
|||
{"shape":"InvalidDomainName"}
|
||||
]
|
||||
},
|
||||
"DeleteQueryLoggingConfig":{
|
||||
"name":"DeleteQueryLoggingConfig",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/2013-04-01/queryloggingconfig/{Id}"
|
||||
},
|
||||
"input":{"shape":"DeleteQueryLoggingConfigRequest"},
|
||||
"output":{"shape":"DeleteQueryLoggingConfigResponse"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModification"},
|
||||
{"shape":"NoSuchQueryLoggingConfig"},
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"DeleteReusableDelegationSet":{
|
||||
"name":"DeleteReusableDelegationSet",
|
||||
"http":{
|
||||
|
@ -444,6 +480,19 @@
|
|||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetQueryLoggingConfig":{
|
||||
"name":"GetQueryLoggingConfig",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2013-04-01/queryloggingconfig/{Id}"
|
||||
},
|
||||
"input":{"shape":"GetQueryLoggingConfigRequest"},
|
||||
"output":{"shape":"GetQueryLoggingConfigResponse"},
|
||||
"errors":[
|
||||
{"shape":"NoSuchQueryLoggingConfig"},
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetReusableDelegationSet":{
|
||||
"name":"GetReusableDelegationSet",
|
||||
"http":{
|
||||
|
@ -545,6 +594,20 @@
|
|||
{"shape":"InvalidDomainName"}
|
||||
]
|
||||
},
|
||||
"ListQueryLoggingConfigs":{
|
||||
"name":"ListQueryLoggingConfigs",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2013-04-01/queryloggingconfig"
|
||||
},
|
||||
"input":{"shape":"ListQueryLoggingConfigsRequest"},
|
||||
"output":{"shape":"ListQueryLoggingConfigsResponse"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInput"},
|
||||
{"shape":"InvalidPaginationToken"},
|
||||
{"shape":"NoSuchHostedZone"}
|
||||
]
|
||||
},
|
||||
"ListResourceRecordSets":{
|
||||
"name":"ListResourceRecordSets",
|
||||
"http":{
|
||||
|
@ -966,6 +1029,7 @@
|
|||
"Dimensions":{"shape":"DimensionList"}
|
||||
}
|
||||
},
|
||||
"CloudWatchLogsLogGroupArn":{"type":"string"},
|
||||
"CloudWatchRegion":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -1079,6 +1143,32 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"CreateQueryLoggingConfigRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"HostedZoneId",
|
||||
"CloudWatchLogsLogGroupArn"
|
||||
],
|
||||
"members":{
|
||||
"HostedZoneId":{"shape":"ResourceId"},
|
||||
"CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"}
|
||||
}
|
||||
},
|
||||
"CreateQueryLoggingConfigResponse":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"QueryLoggingConfig",
|
||||
"Location"
|
||||
],
|
||||
"members":{
|
||||
"QueryLoggingConfig":{"shape":"QueryLoggingConfig"},
|
||||
"Location":{
|
||||
"shape":"ResourceURI",
|
||||
"location":"header",
|
||||
"locationName":"Location"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CreateReusableDelegationSetRequest":{
|
||||
"type":"structure",
|
||||
"required":["CallerReference"],
|
||||
|
@ -1316,6 +1406,22 @@
|
|||
"ChangeInfo":{"shape":"ChangeInfo"}
|
||||
}
|
||||
},
|
||||
"DeleteQueryLoggingConfigRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
"members":{
|
||||
"Id":{
|
||||
"shape":"QueryLoggingConfigId",
|
||||
"location":"uri",
|
||||
"locationName":"Id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeleteQueryLoggingConfigResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteReusableDelegationSetRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
|
@ -1673,6 +1779,24 @@
|
|||
"VPCs":{"shape":"VPCs"}
|
||||
}
|
||||
},
|
||||
"GetQueryLoggingConfigRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
"members":{
|
||||
"Id":{
|
||||
"shape":"QueryLoggingConfigId",
|
||||
"location":"uri",
|
||||
"locationName":"Id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetQueryLoggingConfigResponse":{
|
||||
"type":"structure",
|
||||
"required":["QueryLoggingConfig"],
|
||||
"members":{
|
||||
"QueryLoggingConfig":{"shape":"QueryLoggingConfig"}
|
||||
}
|
||||
},
|
||||
"GetReusableDelegationSetRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
|
@ -1803,6 +1927,7 @@
|
|||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"deprecated":true,
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
|
@ -1954,6 +2079,14 @@
|
|||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"InsufficientCloudWatchLogsResourcePolicy":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"InsufficientDataHealthStatus":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -2179,6 +2312,34 @@
|
|||
"MaxItems":{"shape":"PageMaxItems"}
|
||||
}
|
||||
},
|
||||
"ListQueryLoggingConfigsRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"HostedZoneId":{
|
||||
"shape":"ResourceId",
|
||||
"location":"querystring",
|
||||
"locationName":"hostedzoneid"
|
||||
},
|
||||
"NextToken":{
|
||||
"shape":"PaginationToken",
|
||||
"location":"querystring",
|
||||
"locationName":"nexttoken"
|
||||
},
|
||||
"MaxResults":{
|
||||
"shape":"MaxResults",
|
||||
"location":"querystring",
|
||||
"locationName":"maxresults"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListQueryLoggingConfigsResponse":{
|
||||
"type":"structure",
|
||||
"required":["QueryLoggingConfigs"],
|
||||
"members":{
|
||||
"QueryLoggingConfigs":{"shape":"QueryLoggingConfigs"},
|
||||
"NextToken":{"shape":"PaginationToken"}
|
||||
}
|
||||
},
|
||||
"ListResourceRecordSetsRequest":{
|
||||
"type":"structure",
|
||||
"required":["HostedZoneId"],
|
||||
|
@ -2570,6 +2731,14 @@
|
|||
"error":{"httpStatusCode":404},
|
||||
"exception":true
|
||||
},
|
||||
"NoSuchCloudWatchLogsLogGroup":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":404},
|
||||
"exception":true
|
||||
},
|
||||
"NoSuchDelegationSet":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -2601,6 +2770,14 @@
|
|||
"error":{"httpStatusCode":404},
|
||||
"exception":true
|
||||
},
|
||||
"NoSuchQueryLoggingConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":404},
|
||||
"exception":true
|
||||
},
|
||||
"NoSuchTrafficPolicy":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -2665,6 +2842,39 @@
|
|||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"QueryLoggingConfig":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Id",
|
||||
"HostedZoneId",
|
||||
"CloudWatchLogsLogGroupArn"
|
||||
],
|
||||
"members":{
|
||||
"Id":{"shape":"QueryLoggingConfigId"},
|
||||
"HostedZoneId":{"shape":"ResourceId"},
|
||||
"CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"}
|
||||
}
|
||||
},
|
||||
"QueryLoggingConfigAlreadyExists":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":409},
|
||||
"exception":true
|
||||
},
|
||||
"QueryLoggingConfigId":{
|
||||
"type":"string",
|
||||
"max":36,
|
||||
"min":1
|
||||
},
|
||||
"QueryLoggingConfigs":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"QueryLoggingConfig",
|
||||
"locationName":"QueryLoggingConfig"
|
||||
}
|
||||
},
|
||||
"RData":{
|
||||
"type":"string",
|
||||
"max":4000
|
||||
|
@ -2682,7 +2892,8 @@
|
|||
"PTR",
|
||||
"SRV",
|
||||
"SPF",
|
||||
"AAAA"
|
||||
"AAAA",
|
||||
"CAA"
|
||||
]
|
||||
},
|
||||
"RecordData":{
|
||||
|
@ -2702,6 +2913,25 @@
|
|||
"max":30,
|
||||
"min":10
|
||||
},
|
||||
"ResettableElementName":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"FullyQualifiedDomainName",
|
||||
"Regions",
|
||||
"ResourcePath",
|
||||
"ChildHealthChecks"
|
||||
],
|
||||
"max":64,
|
||||
"min":1
|
||||
},
|
||||
"ResettableElementNameList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"ResettableElementName",
|
||||
"locationName":"ResettableElementName"
|
||||
},
|
||||
"max":64
|
||||
},
|
||||
"ResourceDescription":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
|
@ -3171,7 +3401,8 @@
|
|||
"EnableSNI":{"shape":"EnableSNI"},
|
||||
"Regions":{"shape":"HealthCheckRegionList"},
|
||||
"AlarmIdentifier":{"shape":"AlarmIdentifier"},
|
||||
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"}
|
||||
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"},
|
||||
"ResetElements":{"shape":"ResettableElementNameList"}
|
||||
}
|
||||
},
|
||||
"UpdateHealthCheckResponse":{
|
||||
|
|
130
vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json
generated
vendored
130
vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue