mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+60
-20
@@ -1905,7 +1905,8 @@
|
||||
"enabled":{"shape":"Boolean"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"lastUpdatedDate":{"shape":"Timestamp"},
|
||||
"stageKeys":{"shape":"ListOfString"}
|
||||
"stageKeys":{"shape":"ListOfString"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"ApiKeyIds":{
|
||||
@@ -1941,7 +1942,8 @@
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"apiId":{"shape":"String"},
|
||||
"stage":{"shape":"String"}
|
||||
"stage":{"shape":"String"},
|
||||
"throttle":{"shape":"MapOfApiStageThrottleSettings"}
|
||||
}
|
||||
},
|
||||
"Authorizer":{
|
||||
@@ -2044,7 +2046,8 @@
|
||||
"description":{"shape":"String"},
|
||||
"pemEncodedCertificate":{"shape":"String"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"expirationDate":{"shape":"Timestamp"}
|
||||
"expirationDate":{"shape":"Timestamp"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"ClientCertificates":{
|
||||
@@ -2088,7 +2091,8 @@
|
||||
"generateDistinctId":{"shape":"Boolean"},
|
||||
"value":{"shape":"String"},
|
||||
"stageKeys":{"shape":"ListOfStageKeys"},
|
||||
"customerId":{"shape":"String"}
|
||||
"customerId":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"CreateAuthorizerRequest":{
|
||||
@@ -2147,7 +2151,8 @@
|
||||
"cacheClusterEnabled":{"shape":"NullableBoolean"},
|
||||
"cacheClusterSize":{"shape":"CacheClusterSize"},
|
||||
"variables":{"shape":"MapOfStringToString"},
|
||||
"canarySettings":{"shape":"DeploymentCanarySettings"}
|
||||
"canarySettings":{"shape":"DeploymentCanarySettings"},
|
||||
"tracingEnabled":{"shape":"NullableBoolean"}
|
||||
}
|
||||
},
|
||||
"CreateDocumentationPartRequest":{
|
||||
@@ -2196,7 +2201,9 @@
|
||||
"certificateArn":{"shape":"String"},
|
||||
"regionalCertificateName":{"shape":"String"},
|
||||
"regionalCertificateArn":{"shape":"String"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
||||
"tags":{"shape":"MapOfStringToString"},
|
||||
"securityPolicy":{"shape":"SecurityPolicy"}
|
||||
}
|
||||
},
|
||||
"CreateModelRequest":{
|
||||
@@ -2265,7 +2272,8 @@
|
||||
"minimumCompressionSize":{"shape":"NullableInteger"},
|
||||
"apiKeySource":{"shape":"ApiKeySourceType"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
||||
"policy":{"shape":"String"}
|
||||
"policy":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"CreateStageRequest":{
|
||||
@@ -2289,6 +2297,7 @@
|
||||
"variables":{"shape":"MapOfStringToString"},
|
||||
"documentationVersion":{"shape":"String"},
|
||||
"canarySettings":{"shape":"CanarySettings"},
|
||||
"tracingEnabled":{"shape":"Boolean"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
@@ -2317,7 +2326,8 @@
|
||||
"description":{"shape":"String"},
|
||||
"apiStages":{"shape":"ListOfApiStage"},
|
||||
"throttle":{"shape":"ThrottleSettings"},
|
||||
"quota":{"shape":"QuotaSettings"}
|
||||
"quota":{"shape":"QuotaSettings"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"CreateVpcLinkRequest":{
|
||||
@@ -2329,7 +2339,8 @@
|
||||
"members":{
|
||||
"name":{"shape":"String"},
|
||||
"description":{"shape":"String"},
|
||||
"targetArns":{"shape":"ListOfString"}
|
||||
"targetArns":{"shape":"ListOfString"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"DeleteApiKeyRequest":{
|
||||
@@ -2834,9 +2845,21 @@
|
||||
"regionalCertificateArn":{"shape":"String"},
|
||||
"distributionDomainName":{"shape":"String"},
|
||||
"distributionHostedZoneId":{"shape":"String"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"}
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
||||
"domainNameStatus":{"shape":"DomainNameStatus"},
|
||||
"domainNameStatusMessage":{"shape":"String"},
|
||||
"securityPolicy":{"shape":"SecurityPolicy"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"DomainNameStatus":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"AVAILABLE",
|
||||
"UPDATING",
|
||||
"PENDING"
|
||||
]
|
||||
},
|
||||
"DomainNames":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -2858,7 +2881,8 @@
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"REGIONAL",
|
||||
"EDGE"
|
||||
"EDGE",
|
||||
"PRIVATE"
|
||||
]
|
||||
},
|
||||
"ExportResponse":{
|
||||
@@ -2964,7 +2988,8 @@
|
||||
"GenerateClientCertificateRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"description":{"shape":"String"}
|
||||
"description":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"GetAccountRequest":{
|
||||
@@ -4147,10 +4172,10 @@
|
||||
]
|
||||
},
|
||||
"Long":{"type":"long"},
|
||||
"MapOfHeaderValues":{
|
||||
"MapOfApiStageThrottleSettings":{
|
||||
"type":"map",
|
||||
"key":{"shape":"String"},
|
||||
"value":{"shape":"String"}
|
||||
"value":{"shape":"ThrottleSettings"}
|
||||
},
|
||||
"MapOfIntegrationResponse":{
|
||||
"type":"map",
|
||||
@@ -4570,7 +4595,8 @@
|
||||
"minimumCompressionSize":{"shape":"NullableInteger"},
|
||||
"apiKeySource":{"shape":"ApiKeySourceType"},
|
||||
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
||||
"policy":{"shape":"String"}
|
||||
"policy":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"RestApis":{
|
||||
@@ -4629,6 +4655,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SecurityPolicy":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"TLS_1_0",
|
||||
"TLS_1_2"
|
||||
]
|
||||
},
|
||||
"ServiceUnavailableException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -4658,6 +4691,8 @@
|
||||
"documentationVersion":{"shape":"String"},
|
||||
"accessLogSettings":{"shape":"AccessLogSettings"},
|
||||
"canarySettings":{"shape":"CanarySettings"},
|
||||
"tracingEnabled":{"shape":"Boolean"},
|
||||
"webAclArn":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"},
|
||||
"createdDate":{"shape":"Timestamp"},
|
||||
"lastUpdatedDate":{"shape":"Timestamp"}
|
||||
@@ -4725,7 +4760,8 @@
|
||||
"location":"uri",
|
||||
"locationName":"authorizer_id"
|
||||
},
|
||||
"headers":{"shape":"MapOfHeaderValues"},
|
||||
"headers":{"shape":"MapOfStringToString"},
|
||||
"multiValueHeaders":{"shape":"MapOfStringToList"},
|
||||
"pathWithQueryString":{"shape":"String"},
|
||||
"body":{"shape":"String"},
|
||||
"stageVariables":{"shape":"MapOfStringToString"},
|
||||
@@ -4769,7 +4805,8 @@
|
||||
},
|
||||
"pathWithQueryString":{"shape":"String"},
|
||||
"body":{"shape":"String"},
|
||||
"headers":{"shape":"MapOfHeaderValues"},
|
||||
"headers":{"shape":"MapOfStringToString"},
|
||||
"multiValueHeaders":{"shape":"MapOfStringToList"},
|
||||
"clientCertificateId":{"shape":"String"},
|
||||
"stageVariables":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
@@ -4779,7 +4816,8 @@
|
||||
"members":{
|
||||
"status":{"shape":"Integer"},
|
||||
"body":{"shape":"String"},
|
||||
"headers":{"shape":"MapOfHeaderValues"},
|
||||
"headers":{"shape":"MapOfStringToString"},
|
||||
"multiValueHeaders":{"shape":"MapOfStringToList"},
|
||||
"log":{"shape":"String"},
|
||||
"latency":{"shape":"Long"}
|
||||
}
|
||||
@@ -5276,7 +5314,8 @@
|
||||
"apiStages":{"shape":"ListOfApiStage"},
|
||||
"throttle":{"shape":"ThrottleSettings"},
|
||||
"quota":{"shape":"QuotaSettings"},
|
||||
"productCode":{"shape":"String"}
|
||||
"productCode":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"UsagePlanKey":{
|
||||
@@ -5316,7 +5355,8 @@
|
||||
"description":{"shape":"String"},
|
||||
"targetArns":{"shape":"ListOfString"},
|
||||
"status":{"shape":"VpcLinkStatus"},
|
||||
"statusMessage":{"shape":"String"}
|
||||
"statusMessage":{"shape":"String"},
|
||||
"tags":{"shape":"MapOfStringToString"}
|
||||
}
|
||||
},
|
||||
"VpcLinkStatus":{
|
||||
|
||||
+145
-111
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user