Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
+217 -3
View File
@@ -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
},
@@ -1848,7 +1973,7 @@
"locationName":"Region"
},
"max":64,
"min":1
"min":3
},
"HealthCheckType":{
"type":"string",
@@ -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":[
@@ -1972,7 +2105,8 @@
"InvalidChangeBatch":{
"type":"structure",
"members":{
"messages":{"shape":"ErrorMessages"}
"messages":{"shape":"ErrorMessages"},
"message":{"shape":"ErrorMessage"}
},
"exception":true
},
@@ -2178,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"],
@@ -2569,6 +2731,14 @@
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchCloudWatchLogsLogGroup":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchDelegationSet":{
"type":"structure",
"members":{
@@ -2600,6 +2770,14 @@
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchQueryLoggingConfig":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchTrafficPolicy":{
"type":"structure",
"members":{
@@ -2664,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
@@ -2681,7 +2892,8 @@
"PTR",
"SRV",
"SPF",
"AAAA"
"AAAA",
"CAA"
]
},
"RecordData":{
@@ -2734,6 +2946,7 @@
"Region":{"shape":"ResourceRecordSetRegion"},
"GeoLocation":{"shape":"GeoLocation"},
"Failover":{"shape":"ResourceRecordSetFailover"},
"MultiValueAnswer":{"shape":"ResourceRecordSetMultiValueAnswer"},
"TTL":{"shape":"TTL"},
"ResourceRecords":{"shape":"ResourceRecords"},
"AliasTarget":{"shape":"AliasTarget"},
@@ -2753,6 +2966,7 @@
"max":128,
"min":1
},
"ResourceRecordSetMultiValueAnswer":{"type":"boolean"},
"ResourceRecordSetRegion":{
"type":"string",
"enum":[
File diff suppressed because one or more lines are too long