python-botocore/botocore/data/aws/_retry.json
2015-10-08 11:15:31 -07:00

294 lines
6.1 KiB
JSON

{
"definitions": {
"throttling": {
"applies_when": {
"response": {
"service_error_code": "Throttling",
"http_status_code": 400
}
}
},
"throttling_exception": {
"applies_when": {
"response": {
"service_error_code": "ThrottlingException",
"http_status_code": 400
}
}
},
"general_socket_errors": {
"applies_when": {
"socket_errors": ["GENERAL_CONNECTION_ERROR"]
}
},
"general_server_error": {
"applies_when": {
"response": {
"http_status_code": 500
}
}
},
"service_unavailable": {
"applies_when": {
"response": {
"http_status_code": 503
}
}
},
"limit_exceeded": {
"applies_when": {
"response": {
"http_status_code": 509
}
}
}
},
"retry": {
"__default__": {
"max_attempts": 5,
"delay": {
"type": "exponential",
"base": "rand",
"growth_factor": 2
},
"policies": {
"general_socket_errors": {"$ref": "general_socket_errors"},
"general_server_error": {"$ref": "general_server_error"},
"service_unavailable": {"$ref": "service_unavailable"},
"limit_exceeded": {"$ref": "limit_exceeded"}
}
},
"autoscaling": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"elasticmapreduce": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling_exception"}
}
}
},
"rds": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"elasticache": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"redshift": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"elasticbeanstalk": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"cloudformation": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"datapipeline": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"opsworks": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"iam": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"sts": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"swf": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"sns": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"ses": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"cloudwatch": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"route53": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"directconnect": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"elb": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling"}
}
}
},
"dynamodb": {
"__default__": {
"max_attempts": 10,
"delay": {
"type": "exponential",
"base": 0.05,
"growth_factor": 2
},
"policies": {
"throughput_exceeded": {
"applies_when": {
"response": {
"service_error_code": "ProvisionedThroughputExceededException",
"http_status_code": 400
}
}
},
"throttling": {"$ref": "throttling_exception"},
"crc32": {
"applies_when": {
"response": {
"crc32body": "x-amz-crc32"
}
}
}
}
}
},
"glacier": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling_exception"}
}
}
},
"storagegateway": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling_exception"}
}
}
},
"ec2": {
"__default__": {
"policies": {
"request_limit_exceeded": {
"applies_when": {
"response": {
"service_error_code": "RequestLimitExceeded",
"http_status_code": 503
}
}
}
}
}
},
"cloudsearch": {
"__default__": {
"policies": {
"request_limit_exceeded": {
"applies_when": {
"response": {
"service_error_code": "BandwidthLimitExceeded",
"http_status_code": 509
}
}
}
}
}
},
"sqs": {
"__default__": {
"policies": {
"request_limit_exceeded": {
"applies_when": {
"response": {
"service_error_code": "RequestThrottled",
"http_status_code": 403
}
}
}
}
}
},
"s3": {
"__default__": {
"policies": {
"timeouts": {
"applies_when": {
"response": {
"http_status_code": 400,
"service_error_code": "RequestTimeout"
}
}
}
}
}
},
"elastictranscoder": {
"__default__": {
"policies": {
"throttling": {"$ref": "throttling_exception"}
}
}
}
}
}