mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-29 04:16:07 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+242
-2
@@ -7,6 +7,7 @@
|
||||
"protocol":"rest-xml",
|
||||
"serviceAbbreviation":"Route 53",
|
||||
"serviceFullName":"Amazon Route 53",
|
||||
"serviceId":"Route 53",
|
||||
"signatureVersion":"v4",
|
||||
"uid":"route53-2013-04-01"
|
||||
},
|
||||
@@ -219,6 +220,7 @@
|
||||
"errors":[
|
||||
{"shape":"NoSuchTrafficPolicy"},
|
||||
{"shape":"InvalidInput"},
|
||||
{"shape":"TooManyTrafficPolicyVersionsForCurrentPolicy"},
|
||||
{"shape":"ConcurrentModification"},
|
||||
{"shape":"InvalidTrafficPolicyDocument"}
|
||||
]
|
||||
@@ -371,6 +373,18 @@
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetAccountLimit":{
|
||||
"name":"GetAccountLimit",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2013-04-01/accountlimit/{Type}"
|
||||
},
|
||||
"input":{"shape":"GetAccountLimitRequest"},
|
||||
"output":{"shape":"GetAccountLimitResponse"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetChange":{
|
||||
"name":"GetChange",
|
||||
"http":{
|
||||
@@ -480,6 +494,20 @@
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetHostedZoneLimit":{
|
||||
"name":"GetHostedZoneLimit",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2013-04-01/hostedzonelimit/{Id}/{Type}"
|
||||
},
|
||||
"input":{"shape":"GetHostedZoneLimitRequest"},
|
||||
"output":{"shape":"GetHostedZoneLimitResponse"},
|
||||
"errors":[
|
||||
{"shape":"NoSuchHostedZone"},
|
||||
{"shape":"InvalidInput"},
|
||||
{"shape":"HostedZoneNotPrivate"}
|
||||
]
|
||||
},
|
||||
"GetQueryLoggingConfig":{
|
||||
"name":"GetQueryLoggingConfig",
|
||||
"http":{
|
||||
@@ -507,6 +535,19 @@
|
||||
{"shape":"InvalidInput"}
|
||||
]
|
||||
},
|
||||
"GetReusableDelegationSetLimit":{
|
||||
"name":"GetReusableDelegationSetLimit",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2013-04-01/reusabledelegationsetlimit/{Id}/{Type}"
|
||||
},
|
||||
"input":{"shape":"GetReusableDelegationSetLimitRequest"},
|
||||
"output":{"shape":"GetReusableDelegationSetLimitResponse"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInput"},
|
||||
{"shape":"NoSuchDelegationSet"}
|
||||
]
|
||||
},
|
||||
"GetTrafficPolicy":{
|
||||
"name":"GetTrafficPolicy",
|
||||
"http":{
|
||||
@@ -837,6 +878,27 @@
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
"AccountLimit":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Type",
|
||||
"Value"
|
||||
],
|
||||
"members":{
|
||||
"Type":{"shape":"AccountLimitType"},
|
||||
"Value":{"shape":"LimitValue"}
|
||||
}
|
||||
},
|
||||
"AccountLimitType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"MAX_HEALTH_CHECKS_BY_OWNER",
|
||||
"MAX_HOSTED_ZONES_BY_OWNER",
|
||||
"MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
||||
"MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
||||
"MAX_TRAFFIC_POLICIES_BY_OWNER"
|
||||
]
|
||||
},
|
||||
"AlarmIdentifier":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1041,11 +1103,13 @@
|
||||
"eu-central-1",
|
||||
"eu-west-1",
|
||||
"eu-west-2",
|
||||
"eu-west-3",
|
||||
"ap-south-1",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"ap-northeast-3",
|
||||
"sa-east-1"
|
||||
],
|
||||
"max":64,
|
||||
@@ -1624,6 +1688,28 @@
|
||||
"max":64,
|
||||
"min":1
|
||||
},
|
||||
"GetAccountLimitRequest":{
|
||||
"type":"structure",
|
||||
"required":["Type"],
|
||||
"members":{
|
||||
"Type":{
|
||||
"shape":"AccountLimitType",
|
||||
"location":"uri",
|
||||
"locationName":"Type"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetAccountLimitResponse":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Limit",
|
||||
"Count"
|
||||
],
|
||||
"members":{
|
||||
"Limit":{"shape":"AccountLimit"},
|
||||
"Count":{"shape":"UsageCount"}
|
||||
}
|
||||
},
|
||||
"GetChangeRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
@@ -1759,6 +1845,36 @@
|
||||
"HostedZoneCount":{"shape":"HostedZoneCount"}
|
||||
}
|
||||
},
|
||||
"GetHostedZoneLimitRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Type",
|
||||
"HostedZoneId"
|
||||
],
|
||||
"members":{
|
||||
"Type":{
|
||||
"shape":"HostedZoneLimitType",
|
||||
"location":"uri",
|
||||
"locationName":"Type"
|
||||
},
|
||||
"HostedZoneId":{
|
||||
"shape":"ResourceId",
|
||||
"location":"uri",
|
||||
"locationName":"Id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetHostedZoneLimitResponse":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Limit",
|
||||
"Count"
|
||||
],
|
||||
"members":{
|
||||
"Limit":{"shape":"HostedZoneLimit"},
|
||||
"Count":{"shape":"UsageCount"}
|
||||
}
|
||||
},
|
||||
"GetHostedZoneRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
@@ -1797,6 +1913,36 @@
|
||||
"QueryLoggingConfig":{"shape":"QueryLoggingConfig"}
|
||||
}
|
||||
},
|
||||
"GetReusableDelegationSetLimitRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Type",
|
||||
"DelegationSetId"
|
||||
],
|
||||
"members":{
|
||||
"Type":{
|
||||
"shape":"ReusableDelegationSetLimitType",
|
||||
"location":"uri",
|
||||
"locationName":"Type"
|
||||
},
|
||||
"DelegationSetId":{
|
||||
"shape":"ResourceId",
|
||||
"location":"uri",
|
||||
"locationName":"Id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GetReusableDelegationSetLimitResponse":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Limit",
|
||||
"Count"
|
||||
],
|
||||
"members":{
|
||||
"Limit":{"shape":"ReusableDelegationSetLimit"},
|
||||
"Count":{"shape":"UsageCount"}
|
||||
}
|
||||
},
|
||||
"GetReusableDelegationSetRequest":{
|
||||
"type":"structure",
|
||||
"required":["Id"],
|
||||
@@ -1882,6 +2028,7 @@
|
||||
"members":{
|
||||
"Id":{"shape":"HealthCheckId"},
|
||||
"CallerReference":{"shape":"HealthCheckNonce"},
|
||||
"LinkedService":{"shape":"LinkedService"},
|
||||
"HealthCheckConfig":{"shape":"HealthCheckConfig"},
|
||||
"HealthCheckVersion":{"shape":"HealthCheckVersion"},
|
||||
"CloudWatchAlarmConfiguration":{"shape":"CloudWatchAlarmConfiguration"}
|
||||
@@ -2023,7 +2170,8 @@
|
||||
"Name":{"shape":"DNSName"},
|
||||
"CallerReference":{"shape":"Nonce"},
|
||||
"Config":{"shape":"HostedZoneConfig"},
|
||||
"ResourceRecordSetCount":{"shape":"HostedZoneRRSetCount"}
|
||||
"ResourceRecordSetCount":{"shape":"HostedZoneRRSetCount"},
|
||||
"LinkedService":{"shape":"LinkedService"}
|
||||
}
|
||||
},
|
||||
"HostedZoneAlreadyExists":{
|
||||
@@ -2042,6 +2190,24 @@
|
||||
}
|
||||
},
|
||||
"HostedZoneCount":{"type":"long"},
|
||||
"HostedZoneLimit":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Type",
|
||||
"Value"
|
||||
],
|
||||
"members":{
|
||||
"Type":{"shape":"HostedZoneLimitType"},
|
||||
"Value":{"shape":"LimitValue"}
|
||||
}
|
||||
},
|
||||
"HostedZoneLimitType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"MAX_RRSETS_BY_ZONE",
|
||||
"MAX_VPCS_ASSOCIATED_BY_ZONE"
|
||||
]
|
||||
},
|
||||
"HostedZoneNotEmpty":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -2057,6 +2223,13 @@
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"HostedZoneNotPrivate":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"HostedZoneRRSetCount":{"type":"long"},
|
||||
"HostedZones":{
|
||||
"type":"list",
|
||||
@@ -2160,6 +2333,10 @@
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"LimitValue":{
|
||||
"type":"long",
|
||||
"min":1
|
||||
},
|
||||
"LimitsExceeded":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -2167,6 +2344,13 @@
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"LinkedService":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ServicePrincipal":{"shape":"ServicePrincipal"},
|
||||
"Description":{"shape":"ResourceDescription"}
|
||||
}
|
||||
},
|
||||
"ListGeoLocationsRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -2913,6 +3097,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
|
||||
@@ -2977,13 +3180,16 @@
|
||||
"ca-central-1",
|
||||
"eu-west-1",
|
||||
"eu-west-2",
|
||||
"eu-west-3",
|
||||
"eu-central-1",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"ap-northeast-3",
|
||||
"sa-east-1",
|
||||
"cn-north-1",
|
||||
"cn-northwest-1",
|
||||
"ap-south-1"
|
||||
],
|
||||
"max":64,
|
||||
@@ -3028,10 +3234,29 @@
|
||||
"type":"string",
|
||||
"max":1024
|
||||
},
|
||||
"ReusableDelegationSetLimit":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Type",
|
||||
"Value"
|
||||
],
|
||||
"members":{
|
||||
"Type":{"shape":"ReusableDelegationSetLimitType"},
|
||||
"Value":{"shape":"LimitValue"}
|
||||
}
|
||||
},
|
||||
"ReusableDelegationSetLimitType":{
|
||||
"type":"string",
|
||||
"enum":["MAX_ZONES_BY_REUSABLE_DELEGATION_SET"]
|
||||
},
|
||||
"SearchString":{
|
||||
"type":"string",
|
||||
"max":255
|
||||
},
|
||||
"ServicePrincipal":{
|
||||
"type":"string",
|
||||
"max":128
|
||||
},
|
||||
"Statistic":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
@@ -3213,6 +3438,14 @@
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"TooManyTrafficPolicyVersionsForCurrentPolicy":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"TooManyVPCAssociationAuthorizations":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -3382,7 +3615,8 @@
|
||||
"EnableSNI":{"shape":"EnableSNI"},
|
||||
"Regions":{"shape":"HealthCheckRegionList"},
|
||||
"AlarmIdentifier":{"shape":"AlarmIdentifier"},
|
||||
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"}
|
||||
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"},
|
||||
"ResetElements":{"shape":"ResettableElementNameList"}
|
||||
}
|
||||
},
|
||||
"UpdateHealthCheckResponse":{
|
||||
@@ -3465,6 +3699,10 @@
|
||||
"TrafficPolicyInstance":{"shape":"TrafficPolicyInstance"}
|
||||
}
|
||||
},
|
||||
"UsageCount":{
|
||||
"type":"long",
|
||||
"min":0
|
||||
},
|
||||
"VPC":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -3501,12 +3739,14 @@
|
||||
"us-west-2",
|
||||
"eu-west-1",
|
||||
"eu-west-2",
|
||||
"eu-west-3",
|
||||
"eu-central-1",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-south-1",
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"ap-northeast-3",
|
||||
"sa-east-1",
|
||||
"ca-central-1",
|
||||
"cn-north-1"
|
||||
|
||||
+141
-13
File diff suppressed because one or more lines are too long
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-east-1",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListHostedZones",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "GetHostedZone",
|
||||
"input": {
|
||||
"Id": "fake-zone"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user