python-botocore/botocore/data/endpoints.json

6023 lines
159 KiB
JSON
Raw Normal View History

{
2017-06-27 11:52:19 +02:00
"partitions" : [ {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ]
},
"dnsSuffix" : "amazonaws.com",
"partition" : "aws",
"partitionName" : "AWS Standard",
2019-08-03 07:08:36 +02:00
"regionRegex" : "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$",
2017-06-27 11:52:19 +02:00
"regions" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : {
"description" : "Asia Pacific (Hong Kong)"
},
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : {
"description" : "Asia Pacific (Tokyo)"
},
"ap-northeast-2" : {
"description" : "Asia Pacific (Seoul)"
},
"ap-south-1" : {
"description" : "Asia Pacific (Mumbai)"
},
"ap-southeast-1" : {
"description" : "Asia Pacific (Singapore)"
},
"ap-southeast-2" : {
"description" : "Asia Pacific (Sydney)"
},
"ca-central-1" : {
"description" : "Canada (Central)"
},
"eu-central-1" : {
"description" : "EU (Frankfurt)"
},
2018-12-28 08:05:06 +01:00
"eu-north-1" : {
"description" : "EU (Stockholm)"
},
2017-06-27 11:52:19 +02:00
"eu-west-1" : {
"description" : "EU (Ireland)"
},
"eu-west-2" : {
"description" : "EU (London)"
},
2018-01-15 17:34:17 +01:00
"eu-west-3" : {
"description" : "EU (Paris)"
},
2019-08-03 07:08:36 +02:00
"me-south-1" : {
"description" : "Middle East (Bahrain)"
},
2017-06-27 11:52:19 +02:00
"sa-east-1" : {
"description" : "South America (Sao Paulo)"
},
"us-east-1" : {
"description" : "US East (N. Virginia)"
},
"us-east-2" : {
"description" : "US East (Ohio)"
},
"us-west-1" : {
"description" : "US West (N. California)"
},
"us-west-2" : {
"description" : "US West (Oregon)"
}
},
"services" : {
2018-05-08 03:57:43 +02:00
"a4b" : {
"endpoints" : {
"us-east-1" : { }
}
},
2020-02-11 03:48:00 +01:00
"access-analyzer" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2020-02-11 03:48:00 +01:00
"acm" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"ca-central-1-fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "acm-fips.ca-central-1.amazonaws.com"
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "acm-fips.us-east-1.amazonaws.com"
},
"us-east-2" : { },
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "acm-fips.us-east-2.amazonaws.com"
},
"us-west-1" : { },
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "acm-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "acm-fips.us-west-2.amazonaws.com"
}
}
},
2018-05-08 03:57:43 +02:00
"acm-pca" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2018-05-08 03:57:43 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
2018-08-16 08:01:54 +02:00
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2019-12-12 10:04:05 +01:00
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "acm-pca-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "acm-pca-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "acm-pca-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
"sa-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2018-05-08 03:57:43 +02:00
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"api.ecr" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
},
"hostname" : "api.ecr.ap-east-1.amazonaws.com"
},
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "api.ecr.ap-northeast-1.amazonaws.com"
},
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "api.ecr.ap-northeast-2.amazonaws.com"
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "api.ecr.ap-south-1.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "api.ecr.ap-southeast-1.amazonaws.com"
},
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "api.ecr.ap-southeast-2.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "api.ecr.ca-central-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "api.ecr.eu-central-1.amazonaws.com"
},
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
},
"hostname" : "api.ecr.eu-north-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "api.ecr.eu-west-1.amazonaws.com"
},
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "api.ecr.eu-west-2.amazonaws.com"
},
"eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "api.ecr.eu-west-3.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
},
"hostname" : "api.ecr.me-south-1.amazonaws.com"
},
2019-02-27 08:30:11 +01:00
"sa-east-1" : {
"credentialScope" : {
"region" : "sa-east-1"
},
"hostname" : "api.ecr.sa-east-1.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api.ecr.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "api.ecr.us-east-2.amazonaws.com"
},
"us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "api.ecr.us-west-1.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api.ecr.us-west-2.amazonaws.com"
}
}
},
2018-07-11 08:25:50 +02:00
"api.mediatailor" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-10-03 12:21:31 +02:00
"eu-central-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-1" : { },
2019-02-27 08:30:11 +01:00
"us-east-1" : { },
"us-west-2" : { }
2018-07-11 08:25:50 +02:00
}
},
2018-01-15 17:34:17 +01:00
"api.pricing" : {
"defaults" : {
"credentialScope" : {
"service" : "pricing"
}
},
"endpoints" : {
"ap-south-1" : { },
"us-east-1" : { }
}
},
2018-08-16 08:01:54 +02:00
"api.sagemaker" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2018-08-16 08:01:54 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2018-11-28 09:58:03 +01:00
"ap-south-1" : { },
"ap-southeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-southeast-2" : { },
2018-11-28 09:58:03 +01:00
"ca-central-1" : { },
2018-08-16 08:01:54 +02:00
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2018-08-16 08:01:54 +02:00
"eu-west-1" : { },
2018-11-28 09:58:03 +01:00
"eu-west-2" : { },
2019-10-03 12:21:31 +02:00
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2019-10-03 12:21:31 +02:00
"sa-east-1" : { },
2018-08-16 08:01:54 +02:00
"us-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "api-fips.sagemaker.us-east-1.amazonaws.com"
},
2018-08-16 08:01:54 +02:00
"us-east-2" : { },
2019-02-27 08:30:11 +01:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "api-fips.sagemaker.us-east-2.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-west-1" : { },
2019-02-27 08:30:11 +01:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "api-fips.sagemaker.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "api-fips.sagemaker.us-west-2.amazonaws.com"
}
2018-08-16 08:01:54 +02:00
}
},
2017-06-27 11:52:19 +02:00
"apigateway" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2017-07-04 08:22:29 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"application-autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-08-03 07:08:36 +02:00
"appmesh" : {
"endpoints" : {
2020-03-17 03:51:55 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2020-02-11 03:48:00 +01:00
"eu-north-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2019-11-18 09:46:14 +01:00
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
"sa-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"appstream2" : {
"defaults" : {
"credentialScope" : {
"service" : "appstream"
},
2017-06-27 11:52:19 +02:00
"protocols" : [ "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
"ap-northeast-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-11-18 09:46:14 +01:00
"fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-west-2" : { }
}
},
2018-11-28 09:58:03 +01:00
"appsync" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2018-11-28 09:58:03 +01:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"athena" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2017-07-10 09:39:11 +02:00
"ap-northeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-07-10 09:39:11 +02:00
"ap-southeast-1" : { },
2018-01-15 17:34:17 +01:00
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2018-01-15 17:34:17 +01:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-07-10 09:39:11 +02:00
"eu-west-1" : { },
2018-08-16 08:01:54 +02:00
"eu-west-2" : { },
2019-11-18 09:46:14 +01:00
"eu-west-3" : { },
"me-south-1" : { },
2020-02-11 03:48:00 +01:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2019-11-18 09:46:14 +01:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-02-03 10:30:12 +01:00
"autoscaling-plans" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2018-12-28 08:05:06 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2018-02-03 10:30:12 +01:00
"ap-southeast-1" : { },
2018-12-28 08:05:06 +01:00
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-02-03 10:30:12 +01:00
"eu-west-1" : { },
2018-12-28 08:05:06 +01:00
"eu-west-2" : { },
2018-02-03 10:30:12 +01:00
"us-east-1" : { },
"us-east-2" : { },
2018-12-28 08:05:06 +01:00
"us-west-1" : { },
2018-02-03 10:30:12 +01:00
"us-west-2" : { }
}
},
2019-08-03 07:08:36 +02:00
"backup" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2019-11-18 09:46:14 +01:00
"ap-south-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-11-18 09:46:14 +01:00
"eu-north-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2019-11-18 09:46:14 +01:00
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"batch" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-07-04 08:22:29 +02:00
"ap-northeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-2" : { },
2018-07-11 08:25:50 +02:00
"ap-south-1" : { },
2017-08-24 04:33:12 +02:00
"ap-southeast-1" : { },
2017-07-04 08:22:29 +02:00
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"ca-central-1" : { },
2017-07-04 08:22:29 +02:00
"eu-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2017-07-04 08:22:29 +02:00
"eu-west-2" : { },
2018-12-28 08:05:06 +01:00
"eu-west-3" : { },
2019-08-15 10:33:42 +02:00
"me-south-1" : { },
2018-08-16 08:01:54 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2017-07-04 08:22:29 +02:00
"us-east-2" : { },
2018-05-08 03:57:43 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"budgets" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "budgets.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
2018-05-08 03:57:43 +02:00
"ce" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "ce.us-east-1.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
2018-11-28 09:58:03 +01:00
"chime" : {
"defaults" : {
"protocols" : [ "https" ],
"sslCommonName" : "service.chime.aws.amazon.com"
},
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "service.chime.aws.amazon.com",
"protocols" : [ "https" ]
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
2018-05-08 03:57:43 +02:00
"cloud9" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
2020-02-11 03:48:00 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2018-05-08 03:57:43 +02:00
"ap-southeast-1" : { },
2020-02-11 03:48:00 +01:00
"ap-southeast-2" : { },
"ca-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-central-1" : { },
2020-02-11 03:48:00 +01:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
2020-02-11 03:48:00 +01:00
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"clouddirectory" : {
"endpoints" : {
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-12-28 08:05:06 +01:00
"ca-central-1" : { },
2018-02-22 09:45:23 +01:00
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"cloudformation" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"cloudfront" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "cloudfront.amazonaws.com",
"protocols" : [ "http", "https" ]
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"cloudhsm" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-08-24 04:33:12 +02:00
"cloudhsmv2" : {
2018-02-22 09:45:23 +01:00
"defaults" : {
"credentialScope" : {
"service" : "cloudhsm"
}
},
2017-08-24 04:33:12 +02:00
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
2018-11-28 09:58:03 +01:00
"ap-northeast-2" : { },
2018-01-15 17:34:17 +01:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-08-24 04:33:12 +02:00
"eu-west-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-2" : { },
2018-11-28 09:58:03 +01:00
"eu-west-3" : { },
2019-08-15 10:33:42 +02:00
"me-south-1" : { },
2019-11-18 09:46:14 +01:00
"sa-east-1" : { },
2017-08-24 04:33:12 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
2017-08-24 04:33:12 +02:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"cloudsearch" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"cloudtrail" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"codebuild" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-2" : { },
2018-05-08 03:57:43 +02:00
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2017-07-10 09:39:11 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2017-07-10 09:39:11 +02:00
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "codebuild-fips.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
2018-05-08 03:57:43 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "codebuild-fips.us-east-2.amazonaws.com"
},
2017-07-10 09:39:11 +02:00
"us-west-1" : { },
2018-05-08 03:57:43 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "codebuild-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "codebuild-fips.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"codecommit" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2017-07-10 09:39:11 +02:00
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2017-07-10 09:39:11 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2018-11-28 09:58:03 +01:00
"fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"codedeploy" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2018-11-28 09:58:03 +01:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "codedeploy-fips.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
2018-11-28 09:58:03 +01:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "codedeploy-fips.us-east-2.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-west-1" : { },
2018-11-28 09:58:03 +01:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "codedeploy-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "codedeploy-fips.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"codepipeline" : {
"endpoints" : {
"ap-northeast-1" : { },
2017-08-24 04:33:12 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2017-07-10 09:39:11 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2017-07-10 09:39:11 +02:00
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
2017-07-10 09:39:11 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"codestar" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
2018-02-22 09:45:23 +01:00
"ap-northeast-2" : { },
2017-08-24 04:33:12 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-01-15 17:34:17 +01:00
"ca-central-1" : { },
2017-08-24 04:33:12 +02:00
"eu-central-1" : { },
2020-03-17 03:51:55 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2017-08-24 04:33:12 +02:00
"eu-west-2" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2017-08-24 04:33:12 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"cognito-identity" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-08-24 04:33:12 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2018-11-28 09:58:03 +01:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"cognito-idp" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-08-24 04:33:12 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2018-11-28 09:58:03 +01:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"cognito-sync" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-08-24 04:33:12 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"comprehend" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2020-03-17 03:51:55 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2019-02-27 08:30:11 +01:00
"ap-southeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-southeast-2" : { },
2019-02-27 08:30:11 +01:00
"ca-central-1" : { },
"eu-central-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"comprehendmedical" : {
"endpoints" : {
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"config" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-10-03 12:21:31 +02:00
"connect" : {
"endpoints" : {
"ap-northeast-1" : { },
2020-02-11 03:48:00 +01:00
"ap-southeast-1" : { },
2019-10-03 12:21:31 +02:00
"ap-southeast-2" : { },
"eu-central-1" : { },
2020-02-11 03:48:00 +01:00
"eu-west-2" : { },
2019-10-03 12:21:31 +02:00
"us-east-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"cur" : {
"endpoints" : {
"us-east-1" : { }
}
},
"data.iot" : {
"defaults" : {
"credentialScope" : {
"service" : "iotdata"
},
2017-06-27 11:52:19 +02:00
"protocols" : [ "https" ]
},
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2018-07-11 08:25:50 +02:00
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-07-11 08:25:50 +02:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
"us-west-2" : { }
}
},
"data.mediastore" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
2019-11-18 09:46:14 +01:00
"dataexchange" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"datapipeline" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-2" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"datasync" : {
"endpoints" : {
2019-12-12 10:04:05 +01:00
"ap-east-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2019-12-12 10:04:05 +01:00
"ap-south-1" : { },
2019-02-27 08:30:11 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-11-18 09:46:14 +01:00
"ca-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-central-1" : { },
2019-12-12 10:04:05 +01:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
2019-11-18 09:46:14 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
2020-03-17 03:51:55 +01:00
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "datasync-fips.ca-central-1.amazonaws.com"
},
2019-08-15 10:33:42 +02:00
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "datasync-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "datasync-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "datasync-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
},
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2019-12-12 10:04:05 +01:00
"sa-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-01-15 17:34:17 +01:00
"dax" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-south-1" : { },
2018-02-22 09:45:23 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-02-27 08:30:11 +01:00
"eu-central-1" : { },
2018-01-15 17:34:17 +01:00
"eu-west-1" : { },
2019-11-18 09:46:14 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
2018-01-15 17:34:17 +01:00
"sa-east-1" : { },
"us-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"devicefarm" : {
"endpoints" : {
"us-west-2" : { }
}
},
"directconnect" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"discovery" : {
"endpoints" : {
2019-12-12 10:04:05 +01:00
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"dms" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-02-03 10:30:12 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"docdb" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "rds.ap-northeast-1.amazonaws.com"
},
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "rds.ap-northeast-2.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "rds.ap-south-1.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "rds.ap-southeast-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "rds.ap-southeast-2.amazonaws.com"
},
2020-02-11 03:48:00 +01:00
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "rds.ca-central-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "rds.eu-central-1.amazonaws.com"
},
2019-02-27 08:30:11 +01:00
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "rds.eu-west-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "rds.eu-west-2.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "rds.eu-west-3.amazonaws.com"
},
2019-02-27 08:30:11 +01:00
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "rds.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "rds.us-east-2.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "rds.us-west-2.amazonaws.com"
}
}
},
2017-06-27 11:52:19 +02:00
"ds" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2018-01-15 17:34:17 +01:00
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2020-02-11 03:48:00 +01:00
"eu-west-3" : { },
2020-03-17 03:51:55 +01:00
"me-south-1" : { },
2017-08-24 04:33:12 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"dynamodb" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1-fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2017-06-27 11:52:19 +02:00
"local" : {
"credentialScope" : {
"region" : "us-east-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "localhost:8000",
"protocols" : [ "http" ]
2017-02-02 09:27:08 +01:00
},
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-west-1" : { },
2019-08-03 07:08:36 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"ec2" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"ecs" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2018-01-15 17:34:17 +01:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"elasticache" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2018-08-16 08:01:54 +02:00
"fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "elasticache-fips.us-west-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"elasticbeanstalk" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"elasticfilesystem" : {
"endpoints" : {
2019-12-12 10:04:05 +01:00
"ap-east-1" : { },
2018-08-16 08:01:54 +02:00
"ap-northeast-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-2" : { },
2019-08-03 07:08:36 +02:00
"ap-south-1" : { },
2018-10-04 08:50:52 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2017-08-24 04:33:12 +02:00
"eu-central-1" : { },
2019-12-12 10:04:05 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2019-12-12 10:04:05 +01:00
"me-south-1" : { },
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-05-08 03:57:43 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"elasticloadbalancing" : {
"defaults" : {
2018-01-15 17:34:17 +01:00
"protocols" : [ "https" ]
2017-06-27 11:52:19 +02:00
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"elasticmapreduce" : {
"defaults" : {
2018-08-16 08:01:54 +02:00
"protocols" : [ "https" ],
2017-06-27 11:52:19 +02:00
"sslCommonName" : "{region}.{service}.{dnsSuffix}"
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : {
"sslCommonName" : "{service}.{region}.{dnsSuffix}"
},
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : {
"sslCommonName" : "{service}.{region}.{dnsSuffix}"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"elastictranscoder" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"email" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-south-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"entitlement.marketplace" : {
"defaults" : {
"credentialScope" : {
"service" : "aws-marketplace"
}
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
"us-east-1" : { }
}
},
"es" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-02-27 08:30:11 +01:00
"fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "es-fips.us-west-1.amazonaws.com"
},
2019-08-15 10:33:42 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"events" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"firehose" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-2" : { },
2018-08-16 08:01:54 +02:00
"ap-south-1" : { },
2018-02-03 10:30:12 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-07-11 08:25:50 +02:00
"ca-central-1" : { },
2018-01-15 17:34:17 +01:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2018-08-16 08:01:54 +02:00
"eu-west-2" : { },
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2018-08-16 08:01:54 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-01-15 17:34:17 +01:00
"us-east-2" : { },
2018-02-03 10:30:12 +01:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"fms" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2018-12-28 08:05:06 +01:00
"ap-northeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : { },
2019-11-18 09:46:14 +01:00
"ap-south-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-1" : { },
2018-12-28 08:05:06 +01:00
"ap-southeast-2" : { },
2019-11-18 09:46:14 +01:00
"ca-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-central-1" : { },
2019-11-18 09:46:14 +01:00
"eu-north-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2019-11-18 09:46:14 +01:00
"eu-west-3" : { },
"sa-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2018-05-08 03:57:43 +02:00
"us-west-2" : { }
}
},
2019-11-18 09:46:14 +01:00
"forecast" : {
"endpoints" : {
"ap-northeast-1" : { },
2020-02-11 03:48:00 +01:00
"ap-northeast-2" : { },
2019-11-18 09:46:14 +01:00
"ap-southeast-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"forecastquery" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"fsx" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2019-02-27 08:30:11 +01:00
"us-east-1" : { },
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2019-02-27 08:30:11 +01:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"gamelift" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
2018-01-15 17:34:17 +01:00
"ap-southeast-2" : { },
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
2018-01-15 17:34:17 +01:00
"eu-west-2" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2018-01-15 17:34:17 +01:00
"us-east-2" : { },
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"glacier" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2018-01-15 17:34:17 +01:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2018-10-04 08:50:52 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-08-24 04:33:12 +02:00
"glue" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2018-02-03 10:30:12 +01:00
"ap-northeast-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-2" : { },
2018-05-08 03:57:43 +02:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-08-16 08:01:54 +02:00
"ca-central-1" : { },
2018-05-08 03:57:43 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-01-15 17:34:17 +01:00
"eu-west-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-2" : { },
2019-02-27 08:30:11 +01:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"sa-east-1" : { },
2018-01-15 17:34:17 +01:00
"us-east-1" : { },
"us-east-2" : { },
2018-12-28 08:05:06 +01:00
"us-west-1" : { },
2018-01-15 17:34:17 +01:00
"us-west-2" : { }
2017-08-24 04:33:12 +02:00
}
},
2017-06-27 11:52:19 +02:00
"greengrass" : {
"defaults" : {
"protocols" : [ "https" ]
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
2017-07-04 08:22:29 +02:00
"ap-southeast-2" : { },
"eu-central-1" : { },
2018-08-16 08:01:54 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-2" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : true
},
2019-08-03 07:08:36 +02:00
"groundstation" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"eu-north-1" : { },
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-2" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"guardduty" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2019-10-03 12:21:31 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "guardduty-fips.us-east-1.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2019-10-03 12:21:31 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "guardduty-fips.us-east-2.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-west-1" : { },
2019-10-03 12:21:31 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "guardduty-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "guardduty-fips.us-west-2.amazonaws.com"
}
2018-05-08 03:57:43 +02:00
},
"isRegionalized" : true
},
2017-06-27 11:52:19 +02:00
"health" : {
"endpoints" : {
"us-east-1" : { }
}
},
"iam" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "iam.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"importexport" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1",
"service" : "IngestionService"
},
2017-06-27 11:52:19 +02:00
"hostname" : "importexport.amazonaws.com",
"signatureVersions" : [ "v2", "v4" ]
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"inspector" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-2" : { },
2018-01-15 17:34:17 +01:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-02-11 09:52:35 +01:00
"us-east-2" : { },
2017-06-27 11:52:19 +02:00
"us-west-1" : { },
"us-west-2" : { }
}
},
"iot" : {
"defaults" : {
"credentialScope" : {
"service" : "execute-api"
}
},
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2018-07-11 08:25:50 +02:00
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
2018-10-04 08:50:52 +02:00
"iotanalytics" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-11-28 09:58:03 +01:00
"eu-central-1" : { },
2018-10-04 08:50:52 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2019-08-03 07:08:36 +02:00
"iotevents" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-11-18 09:46:14 +01:00
"ap-northeast-2" : { },
"ap-southeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
2019-11-18 09:46:14 +01:00
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"ioteventsdata" : {
"endpoints" : {
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "data.iotevents.ap-northeast-1.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "data.iotevents.ap-southeast-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "data.iotevents.ap-southeast-2.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "data.iotevents.eu-central-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "data.iotevents.eu-west-1.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "data.iotevents.eu-west-2.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "data.iotevents.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "data.iotevents.us-east-2.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "data.iotevents.us-west-2.amazonaws.com"
}
}
},
2019-12-12 10:04:05 +01:00
"iotsecuredtunneling" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-12-12 10:04:05 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
2019-12-12 10:04:05 +01:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-08-03 07:08:36 +02:00
"iotthingsgraph" : {
"defaults" : {
"credentialScope" : {
"service" : "iotthingsgraph"
}
},
"endpoints" : {
"ap-northeast-1" : { },
2019-11-18 09:46:14 +01:00
"ap-northeast-2" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-2" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"kafka" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-11-18 09:46:14 +01:00
"ca-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
2019-11-18 09:46:14 +01:00
"sa-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1" : { },
"us-east-2" : { },
2019-11-18 09:46:14 +01:00
"us-west-1" : { },
2019-08-03 07:08:36 +02:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"kinesis" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"kinesisanalytics" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2019-10-03 12:21:31 +02:00
"ap-south-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2020-02-11 03:48:00 +01:00
"ca-central-1" : { },
2018-08-16 08:01:54 +02:00
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2019-10-03 12:21:31 +02:00
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-east-2" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
2018-02-22 09:45:23 +01:00
"kinesisvideo" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2018-02-22 09:45:23 +01:00
"ap-northeast-1" : { },
2020-02-11 03:48:00 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-2" : { },
2020-02-11 03:48:00 +01:00
"ca-central-1" : { },
2018-02-22 09:45:23 +01:00
"eu-central-1" : { },
"eu-west-1" : { },
2020-02-11 03:48:00 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-east-1" : { },
2020-02-11 03:48:00 +01:00
"us-east-2" : { },
2018-02-22 09:45:23 +01:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"kms" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-08-15 10:33:42 +02:00
"lakeformation" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-12-12 10:04:05 +01:00
"ap-northeast-2" : { },
2019-11-18 09:46:14 +01:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-12-12 10:04:05 +01:00
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-15 10:33:42 +02:00
"eu-west-1" : { },
2019-12-12 10:04:05 +01:00
"eu-west-2" : { },
2019-08-15 10:33:42 +02:00
"us-east-1" : { },
"us-east-2" : { },
2019-12-12 10:04:05 +01:00
"us-west-1" : { },
2019-08-15 10:33:42 +02:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"lambda" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2017-07-04 08:22:29 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"license-manager" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"sa-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-east-1" : { },
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2019-02-27 08:30:11 +01:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"lightsail" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-2" : { },
2017-06-27 11:52:19 +02:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"logs" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"machinelearning" : {
"endpoints" : {
"eu-west-1" : { },
"us-east-1" : { }
}
},
2020-03-17 03:51:55 +01:00
"managedblockchain" : {
"endpoints" : {
"ap-southeast-1" : { },
"us-east-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"marketplacecommerceanalytics" : {
"endpoints" : {
"us-east-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"mediaconnect" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-02-22 09:45:23 +01:00
"mediaconvert" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-2" : { },
2018-02-22 09:45:23 +01:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"ca-central-1" : { },
2018-02-22 09:45:23 +01:00
"eu-central-1" : { },
"eu-west-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-2" : { },
2019-08-03 07:08:36 +02:00
"eu-west-3" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2018-02-22 09:45:23 +01:00
"us-west-1" : { },
"us-west-2" : { }
}
},
"medialive" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-2" : { },
2018-08-16 08:01:54 +02:00
"ap-south-1" : { },
2018-02-22 09:45:23 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-07-11 08:25:50 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-02-22 09:45:23 +01:00
"eu-west-1" : { },
2019-11-18 09:46:14 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
2018-07-11 08:25:50 +02:00
"sa-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-east-1" : { },
2019-11-18 09:46:14 +01:00
"us-east-2" : { },
2018-02-22 09:45:23 +01:00
"us-west-2" : { }
}
},
"mediapackage" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-2" : { },
2018-11-28 09:58:03 +01:00
"ap-south-1" : { },
2018-02-22 09:45:23 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
2019-10-03 12:21:31 +02:00
"eu-west-2" : { },
2018-02-22 09:45:23 +01:00
"eu-west-3" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-east-1" : { },
2018-11-28 09:58:03 +01:00
"us-west-1" : { },
2018-02-22 09:45:23 +01:00
"us-west-2" : { }
}
},
2018-07-11 08:25:50 +02:00
"mediastore" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-northeast-2" : { },
2018-07-11 08:25:50 +02:00
"ap-southeast-2" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-07-11 08:25:50 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"metering.marketplace" : {
"defaults" : {
"credentialScope" : {
"service" : "aws-marketplace"
}
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-08-24 04:33:12 +02:00
"mgh" : {
"endpoints" : {
2019-12-12 10:04:05 +01:00
"eu-central-1" : { },
2017-08-24 04:33:12 +02:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"mobileanalytics" : {
"endpoints" : {
"us-east-1" : { }
}
},
"models.lex" : {
"defaults" : {
"credentialScope" : {
"service" : "lex"
2017-02-02 09:27:08 +01:00
}
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2019-12-12 10:04:05 +01:00
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
2017-06-27 11:52:19 +02:00
},
"monitoring" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-02-27 08:30:11 +01:00
"mq" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2019-08-03 07:08:36 +02:00
"ap-south-1" : { },
2019-02-27 08:30:11 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-central-1" : { },
2020-02-11 03:48:00 +01:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "mq-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "mq-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "mq-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "mq-fips.us-west-2.amazonaws.com"
},
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
"sa-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"mturk-requester" : {
"endpoints" : {
"sandbox" : {
"hostname" : "mturk-requester-sandbox.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-1" : { }
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false
},
2018-07-11 08:25:50 +02:00
"neptune" : {
"endpoints" : {
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "rds.ap-northeast-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "rds.ap-northeast-2.amazonaws.com"
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "rds.ap-south-1.amazonaws.com"
},
2018-12-28 08:05:06 +01:00
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "rds.ap-southeast-1.amazonaws.com"
},
2019-02-27 08:30:11 +01:00
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "rds.ap-southeast-2.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "rds.ca-central-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "rds.eu-central-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
},
"hostname" : "rds.eu-north-1.amazonaws.com"
},
2018-07-11 08:25:50 +02:00
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "rds.eu-west-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "rds.eu-west-2.amazonaws.com"
},
2020-03-17 03:51:55 +01:00
"eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "rds.eu-west-3.amazonaws.com"
},
2019-11-18 09:46:14 +01:00
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
},
"hostname" : "rds.me-south-1.amazonaws.com"
},
2018-07-11 08:25:50 +02:00
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "rds.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "rds.us-east-2.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "rds.us-west-2.amazonaws.com"
}
}
},
2019-11-18 09:46:14 +01:00
"oidc" : {
"endpoints" : {
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "oidc.ap-southeast-1.amazonaws.com"
},
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "oidc.ap-southeast-2.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "oidc.ca-central-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "oidc.eu-central-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "oidc.eu-west-1.amazonaws.com"
},
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "oidc.eu-west-2.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "oidc.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "oidc.us-east-2.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "oidc.us-west-2.amazonaws.com"
}
}
},
2017-06-27 11:52:19 +02:00
"opsworks" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"opsworks-cm" : {
"endpoints" : {
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"us-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"organizations" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "organizations.us-east-1.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
2020-02-11 03:48:00 +01:00
"outposts" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"pinpoint" : {
"defaults" : {
"credentialScope" : {
"service" : "mobiletargeting"
}
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-south-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
2019-12-12 10:04:05 +01:00
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "pinpoint-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "pinpoint-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "pinpoint.us-east-1.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "pinpoint.us-west-2.amazonaws.com"
}
2019-08-03 07:08:36 +02:00
}
},
"polly" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
2019-08-03 07:08:36 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-11-18 09:46:14 +01:00
"portal.sso" : {
"endpoints" : {
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "portal.sso.ap-southeast-1.amazonaws.com"
},
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "portal.sso.ca-central-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "portal.sso.eu-central-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "portal.sso.eu-west-1.amazonaws.com"
},
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "portal.sso.eu-west-2.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "portal.sso.us-east-1.amazonaws.com"
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "portal.sso.us-east-2.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "portal.sso.us-west-2.amazonaws.com"
}
}
},
2019-08-03 07:08:36 +02:00
"projects.iot1click" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-02-27 08:30:11 +01:00
"eu-central-1" : { },
2018-11-28 09:58:03 +01:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2018-12-28 08:05:06 +01:00
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-2" : { },
2018-12-28 08:05:06 +01:00
"us-west-2" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-10-03 12:21:31 +02:00
"qldb" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-12-12 10:04:05 +01:00
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2019-08-03 07:08:36 +02:00
"ram" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2018-01-15 17:34:17 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
2020-02-11 03:48:00 +01:00
"me-south-1" : { },
2019-12-12 10:04:05 +01:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"rds" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : {
"sslCommonName" : "{service}.{dnsSuffix}"
},
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"redshift" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"rekognition" : {
"endpoints" : {
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2019-08-03 07:08:36 +02:00
"ap-southeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"eu-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-02-03 10:30:12 +01:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"resource-groups" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-08-16 08:01:54 +02:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "resource-groups-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "resource-groups-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "resource-groups-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "resource-groups-fips.us-west-2.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-12-28 08:05:06 +01:00
"robomaker" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-west-1" : { },
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-2" : { },
2018-12-28 08:05:06 +01:00
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"route53" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "route53.amazonaws.com"
2017-02-02 09:27:08 +01:00
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"route53domains" : {
"endpoints" : {
"us-east-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"route53resolver" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2020-02-11 03:48:00 +01:00
"ap-east-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2020-02-11 03:48:00 +01:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"runtime.lex" : {
"defaults" : {
"credentialScope" : {
"service" : "lex"
}
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2019-12-12 10:04:05 +01:00
"ap-southeast-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
"us-west-2" : { }
}
},
"runtime.sagemaker" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-northeast-2" : { },
2018-11-28 09:58:03 +01:00
"ap-south-1" : { },
"ap-southeast-1" : { },
2018-08-16 08:01:54 +02:00
"ap-southeast-2" : { },
2018-11-28 09:58:03 +01:00
"ca-central-1" : { },
2018-08-16 08:01:54 +02:00
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
2018-11-28 09:58:03 +01:00
"eu-west-2" : { },
2019-10-03 12:21:31 +02:00
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2019-10-03 12:21:31 +02:00
"sa-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-west-1" : { },
2019-08-03 07:08:36 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"s3" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.ap-northeast-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.ap-southeast-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.ap-southeast-2.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
2020-02-11 03:48:00 +01:00
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "s3.amazonaws.com",
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.eu-west-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"s3-external-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "s3-external-1.amazonaws.com",
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"sa-east-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.sa-east-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"us-east-1" : {
2020-02-11 03:48:00 +01:00
"hostname" : "s3.us-east-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
"us-west-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.us-west-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
},
"us-west-2" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.us-west-2.amazonaws.com",
2017-06-27 11:52:19 +02:00
"signatureVersions" : [ "s3", "s3v4" ]
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : true,
2020-02-11 03:48:00 +01:00
"partitionEndpoint" : "aws-global"
2017-06-27 11:52:19 +02:00
},
2018-11-28 09:58:03 +01:00
"s3-control" : {
"defaults" : {
"protocols" : [ "https" ],
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "s3-control.ap-northeast-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "s3-control.ap-northeast-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "s3-control.ap-south-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "s3-control.ap-southeast-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
},
"hostname" : "s3-control.ap-southeast-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "s3-control.ca-central-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "s3-control.eu-central-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
2018-12-28 08:05:06 +01:00
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
},
"hostname" : "s3-control.eu-north-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
2018-11-28 09:58:03 +01:00
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "s3-control.eu-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "s3-control.eu-west-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "s3-control.eu-west-3.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"sa-east-1" : {
"credentialScope" : {
"region" : "sa-east-1"
},
"hostname" : "s3-control.sa-east-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "s3-control.us-east-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "s3-control-fips.us-east-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "s3-control.us-east-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "s3-control-fips.us-east-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "s3-control.us-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "s3-control-fips.us-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "s3-control.us-west-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "s3-control-fips.us-west-2.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
}
}
},
2019-11-18 09:46:14 +01:00
"savingsplans" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "savingsplans.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
2019-12-12 10:04:05 +01:00
"schemas" : {
"endpoints" : {
"ap-northeast-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"sdb" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "v2" ]
},
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-west-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"hostname" : "sdb.amazonaws.com"
},
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"secretsmanager" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-10-04 08:50:52 +02:00
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2018-10-04 08:50:52 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "secretsmanager-fips.us-east-1.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2018-10-04 08:50:52 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "secretsmanager-fips.us-east-2.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-west-1" : { },
2018-10-04 08:50:52 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "secretsmanager-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "secretsmanager-fips.us-west-2.amazonaws.com"
}
2018-05-08 03:57:43 +02:00
}
},
2019-02-27 08:30:11 +01:00
"securityhub" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2019-02-27 08:30:11 +01:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2019-02-27 08:30:11 +01:00
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2019-02-27 08:30:11 +01:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"serverlessrepo" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : {
"protocols" : [ "https" ]
},
2018-05-08 03:57:43 +02:00
"ap-northeast-1" : {
"protocols" : [ "https" ]
},
"ap-northeast-2" : {
"protocols" : [ "https" ]
},
"ap-south-1" : {
"protocols" : [ "https" ]
},
"ap-southeast-1" : {
"protocols" : [ "https" ]
},
"ap-southeast-2" : {
"protocols" : [ "https" ]
},
"ca-central-1" : {
"protocols" : [ "https" ]
},
"eu-central-1" : {
"protocols" : [ "https" ]
},
2019-08-03 07:08:36 +02:00
"eu-north-1" : {
"protocols" : [ "https" ]
},
2018-05-08 03:57:43 +02:00
"eu-west-1" : {
"protocols" : [ "https" ]
},
"eu-west-2" : {
"protocols" : [ "https" ]
},
2019-08-03 07:08:36 +02:00
"eu-west-3" : {
"protocols" : [ "https" ]
},
2019-11-18 09:46:14 +01:00
"me-south-1" : {
"protocols" : [ "https" ]
},
2018-05-08 03:57:43 +02:00
"sa-east-1" : {
"protocols" : [ "https" ]
},
"us-east-1" : {
"protocols" : [ "https" ]
},
"us-east-2" : {
"protocols" : [ "https" ]
},
"us-west-1" : {
"protocols" : [ "https" ]
},
"us-west-2" : {
"protocols" : [ "https" ]
}
}
},
2017-06-27 11:52:19 +02:00
"servicecatalog" : {
"endpoints" : {
2020-03-17 03:51:55 +01:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
2018-01-15 17:34:17 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-02-27 08:30:11 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2020-03-17 03:51:55 +01:00
"me-south-1" : { },
2018-01-15 17:34:17 +01:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-11-28 09:58:03 +01:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "servicecatalog-fips.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
2018-11-28 09:58:03 +01:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "servicecatalog-fips.us-east-2.amazonaws.com"
},
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
2018-11-28 09:58:03 +01:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "servicecatalog-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "servicecatalog-fips.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
2018-02-22 09:45:23 +01:00
"servicediscovery" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"ap-east-1" : { },
2018-10-04 08:50:52 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2018-02-22 09:45:23 +01:00
"eu-west-1" : { },
2018-10-04 08:50:52 +02:00
"eu-west-2" : { },
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2018-10-04 08:50:52 +02:00
"sa-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-east-1" : { },
"us-east-2" : { },
2018-07-11 08:25:50 +02:00
"us-west-1" : { },
2018-02-22 09:45:23 +01:00
"us-west-2" : { }
}
},
2019-10-03 12:21:31 +02:00
"session.qldb" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-12-12 10:04:05 +01:00
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"shield" : {
"defaults" : {
"protocols" : [ "https" ],
2018-12-28 08:05:06 +01:00
"sslCommonName" : "shield.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
"us-east-1" : { }
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false
},
"sms" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-07-04 08:22:29 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
2018-05-08 03:57:43 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2018-02-03 10:30:12 +01:00
"ca-central-1" : { },
2017-07-04 08:22:29 +02:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2018-02-22 09:45:23 +01:00
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"me-south-1" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
2017-07-04 08:22:29 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-01-15 17:34:17 +01:00
"us-west-1" : { },
2017-07-04 08:22:29 +02:00
"us-west-2" : { }
2017-06-27 11:52:19 +02:00
}
},
"snowball" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"ap-northeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : { },
2017-06-27 11:52:19 +02:00
"ap-south-1" : { },
2018-05-08 03:57:43 +02:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2018-02-22 09:45:23 +01:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2017-08-24 04:33:12 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"sns" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"sqs" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"sslCommonName" : "{region}.queue.{dnsSuffix}"
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2018-07-11 08:25:50 +02:00
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "sqs-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "sqs-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "sqs-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : {
"sslCommonName" : "queue.{dnsSuffix}"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"ssm" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"states" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
2018-07-11 08:25:50 +02:00
"ap-northeast-2" : { },
2018-08-16 08:01:54 +02:00
"ap-south-1" : { },
2018-02-11 09:52:35 +01:00
"ap-southeast-1" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-2" : { },
2018-02-11 09:52:35 +01:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2017-08-24 04:33:12 +02:00
"eu-west-2" : { },
2018-12-28 08:05:06 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2018-12-28 08:05:06 +01:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-east-2" : { },
2018-07-11 08:25:50 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"storagegateway" : {
"endpoints" : {
2019-08-15 10:33:42 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
"service" : "dynamodb"
},
2017-06-27 11:52:19 +02:00
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1-fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2017-06-27 11:52:19 +02:00
"local" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "localhost:8000",
"protocols" : [ "http" ]
},
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-east-2" : { },
2019-08-03 07:08:36 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-west-1" : { },
2019-08-03 07:08:36 +02:00
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
},
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"sts" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
2019-11-18 09:46:14 +01:00
"ap-northeast-2" : { },
2017-06-27 11:52:19 +02:00
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2019-11-18 09:46:14 +01:00
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "sts.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-11-18 09:46:14 +01:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "sts-fips.us-east-1.amazonaws.com"
},
"us-east-2" : { },
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "sts-fips.us-east-2.amazonaws.com"
},
"us-west-1" : { },
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "sts-fips.us-west-1.amazonaws.com"
},
2017-06-27 11:52:19 +02:00
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "sts-fips.us-west-2.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"partitionEndpoint" : "aws-global"
},
"support" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "support.us-east-1.amazonaws.com"
}
},
"partitionEndpoint" : "aws-global"
2017-06-27 11:52:19 +02:00
},
"swf" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-01-15 17:34:17 +01:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"tagging" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"eu-west-3" : { },
2019-08-03 07:08:36 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2019-11-18 09:46:14 +01:00
"transcribe" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"ap-east-1" : { },
2019-12-12 10:04:05 +01:00
"ap-northeast-1" : { },
2019-11-18 09:46:14 +01:00
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"transcribestreaming" : {
"endpoints" : {
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
2018-12-28 08:05:06 +01:00
"transfer" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
2019-02-27 08:30:11 +01:00
"ap-south-1" : { },
2018-12-28 08:05:06 +01:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2019-10-03 12:21:31 +02:00
"eu-north-1" : { },
2018-12-28 08:05:06 +01:00
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
2019-10-03 12:21:31 +02:00
"sa-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"translate" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2019-12-12 10:04:05 +01:00
"ap-east-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
2019-12-12 10:04:05 +01:00
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
"eu-central-1" : { },
2019-12-12 10:04:05 +01:00
"eu-north-1" : { },
2018-05-08 03:57:43 +02:00
"eu-west-1" : { },
2019-12-12 10:04:05 +01:00
"eu-west-2" : { },
"eu-west-3" : { },
2018-05-08 03:57:43 +02:00
"us-east-1" : { },
2018-10-04 08:50:52 +02:00
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "translate-fips.us-east-1.amazonaws.com"
},
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2018-10-04 08:50:52 +02:00
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "translate-fips.us-east-2.amazonaws.com"
},
2019-12-12 10:04:05 +01:00
"us-west-1" : { },
2018-10-04 08:50:52 +02:00
"us-west-2" : { },
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "translate-fips.us-west-2.amazonaws.com"
}
2018-05-08 03:57:43 +02:00
}
},
2017-06-27 11:52:19 +02:00
"waf" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "waf.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"waf-regional" : {
"endpoints" : {
"ap-northeast-1" : { },
2019-08-03 07:08:36 +02:00
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
2018-02-11 09:52:35 +01:00
"ap-southeast-2" : { },
2019-08-03 07:08:36 +02:00
"ca-central-1" : { },
2018-02-11 09:52:35 +01:00
"eu-central-1" : { },
2019-08-03 07:08:36 +02:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
2019-08-03 07:08:36 +02:00
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-east-2" : { },
2017-08-24 04:33:12 +02:00
"us-west-1" : { },
2017-06-27 11:52:19 +02:00
"us-west-2" : { }
}
},
"workdocs" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
2018-05-08 03:57:43 +02:00
"workmail" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
2017-06-27 11:52:19 +02:00
"workspaces" : {
"endpoints" : {
"ap-northeast-1" : { },
2018-05-08 03:57:43 +02:00
"ap-northeast-2" : { },
2017-06-27 11:52:19 +02:00
"ap-southeast-1" : { },
"ap-southeast-2" : { },
2018-05-08 03:57:43 +02:00
"ca-central-1" : { },
2017-06-27 11:52:19 +02:00
"eu-central-1" : { },
"eu-west-1" : { },
2018-01-15 17:34:17 +01:00
"eu-west-2" : { },
2018-05-08 03:57:43 +02:00
"sa-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-east-1" : { },
"us-west-2" : { }
}
},
"xray" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"ap-east-1" : { },
2017-06-27 11:52:19 +02:00
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
2018-12-28 08:05:06 +01:00
"eu-north-1" : { },
2017-06-27 11:52:19 +02:00
"eu-west-1" : { },
"eu-west-2" : { },
2018-11-28 09:58:03 +01:00
"eu-west-3" : { },
2019-08-15 10:33:42 +02:00
"me-south-1" : { },
2017-06-27 11:52:19 +02:00
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
}
2017-06-27 11:52:19 +02:00
}
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ]
},
2017-06-27 11:52:19 +02:00
"dnsSuffix" : "amazonaws.com.cn",
"partition" : "aws-cn",
"partitionName" : "AWS China",
"regionRegex" : "^cn\\-\\w+\\-\\d+$",
"regions" : {
"cn-north-1" : {
"description" : "China (Beijing)"
2018-01-15 17:34:17 +01:00
},
"cn-northwest-1" : {
"description" : "China (Ningxia)"
2017-06-27 11:52:19 +02:00
}
},
"services" : {
2020-03-17 03:51:55 +01:00
"acm" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"api.ecr" : {
"endpoints" : {
"cn-north-1" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "api.ecr.cn-north-1.amazonaws.com.cn"
},
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn"
}
}
},
2018-01-15 17:34:17 +01:00
"apigateway" : {
"endpoints" : {
2018-07-11 08:25:50 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2018-01-15 17:34:17 +01:00
}
},
2017-08-24 04:33:12 +02:00
"application-autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-08-24 04:33:12 +02:00
}
},
2020-02-11 03:48:00 +01:00
"appsync" : {
"endpoints" : {
"cn-north-1" : { }
}
},
"athena" : {
"endpoints" : {
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2020-03-17 03:51:55 +01:00
"backup" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2019-11-18 09:46:14 +01:00
"batch" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"cloudformation" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-08-03 07:08:36 +02:00
"cloudfront" : {
"endpoints" : {
"aws-cn-global" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "cloudfront.cn-northwest-1.amazonaws.com.cn",
"protocols" : [ "http", "https" ]
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-cn-global"
},
2017-06-27 11:52:19 +02:00
"cloudtrail" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2018-10-04 08:50:52 +02:00
"codebuild" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"codedeploy" : {
2018-01-15 17:34:17 +01:00
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"cognito-identity" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
"cn-north-1" : { }
}
},
"config" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2018-07-11 08:25:50 +02:00
"data.iot" : {
"defaults" : {
"credentialScope" : {
"service" : "iotdata"
},
"protocols" : [ "https" ]
},
"endpoints" : {
2019-08-15 10:33:42 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2018-07-11 08:25:50 +02:00
}
},
2019-11-18 09:46:14 +01:00
"dax" : {
"endpoints" : {
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"directconnect" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2018-11-28 09:58:03 +01:00
"dms" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2018-07-11 08:25:50 +02:00
"ds" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"dynamodb" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"ec2" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2017-07-10 09:39:11 +02:00
"ecs" : {
"endpoints" : {
2018-07-11 08:25:50 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-07-10 09:39:11 +02:00
}
},
2017-06-27 11:52:19 +02:00
"elasticache" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"elasticbeanstalk" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2020-02-11 03:48:00 +01:00
"elasticfilesystem" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"elasticloadbalancing" : {
"defaults" : {
2018-01-15 17:34:17 +01:00
"protocols" : [ "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"elasticmapreduce" : {
"defaults" : {
2018-08-16 08:01:54 +02:00
"protocols" : [ "https" ]
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"es" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"cn-north-1" : { },
2018-01-15 17:34:17 +01:00
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"events" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-02-27 08:30:11 +01:00
"firehose" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"gamelift" : {
"endpoints" : {
"cn-north-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"glacier" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-11-18 09:46:14 +01:00
"glue" : {
"endpoints" : {
"cn-northwest-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"greengrass" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : { }
},
"isRegionalized" : true
},
2020-02-11 03:48:00 +01:00
"health" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"iam" : {
"endpoints" : {
"aws-cn-global" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "iam.cn-north-1.amazonaws.com.cn"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-cn-global"
},
2017-08-24 04:33:12 +02:00
"iot" : {
"defaults" : {
"credentialScope" : {
"service" : "execute-api"
}
},
"endpoints" : {
2019-08-15 10:33:42 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-08-24 04:33:12 +02:00
}
},
2017-06-27 11:52:19 +02:00
"kinesis" : {
2018-01-15 17:34:17 +01:00
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"kms" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2018-01-15 17:34:17 +01:00
"lambda" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-07-11 08:25:50 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-08-03 07:08:36 +02:00
"license-manager" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"logs" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-08-03 07:08:36 +02:00
"mediaconvert" : {
"endpoints" : {
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
}
}
},
2017-06-27 11:52:19 +02:00
"monitoring" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2020-02-11 03:48:00 +01:00
"neptune" : {
"endpoints" : {
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
}
}
},
2018-12-28 08:05:06 +01:00
"polly" : {
"endpoints" : {
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"rds" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"redshift" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"s3" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "s3v4" ]
},
2018-01-15 17:34:17 +01:00
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2018-11-28 09:58:03 +01:00
"s3-control" : {
"defaults" : {
"protocols" : [ "https" ],
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"cn-north-1" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "s3-control.cn-north-1.amazonaws.com.cn",
"signatureVersions" : [ "s3v4" ]
},
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "s3-control.cn-northwest-1.amazonaws.com.cn",
"signatureVersions" : [ "s3v4" ]
}
}
},
2020-02-11 03:48:00 +01:00
"secretsmanager" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"serverlessrepo" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : {
"protocols" : [ "https" ]
},
"cn-northwest-1" : {
"protocols" : [ "https" ]
}
}
},
2018-02-11 09:52:35 +01:00
"sms" : {
"endpoints" : {
2018-05-08 03:57:43 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2018-02-11 09:52:35 +01:00
}
},
2018-01-15 17:34:17 +01:00
"snowball" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
"cn-north-1" : { }
}
},
"sns" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"sqs" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"sslCommonName" : "{region}.queue.{dnsSuffix}"
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2017-07-10 09:39:11 +02:00
"ssm" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-07-10 09:39:11 +02:00
}
},
2019-02-27 08:30:11 +01:00
"states" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"storagegateway" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
"service" : "dynamodb"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"sts" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
2019-08-03 07:08:36 +02:00
"support" : {
"endpoints" : {
"aws-cn-global" : {
"credentialScope" : {
"region" : "cn-north-1"
},
2019-11-18 09:46:14 +01:00
"hostname" : "support.cn-north-1.amazonaws.com.cn"
2019-08-03 07:08:36 +02:00
}
},
"partitionEndpoint" : "aws-cn-global"
},
2017-06-27 11:52:19 +02:00
"swf" : {
"endpoints" : {
2018-01-15 17:34:17 +01:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
},
"tagging" : {
"endpoints" : {
2018-05-08 03:57:43 +02:00
"cn-north-1" : { },
"cn-northwest-1" : { }
2017-06-27 11:52:19 +02:00
}
2019-11-18 09:46:14 +01:00
},
"transcribe" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
},
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
}
}
},
"workspaces" : {
"endpoints" : {
"cn-northwest-1" : { }
}
2020-02-11 03:48:00 +01:00
},
"xray" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
2017-06-27 11:52:19 +02:00
}
}
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ]
},
"dnsSuffix" : "amazonaws.com",
"partition" : "aws-us-gov",
"partitionName" : "AWS GovCloud (US)",
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
"regions" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : {
"description" : "AWS GovCloud (US-East)"
},
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"description" : "AWS GovCloud (US)"
}
},
"services" : {
2020-02-11 03:48:00 +01:00
"access-analyzer" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2017-08-24 04:33:12 +02:00
"acm" : {
2018-11-28 09:58:03 +01:00
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"acm-pca" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"api.ecr" : {
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "api.ecr.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "api.ecr.us-gov-west-1.amazonaws.com"
}
}
},
2018-11-28 09:58:03 +01:00
"api.sagemaker" : {
2017-08-24 04:33:12 +02:00
"endpoints" : {
"us-gov-west-1" : { }
}
},
"apigateway" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-08-24 04:33:12 +02:00
"us-gov-west-1" : { }
}
},
2018-10-04 08:50:52 +02:00
"application-autoscaling" : {
2019-12-12 10:04:05 +01:00
"defaults" : {
"protocols" : [ "http", "https" ]
},
2018-10-04 08:50:52 +02:00
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-10-04 08:50:52 +02:00
"us-gov-west-1" : { }
}
},
2019-11-18 09:46:14 +01:00
"appstream2" : {
"defaults" : {
"credentialScope" : {
"service" : "appstream"
},
"protocols" : [ "https" ]
},
"endpoints" : {
"fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"athena" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"us-gov-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"autoscaling" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"protocols" : [ "http", "https" ]
2017-02-02 09:27:08 +01:00
}
2017-06-27 11:52:19 +02:00
}
},
2020-02-11 03:48:00 +01:00
"autoscaling-plans" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"batch" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2018-11-28 09:58:03 +01:00
"clouddirectory" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"cloudformation" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
"cloudhsm" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2018-05-08 03:57:43 +02:00
"cloudhsmv2" : {
"defaults" : {
"credentialScope" : {
"service" : "cloudhsm"
}
},
"endpoints" : {
2018-12-28 08:05:06 +01:00
"us-gov-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"cloudtrail" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"codebuild" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"codecommit" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"codedeploy" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "codedeploy-fips.us-gov-west-1.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
2019-08-03 07:08:36 +02:00
"comprehend" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-west-1" : { }
}
},
2020-02-11 03:48:00 +01:00
"comprehendmedical" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"config" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2018-08-16 08:01:54 +02:00
"data.iot" : {
"defaults" : {
"credentialScope" : {
"service" : "iotdata"
},
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"datasync" : {
"endpoints" : {
2020-03-17 03:51:55 +01:00
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "datasync-fips.us-gov-east-1.amazonaws.com"
},
2019-08-15 10:33:42 +02:00
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
},
2019-12-12 10:04:05 +01:00
"us-gov-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"directconnect" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2018-01-15 17:34:17 +01:00
"dms" : {
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2018-12-28 08:05:06 +01:00
"ds" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"us-gov-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-gov-west-1" : { }
}
},
2018-01-15 17:34:17 +01:00
"dynamodb" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
},
2018-01-15 17:34:17 +01:00
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
}
}
},
2017-06-27 11:52:19 +02:00
"ec2" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2018-02-03 10:30:12 +01:00
"ecs" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-02-03 10:30:12 +01:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"elasticache" : {
"endpoints" : {
2018-08-16 08:01:54 +02:00
"fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2018-01-15 17:34:17 +01:00
"elasticbeanstalk" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-01-15 17:34:17 +01:00
"us-gov-west-1" : { }
}
},
2018-12-28 08:05:06 +01:00
"elasticfilesystem" : {
"endpoints" : {
2020-02-11 03:48:00 +01:00
"us-gov-east-1" : { },
2018-12-28 08:05:06 +01:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"elasticloadbalancing" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"protocols" : [ "http", "https" ]
}
2017-06-27 11:52:19 +02:00
}
},
"elasticmapreduce" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
2018-08-16 08:01:54 +02:00
"protocols" : [ "https" ]
}
2017-06-27 11:52:19 +02:00
}
},
2018-02-22 09:45:23 +01:00
"es" : {
"endpoints" : {
2019-02-27 08:30:11 +01:00
"fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "es-fips.us-gov-west-1.amazonaws.com"
},
2018-12-28 08:05:06 +01:00
"us-gov-east-1" : { },
2018-02-22 09:45:23 +01:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"events" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"firehose" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"us-gov-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"glacier" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"protocols" : [ "http", "https" ]
}
2017-06-27 11:52:19 +02:00
}
},
2019-02-27 08:30:11 +01:00
"glue" : {
"endpoints" : {
2019-08-03 07:08:36 +02:00
"us-gov-east-1" : { },
2019-02-27 08:30:11 +01:00
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"greengrass" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-west-1" : { }
},
"isRegionalized" : true
},
2018-11-28 09:58:03 +01:00
"guardduty" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-gov-west-1" : { }
},
"isRegionalized" : true
},
2019-08-15 10:33:42 +02:00
"health" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"iam" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"hostname" : "iam.us-gov.amazonaws.com"
}
},
2017-06-27 11:52:19 +02:00
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
2018-07-11 08:25:50 +02:00
"inspector" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-07-11 08:25:50 +02:00
"us-gov-west-1" : { }
}
},
2018-08-16 08:01:54 +02:00
"iot" : {
"defaults" : {
"credentialScope" : {
"service" : "execute-api"
}
},
"endpoints" : {
"us-gov-west-1" : { }
}
},
2020-03-17 03:51:55 +01:00
"iotsecuredtunneling" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"kinesis" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
"kms" : {
"endpoints" : {
2019-02-27 08:30:11 +01:00
"ProdFips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
"lambda" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"license-manager" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"logs" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"mediaconvert" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2018-05-08 03:57:43 +02:00
"metering.marketplace" : {
"defaults" : {
"credentialScope" : {
"service" : "aws-marketplace"
}
},
"endpoints" : {
2019-08-03 07:08:36 +02:00
"us-gov-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"monitoring" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2019-10-03 12:21:31 +02:00
"neptune" : {
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "rds.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "rds.us-gov-west-1.amazonaws.com"
}
}
},
2019-08-03 07:08:36 +02:00
"organizations" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "organizations.us-gov-west-1.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
2018-05-08 03:57:43 +02:00
"polly" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2019-08-03 07:08:36 +02:00
"ram" : {
"endpoints" : {
2019-10-03 12:21:31 +02:00
"us-gov-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"rds" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
"redshift" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2017-07-04 08:22:29 +02:00
"rekognition" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2019-11-18 09:46:14 +01:00
"resource-groups" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "resource-groups.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "resource-groups.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2019-08-15 10:33:42 +02:00
"route53" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "route53.us-gov.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
2019-11-18 09:46:14 +01:00
"route53resolver" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
2018-11-28 09:58:03 +01:00
"runtime.sagemaker" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"s3" : {
"defaults" : {
"signatureVersions" : [ "s3", "s3v4" ]
},
"endpoints" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
},
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : {
"hostname" : "s3.us-gov-east-1.amazonaws.com",
"protocols" : [ "http", "https" ]
},
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
2018-01-15 17:34:17 +01:00
"hostname" : "s3.us-gov-west-1.amazonaws.com",
2017-06-27 11:52:19 +02:00
"protocols" : [ "http", "https" ]
}
2017-06-27 11:52:19 +02:00
}
},
2018-11-28 09:58:03 +01:00
"s3-control" : {
"defaults" : {
"protocols" : [ "https" ],
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "s3-control.us-gov-east-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "s3-control-fips.us-gov-east-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "s3-control.us-gov-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "s3-control-fips.us-gov-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
}
}
},
2019-08-03 07:08:36 +02:00
"secretsmanager" : {
"endpoints" : {
2019-11-18 09:46:14 +01:00
"us-gov-east-1" : { },
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "secretsmanager-fips.us-gov-east-1.amazonaws.com"
},
2019-08-03 07:08:36 +02:00
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "secretsmanager-fips.us-gov-west-1.amazonaws.com"
}
}
},
"serverlessrepo" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2019-08-15 10:33:42 +02:00
"us-gov-east-1" : {
"protocols" : [ "https" ]
},
2019-08-03 07:08:36 +02:00
"us-gov-west-1" : {
"protocols" : [ "https" ]
}
}
},
2019-10-03 12:21:31 +02:00
"servicecatalog" : {
"endpoints" : {
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "servicecatalog-fips.us-gov-west-1.amazonaws.com"
}
}
},
2017-07-04 08:22:29 +02:00
"sms" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-07-04 08:22:29 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"snowball" : {
"endpoints" : {
2018-12-28 08:05:06 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
"sns" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"protocols" : [ "http", "https" ]
2017-02-02 09:27:08 +01:00
}
2017-06-27 11:52:19 +02:00
}
},
"sqs" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : {
"protocols" : [ "http", "https" ],
"sslCommonName" : "{region}.queue.{dnsSuffix}"
}
2017-06-27 11:52:19 +02:00
}
},
2017-07-10 09:39:11 +02:00
"ssm" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-07-10 09:39:11 +02:00
"us-gov-west-1" : { }
2018-08-16 08:01:54 +02:00
}
},
"states" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-08-16 08:01:54 +02:00
"us-gov-west-1" : { }
2017-07-10 09:39:11 +02:00
}
},
2018-05-08 03:57:43 +02:00
"storagegateway" : {
"endpoints" : {
2020-03-17 03:51:55 +01:00
"us-gov-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-gov-west-1" : { }
}
},
2017-06-27 11:52:19 +02:00
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
"service" : "dynamodb"
}
},
2017-06-27 11:52:19 +02:00
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2019-08-03 07:08:36 +02:00
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
},
2018-01-15 17:34:17 +01:00
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
}
2017-06-27 11:52:19 +02:00
}
},
"sts" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
},
2020-02-11 03:48:00 +01:00
"support" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "support.us-gov-west-1.amazonaws.com"
}
},
"partitionEndpoint" : "aws-us-gov-global"
},
2017-06-27 11:52:19 +02:00
"swf" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2017-06-27 11:52:19 +02:00
"us-gov-west-1" : { }
}
2018-05-08 03:57:43 +02:00
},
"tagging" : {
"endpoints" : {
2018-11-28 09:58:03 +01:00
"us-gov-east-1" : { },
2018-05-08 03:57:43 +02:00
"us-gov-west-1" : { }
}
2018-07-11 08:25:50 +02:00
},
2019-11-18 09:46:14 +01:00
"transcribe" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2020-02-11 03:48:00 +01:00
"us-gov-east-1" : { },
2019-11-18 09:46:14 +01:00
"us-gov-west-1" : { }
}
},
2018-07-11 08:25:50 +02:00
"translate" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
2018-10-04 08:50:52 +02:00
"us-gov-west-1" : { },
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "translate-fips.us-gov-west-1.amazonaws.com"
}
2018-07-11 08:25:50 +02:00
}
2019-02-27 08:30:11 +01:00
},
2019-08-03 07:08:36 +02:00
"waf-regional" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
2019-02-27 08:30:11 +01:00
"workspaces" : {
"endpoints" : {
"us-gov-west-1" : { }
}
2020-03-17 03:51:55 +01:00
},
"xray" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
}
}
2019-10-03 12:21:31 +02:00
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ]
},
"dnsSuffix" : "c2s.ic.gov",
"partition" : "aws-iso",
"partitionName" : "AWS ISO (US)",
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
"regions" : {
"us-iso-east-1" : {
"description" : "US ISO East"
}
},
"services" : {
"api.ecr" : {
"endpoints" : {
"us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "api.ecr.us-iso-east-1.c2s.ic.gov"
}
}
},
2019-11-18 09:46:14 +01:00
"api.sagemaker" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"apigateway" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
2019-10-03 12:21:31 +02:00
"application-autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-iso-east-1" : { }
}
},
"autoscaling" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"cloudformation" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"cloudtrail" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"codedeploy" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"config" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"datapipeline" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"directconnect" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"dms" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"ds" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"dynamodb" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"ec2" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"ecs" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"elasticache" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"elasticloadbalancing" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"elasticmapreduce" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "https" ]
}
}
},
"events" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"glacier" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"health" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"iam" : {
"endpoints" : {
"aws-iso-global" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "iam.us-iso-east-1.c2s.ic.gov"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-global"
},
"kinesis" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"kms" : {
"endpoints" : {
"ProdFips" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : { }
}
},
"lambda" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"logs" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"monitoring" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"rds" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"redshift" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"route53" : {
"endpoints" : {
"aws-iso-global" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "route53.c2s.ic.gov"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-global"
},
2019-11-18 09:46:14 +01:00
"runtime.sagemaker" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
2019-10-03 12:21:31 +02:00
"s3" : {
"defaults" : {
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "s3v4" ]
}
}
},
"snowball" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"sns" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"sqs" : {
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"states" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
"service" : "dynamodb"
},
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-iso-east-1" : {
"protocols" : [ "http", "https" ]
}
}
},
"sts" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"support" : {
"endpoints" : {
"aws-iso-global" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "support.us-iso-east-1.c2s.ic.gov"
}
},
"partitionEndpoint" : "aws-iso-global"
},
"swf" : {
"endpoints" : {
"us-iso-east-1" : { }
}
},
"workspaces" : {
"endpoints" : {
"us-iso-east-1" : { }
}
}
}
}, {
"defaults" : {
"hostname" : "{service}.{region}.{dnsSuffix}",
"protocols" : [ "https" ],
"signatureVersions" : [ "v4" ]
},
"dnsSuffix" : "sc2s.sgov.gov",
"partition" : "aws-iso-b",
"partitionName" : "AWS ISOB (US)",
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
"regions" : {
"us-isob-east-1" : {
"description" : "US ISOB East (Ohio)"
}
},
"services" : {
"application-autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"cloudformation" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"cloudtrail" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"config" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"directconnect" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"dms" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"dynamodb" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"ec2" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"elasticache" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"elasticloadbalancing" : {
"endpoints" : {
"us-isob-east-1" : {
"protocols" : [ "https" ]
}
}
},
"elasticmapreduce" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"events" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"glacier" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"health" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"iam" : {
"endpoints" : {
"aws-iso-b-global" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "iam.us-isob-east-1.sc2s.sgov.gov"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-b-global"
},
"kinesis" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"kms" : {
"endpoints" : {
"ProdFips" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : { }
}
},
2020-03-17 03:51:55 +01:00
"license-manager" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
2019-10-03 12:21:31 +02:00
"logs" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"monitoring" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"rds" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"redshift" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"s3" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"snowball" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"sns" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"sqs" : {
"defaults" : {
"protocols" : [ "http", "https" ],
"sslCommonName" : "{region}.queue.{dnsSuffix}"
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
2020-03-17 03:51:55 +01:00
"ssm" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
2019-10-03 12:21:31 +02:00
"states" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
"service" : "dynamodb"
},
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"sts" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"support" : {
"endpoints" : {
"aws-iso-b-global" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "support.us-isob-east-1.sc2s.sgov.gov"
}
},
"partitionEndpoint" : "aws-iso-b-global"
},
"swf" : {
"endpoints" : {
"us-isob-east-1" : { }
}
}
}
2017-06-27 11:52:19 +02:00
} ],
"version" : 3
2017-08-24 04:33:12 +02:00
}